Diagnosing problem with Azure speech to text, possibly related to proxy or firewall
I am trying to create a simple proof of concept speech transcribing program using Azure. I have set up all the stuff in Azure and tested with a simple program based on the docs: using System; using System.IO; using System.Threading.Tasks;…