admin管理员组文章数量:1122832
I have an azure app service, with Runtime Stack Dotnetcore - 8.0. I have been having some issues so I want to save my log files to blob storage.
Now, if I look at Microsoft docs this should be very easy
Just go to App Service Logs and enable it. When I go there I only see this: enter image description here
Anybody else experienced this and can give me a tip to fix this?
I have an azure app service, with Runtime Stack Dotnetcore - 8.0. I have been having some issues so I want to save my log files to blob storage.
Now, if I look at Microsoft docs this should be very easy https://techcommunity.microsoft.com/blog/appsonazureblog/storing-app-service-application-logs-in-blob/3800963
Just go to App Service Logs and enable it. When I go there I only see this: enter image description here
Anybody else experienced this and can give me a tip to fix this?
Share Improve this question asked yesterday user29065593user29065593 1 New contributor user29065593 is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 3 |1 Answer
Reset to default 0Create a Web App with App Service Plan to get the Application Logging(Blob) Option under Monitoring section.
Search and select your storage account=>choose the container:
(You can create a new Container if there are no existing ones available).
As an alternative: you can also save the log files to storage account using Diagnostic settings.
- Thanks @Thomas for the reference.
Navigate to Azure App Service=>Monitoing=>Diagnostic Settings=>Add diagnostic setting
:
Select the log categories and the storage account under Archive to a storage account to save the logs=>click Save.
本文标签: Azure App Service doesn39t give me the option to save to blobStack Overflow
版权声明:本文标题:Azure App Service doesn't give me the option to save to blob - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736283627a1927026.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
save to blob
option... I do not change anything from build-in, including diagnostic settings. it is weird. – wenbo Commented yesterday