pnp / sp-dev-samples

Code samples for SharePoint add-ins, web hooks and other API samples
MIT License
85 stars 129 forks source link

The SAS URL for the cloud storage account is not specified. #17

Open TaurahSP opened 7 years ago

TaurahSP commented 7 years ago

publishing the webhook.mvcweb app results in the following error : System.ApplicationException: The trace listener AzureBlobTraceListener is disabled. ---> System.InvalidOperationException: The SAS URL for the cloud storage account is not specified. Use the environment variable 'DIAGNOSTICS_AZUREBLOBCONTAINERSASURL' to define it. at Microsoft.WindowsAzure.WebSites.Diagnostics.AzureBlobTraceListener.RefreshConfig() --- End of inner exception stack trace ---""

Category

[ ] Bug

attiqueahmed333 commented 1 year ago

Facing same exception while app service application is working fine in Azure but suddenly stopped working. Have you resolved ?? i believe this issue came from blob storage SAS token validation. Any recommendation ?

System.ApplicationException: The trace listener AzureBlobTraceListener is disabled. ---> System.InvalidOperationException: The SAS URL for the cloud storage account is not specified. Use the environment variable 'DIAGNOSTICS_AZUREBLOBCONTAINERSASURL' to define it. at Microsoft.WindowsAzure.WebSites.Diagnostics.AzureBlobTraceListener.RefreshConfig() --- End of inner exception stack trace ---