Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Diagnostics configuration for Azure Deployment throws an error

I'm trying to get diagnostics to work on my Azure Web Worker Role. I start out with the stock Web Worker Role solution by selecting 'New Project/Azure Cloud Service'. If I de-select the 'Enable Diagnostics' on the properties Worker Role, then I can successfully deploy the stock web role. It doesn't do much, but it deploys and appears to run. If I select the 'Enable Diagnostics', the deploy fails with:

9:27:34 PM - Applying Diagnostics extension.
9:27:37 PM - Value cannot be null.
Parameter name: s

I've tried various combinations for the 'Configure...' choices but get the same error. This appears on two machines now, so the chances that it's some sort of corruption are slim.

Anyone have a clue what's going on or have a simple, working example of emitting and reading diagnostic messages?

like image 271
Quarkly Avatar asked Oct 18 '22 17:10

Quarkly


2 Answers

I got a different answer from MS support: “Our Product Team has rolled back the changes.”

I test it, and now I can publish with the diagnostic enabled without problem.

like image 145
Borja Avatar answered Oct 30 '22 17:10

Borja


I got an answer from the support : it's an identified backend issue and the tech team is working on it with the highest priority.

As a workaround, disable diagnostics :

enter image description here

like image 35
Mose Avatar answered Oct 30 '22 16:10

Mose