Update : updated script to support Azure Az powershell module. Many of you can relate to a situation when you have a large cloud environment to manage with hundreds or thousands of resources, however, no way to organize them as those were not set up with proper naming convention or tagging . Tagging is one…
Category: Azure
Azure AD application Client Secret expiration report
Update : updated script to support Azure Az powershell module. Azure AD Application is an identity with some configurations on cloud. When you register an Azure AD application in Azure portal , two objects are created in your Azure AD Tenant : An application object A service principal object Application object An Azure AD application…
Update Azure Storage Account Access Tier
Update : updated script to support Azure Az powershell module. Azure storage accounts is Microsoft’s durable, highly available, scalable and secure storage solution on cloud. It helps storing flat files, media object, images, binary executable etc. in cloud. Storage accounts come in different types and access tiers. Refer Microsoft documentation for detailed information on different…
Azure unmanaged disks status complete report
Update : updated script to support Azure Az powershell module. Azure Unmanaged disk is a Microsoft provided Virtual machine disk solution. However, this is not in use so much now-a-days since the introduction of Managed disk. With unmanaged disk, you have to create a Storage Account to store the disk files (VHDs) as Blobs and…
Move Azure VM to another Subscription using Powershell
Update : updated script to support Azure Az powershell module. You may have come across situations where you want to move an Azure VM from one Resource Group to another. Sounds familiar, right? Luckily, Microsoft has provided a very cool and easy wizard based tool through the Azure Portal. Refer here for more information on…
Complete Azure SQL Database inventory
Update : updated script to support Azure Az powershell module. Azure SQL Database is a general-purpose relational database managed service. It enables creation of highly-available and high-performance data storage layer for the applications and solutions in Microsoft Azure cloud. With Microsoft’s cloud-first strategy, the newest capabilities of SQL Server are released first to SQL Database,…
Complete Azure SQL Server inventory
Update : updated script to support Azure Az powershell module. SQL Logical Server in Azure is a logical construct that acts as a central administrative point for multiple single or pooled databases. It is the hosted fully managed Platform as a Service (PaaS) database engine and is the parent resource for databases, elastic pools and data warehouses….
Azure Kubernetes Service (AKS) resource inventory
Update : updated script to support Azure Az powershell module. Azure Kubernetes Service is a managed service on Cloud by Microsoft that lets you quickly deploy and manage Kubernetes Clusters. It helps quickly and easily deploy and manage containerized applications. It offers serverless Kubernetes, an integrated continuous integration and continuous delivery (CI/CD) experience. AKS helps elastic…
Complete Azure Inventory using Powershell
Update : updated script to support Azure Az powershell module. It is always great to have a script handy which will produce a quick azure resource inventory for your azure subscription. It may not contain all properties of azure resource types, however, just provide you information about the resource type, resource name, resource group etc….
Azure VM Monitoring agent status using powershell
Update : updated script to support Azure Az powershell module. Hey friends! Today I am going to share a new Powershell script I created to generate a report of Azure VM Monitoring Agent extension configuration. I usually run this script to find out how our Azure VMs have been setup with Azure Log Analytics Workspace….