Azure with service accounts in C#

added by Linda Lawton
9/3/2015 11:47:55 AM

265 Views

If you deploy an application to Azure using the .net client library with a Service account and are faced with the Web server received an invalid response while acting as a gateway or proxy server error message. You only need to add X509KeyStorageFlags.Exportable when you create the certificate.


0 comments