Posts
AzureIs.Fun
Cancel

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

Simplify Azure VM App deployment with WinGet

Spinning up brand new VM in Azure is quick and easy. But installing software on Windows can be a tedious and frustrating process. You need to search for the software on the web, find the correct ...

Deploying Azure Landing Zone with Azure Bicep

Azure Landing Zone Azure Landing Zones are pre-defined architectures for deploying and managing workloads on the Azure cloud platform. They provide a structured approach to designing and impleme...