Posts
AzureIs.Fun
Cancel

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

5 Useful YAML pipeline template examples for Azure DevOps

Writing in YAML can be intimidating and tricky at first, and it can make your DevOps go DevOoops. Instead of trying to teach someone YAML structure, here is 5 useful YAML pipeline examples for A...

Adding a friendly name to existing Azure Resources

In this article, we will explore the hidden tag that will allow you to display a friendly name for your resources in Azure Portal. We all know that it is not possible to rename Azure resources. ...