I created a cloud service and successfully tested it locally. I added service configurations for the stage and production. Here is a snippet of my intermediate configuration:

and here are my configuration settings:

Then, when I publish, I configured the deployment as follows:

It all worked like 2 weeks ago. But now it is deployed to VS and when I look at the Azure Service configuration area, it looks like this:

I played a little with "Development Update ..." - a checkmark on the second screen, but the result is the same.
Therefore, it ignores all the settings that I made, and simply will not convert my configuration to ine, which I called "CloudStage". My current Web PI tells me that I am using the Windows Azure SDK for .NET (VS 2013) 2.3. I do not understand.
Edit A few more things I observed:
- WADLogsTable and WADWindowsEventLogsTable are automatically created in staging storage.
- I disabled Remote Desktop because it was one of the changes I made to monitor the event log (which was not useful here)
- I manually changed the connection strings to Azure Portal, but it seems that the worker is completely unaware of the repository (it rebooted without success).
Edit
I learned something else. Here you can see the deployment of my service:

See the warning sign on the left? If I go to my error list, it will be shown:

This warning is pointless because it tells me that I did everything right. My * .Local.csfg files point to local storage. So that?!?
source share