Posts
AzureIs.Fun
Cancel

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...

Using External Configuration File with Azure Bicep

In this article, I am going to focus on how to use external configuration files with your Azure Bicep templates. Also check out my previous blog posts in the series: # Titl...

Advanced Concepts in Azure Bicep Syntax

As you continue to work with Azure Bicep, you’ll likely discover even more benefits and use cases for this powerful tool. And you will also discover the need for more advanced concepts and featur...

Key Concepts in Azure Bicep Syntax

Azure Bicep is a great tool for Azure administrators and it is not difficult to learn. It provides a number of benefits for infrastructure as code: Concise and readable syntax: Bicep offers a...