Related Articles
Azure DevOps – Commit URL on Azure Resource Tag (Part 1)
When you deploy an Azure resource like VM, storage account etc. via Azure DevOps you don’t know from which commit in your repository it had been deployed. The only thing you can assume that it was probably the latest run of your pipeline which deployed that resource. There is no obvious connection between the ARM […]
Quick Post – SCOM 2012 Where Does Widget Data Come From?
As you know SCOM 2012 provides new dashboard types (column or grid layout) which can contain widgets. Widgets are small “add-on” which are able to display different kind of SCOM data. For example state data (similar to state views) or performance data (similar to performance views). Here an example… Over on Operations Manager Team blog […]
Azure Monitor – Monitoring Kubernetes (AKS) Sample Application Using Prometheus Scraping
Kubernetes is a proven and booming technology on Azure and so it is no surprise, that we need to monitor the Kubernetes infrastructure layer as well as the applications running on top of Kubernetes. A while ago Microsoft released Azure Monitor for containers, which gives you a good health and performance status of your Azure […]