Monitoring VMs without agent in today’s cloud-agnostic multi-cloud generation is every DevOps team dream. Agentless VM monitoring is technique and a migration path to consider of temporarily moving and testing waters on Azure while you transition your workload from AWS…
Author: Zeeshan
Get Azure Consumption Usage Details by Tag
Often times customer ask a unified and straightforward way to get the usage details of an Azure subscription programmatically. The Azure Powershel cmdlet Get-AzConsumptionUsageDetail can be used to find the usage detail with a number of parameters. Select the correct…
Recursively Searching Azure Subscription for SPN Role Assignments
The Azure RBAC is powerful that allows assignment of users or SPNs to a role on a different resource levels, like user John can be assigned as Contributor on a Subscription, Resource Group, or a Resource (e.g. Storage Account) level.…
Capture Real Public IP Address when using Azure Application Gateway
The Internet Information Services (IIS) running behind Azure Application Gateway have no direct way of finding out the real public IP address of the client sending the request. Well that may not be true because in the App itself, you…
Record the output of your PowerShell console using Start-Transcript
PowerShell comes with cmdlet of Start-Transcript that can be used to record all the output by commands to a text file. The text file can then be utilized for various reason. My top reason to use Star-Transcript cmdlet is to…
AZ-104 (Old AZ-103) Azure Administrator Exam Study Guide – [Updated 2020]
After passing many Azure exams, and continued questions from colleagues and friends, I thought about beginning to write about Azure Exam Study Guides in such a way that they bring all the relevant material together in one big guide, which…