microsoft / app-innovation-workshop

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

Auto-Generated Blog Containers have the wrong access type #2

Closed robinmanuelthiel closed 5 years ago

robinmanuelthiel commented 6 years ago

The ASP.NET Core Backend automatically generates Blob Storage Containers for us, if none are there. Unfortunately, they have the "Private" Access Type. What they need is "Blob".

robinmanuelthiel commented 6 years ago

We are creating Blob Containers here, when they are not existant. The call needs some additional parameters, to create them with Blob access type instead of the default one.

https://github.com/Microsoft/app-innovation-workshop/blob/master/Backend/Monolithic/Services/Blob%20Storage/AzureBlobStorage.cs#L140