Remember the days when we used to carry around USB drives filled with our favorite scripts, dreading that one day the drive might give up on us? Or those times when we’d jump through hoops, authe...
The Future Of Azure Governance: Trends and Predictions
Azure Governance is an essential discipline for small companies and large enterprises to maintain their cloud infrastructure and ensure that their resources are used efficiently and securely. And...
Manage Azure Role Assignments Like a Pro with PowerShell
Today’s blog post is a little bit different. I have a couple of examples of how you can use PowerShell snippets and simple commandlets to get or set role assignmnets in your Azure Subscriptions. ...
Retrieve Azure Resource Group Cost with PowerShell API
In my previous blog posts, I wrote about how simple PowerShell scripts can help speed up daily tasks for Azure administrators, and how you can convert them to your own API. One of these tasks is...
Custom PowerShell API for Azure Naming Policy
To continue our PowerShell API series, we have another example of a highly useful API that you can integrate into your environment. Choosing names for Azure resources can be a challenging task. ...
Edit Azure Policy Assignments with custom PowerShell API
In my previous article I explained how to Create Your Own PowerShell APIs for Azure Governance with Azure Function App and how that can be useful for your daily Azure Administrator tasks. Today ...
Create Your Own PowerShell APIs for Azure Governance with Azure Function App
As an Azure administrator, you likely spend a lot of time performing routine tasks related to Azure governance. These tasks can be time-consuming and repetitive, but they are critical to ensuring...
Keeping Your Azure Environment Clean with Automation
As your organization grows and your Azure usage expands, it can become difficult to manage all the resources that you’ve deployed. Over time, you may accumulate unused or unnecessary resources, s...
Azure Cost Optimization: 30 Ways to Save Money and Increase Efficiency
As organizations continue to migrate their applications and workloads to the cloud, managing and controlling cloud costs has become an increasingly critical issue. While Azure provides a robust s...
Accelerate Azure PowerShell with Kusto Query Language
Kusto Query Language (KQL) is a powerful query language that is used to query large datasets in Azure. KQL is used in Azure Monitor, Azure Data Explorer, and Azure Resource Graph. PowerShell is a...