Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

Microsoft Azure – Check Enabled and Disabled Diagnostics for Azure Resources

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

In this article, we will see how we can find the diagnostic setting for which resources are enabled and which resources are disabled at one once by using the Azure Monitor.  By using the Azure Monitor we can find and filter the resources which are enabled and disabled at one by selecting the resources in Diagnostic Settings.

The main purpose of this task is to Verify the resources and to control the log data ingestion for cost-saving.

Implementation:

Step 1: Log in to Azure Portal

Step 2: Access the Monitor or Search for Monitor from global search and select.

Step 3: After accessing the monitor from the left menu under settings section >> click on Diagnostic settings or Search for Diagnostic settings from the search filter.

Step 4: Here you can find the name of the resource, the resource type, resource group, and Diagnostic setting statusDisabled or Enabled. You can filter the resources based on subscription.

  • After the selection, it returns the following results.

  • If you want to enable or disable the resource diagnostic settings >> Click on Enable and Disabled and make the changes as required.

That’s it! This ios one way to check or verify all the enabled and disabled diagnostics matrices for Azure resources.

My Personal Notes arrow_drop_up
Last Updated : 30 Mar, 2023
Like Article
Save Article
Similar Reads
Related Tutorials