Met an Error when using 'az monitor diagnostic-settings create'
See original GitHub issue
az feedback
auto-generates most of the information requested below, as of CLI version 2.0.62
Related command
Describe the bug
To Reproduce
Expected behavior
Environment summary
Additional context
Issue Analytics
- State:
- Created 9 months ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
az monitor diagnostic-settings | Microsoft Learn
Create diagnostic settings, retention here only applies when the target is a storage account. Azure CLI Copy. Try It.
Read more >App Service Integration with Azure Monitor (Preview)
Create a Diagnostic setting. In the Azure portal, navigate to your App Service. Under Monitoring, select Diagnostic settings > Add diagnostic ...
Read more >azure-cli 2.25.0 - PyPI
Fix #8840: When using tenant domain name in az login -t , keyvault create fails. Tenant domain name is now resolved to GUID...
Read more >Set up Azure log forwarding | Dynatrace Docs
Use Azure log forwarding to ingest Azure logs. ... az eventhubs eventhub authorization-rule create --resource-group <your_resource_group> --namespace-name ...
Read more >AZ-300 Configure Diagnostics settings on Resources - YouTube
Azure-configure diagnostic settings on resources Exam AZ 303: Microsoft Azure Topic · Azure Monitor Logs Log Types · AZ -300 : ASR -...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The current workaround is by providing
--resource-group
argument together with--resource
.Yes, it really works. Yesterday, I tried it when I refer the source code.