microsoft / app-innovation-workshop

Hands-on workshop designed to help you learn Azure, Mobile & AI
MIT License
200 stars 86 forks source link

Web API talks to Blob Storage in unsecured HTTP #11

Closed robinmanuelthiel closed 5 years ago

robinmanuelthiel commented 5 years ago

When creating a Azure Storage Account, "Secure transfer required" is enabled by default. That breaks our application, because for some reason, we use unsecure HTTP connections. We should be ashamed!