How do I enable Azure dialogs when uploading a .cspkg file?

When I "publish" a web role through Visual Studio, the diagnostics are enabled. If I upload the .cspkg file through the portal, the diagnostics are not enabled.

Is there something else that needs to be done to enable diagnostics on file upload outside of VS?

+3


source to share


1 answer


If you are on 2.5 you will need to enable diagnostics yourself

here is a link to the msdn blog that describes how (using powershell)



http://blogs.msdn.com/b/kwill/archive/2014/12/02/windows-azure-diagnostics-upgrading-from-azure-sdk-2-4-to-azure-sdk-2-5. aspx

You need to go to the section "Enabling the Diagnostic Extension through PowerShell"

0


source







All Articles