Suppose you have hundreds of Linux VMs in Azure across dozens of Azure subscriptions and you would like to run some commands programmatically on them. Each VM in Azure gets what they call guest agent, that helps the underlying Virtual…
Month: March 2022
Get all Access Policies of All Azure Key Vaults
There are several ways to secure Azure Key Vault’s Data Plane. If you have configured it to be secured via Access Policies, often time it is advisable to audit the assignment at regular interval to ensure that no unwanted user…
Search Azure resources by tag
There are many ways to organize resources in Azure and one best practice is to set tags and be able to query resources based on tags. Most commonly, tags are used for cost management where filters and dashboards can be…
Develop Azure Dashboards from Legacy Application Custom Logs
Overview and Problem You have an application (for example a desktop application, an application running in baremetal IIS, a console application, a Windows Service, so on..) that is producing custom application logs, CSV, Kafka middle-ware or so, being stored in…