Reputation: 128
I just created an Azure App Service to host a web application and I want to turn on application logging. I have enabled it in the app itself.
Using the Azure Portal, I tried to configure the app for logging under Diagnostics Logging, but after I created a new storage account to hold the logging blob, it won't let me create a container with Blob Access in the storage account. I keep getting "Error: error" from the portal. I also tried creating a File Container and it failed with the same error.
Why can't I create a Blob Container (or other container) in this Storage Account?
Update 08/11/2017:
Just to be clear, here are the exact steps I took to get to this point:
Upvotes: 0
Views: 3485
Reputation: 128
OK, I retraced my steps as I was editing the original post, and when I clicked Create today, it worked!! I am not sure why it wasn't working yesterday - maybe it really wasn't ready to add anything to the Storage Account. I guess it just took a lot longer than I thought even though there was no indication that it was still creating.
So, problem resolved itself. (I hate that though, because it means that I don't understand why.) :/
Upvotes: 0