So far, we have looked at monitoring experiences in the context of the Azure portal. The following are some of the other options for working with the Azure monitoring experience, apart from the Azure portal:
- REST APIs: Azure monitor REST APIs let you retrieve definitions and values for metrics, logs, and alerts programmatically using REST APIs. Developers can consume these APIs in their custom applications, or retrieve and save the data in data stores for further analysis.
- PowerShell: You can also use PowerShell cmdlets to access metrics and monitoring information
- Cross-platform CLI: You can also access Azure monitoring features via the Azure CLI. In case you are not familiar with the Azure CLI (command-line interface), it is Azure's new cross-platform command-line experience that you can use in your browser with Azure Cloud Shell...