How to Reduce your Azure Storage Accounts Spend

What is Lifecycle Management? Lifecycle Management allows you to set policies that automate the movement of your data between access tiers or delete data when it’s no longer needed. This can reduce costs by ensuring that you’re only paying for high-performance storage when necessary and moving older, infrequently accessed data to cheaper tiers. Automating this process saves time and ensures […]

Read more

How to Configure an Azure Storage Account with an Application Gateway and Custom Domain

Prerequisites You’ll need the following in-place already. Step 1 – Create the Application Gateway Here’s how to configure the Application Gateway to use a custom domain and establish HTTPS communication with the Storage Account. Create the Application Gateway There’s quite a bit we need to do here, so let’s break it down to make sure it’s understandable. Add a Routing […]

Read more

How to Update the EmployeeOrgData Value on Entra ID Users

In this article, I’ll explain how to update the EmployeeOrgData for Entra ID users, which includes the Division and CostCenter properties. These properties are typically synchronized from an on-premises Active Directory environment via Entra Connect, but you can also set them using the PowerShell Graph module. Below, I’ll provide an example of how to do this. Updating EmployeeOrgData The PowerShell code below first connects to Graph using the User.ReadWrite scope, […]

Read more

Deploy Azure-Firewall-mon to a Static Web App

Overview​ Azure-Firewall-mon (AFM or Azure Firewall Monitor) is a custom solution (currently in a functional beta) created by an Italian Microsoft Cloud Solution Architect called: Nicola Delfino, its worth mentioning that although a Microsoft CSA makes AFM, IT IS NOT A SUPPORTED MICROSOFT PRODUCT. Monitoring Azure Firewall can be a pain – with trawling through logs – using the Azure Firewall Workbook – helps fill in the gap […]

Read more

Build a docker image in a self-hosted agent running on Azure Container Instances

How can a self-hosted agent running on Azure Container Instances create a docker image? Even while the question may seem simple, it is difficult. Suppose you’ve already set up a self-hosted agent on an Azure Container Instance (ACR); You run a pipeline with a simple docker image and … you get the below error: Unable to locate executable file: ‘docker’. […]

Read more

Self-hosted agent on Linux created in 3 minutes

Self-hosted agent on Linux In some cases is necessary, for example, you need to integrate with VNET – because the resources you want to access are not publicly accessible. This can be a storage account, container registry, or many others. Using my instruction you build and run a self-hosted agent in 3 minutes. In that scenario you must: Build and push […]

Read more

PowerShell script to export/import the Azure Firewall Policy rules

Here’s a PowerShell script to export the Azure Firewall Policy rules from the East US region and import them to the West US region. The script assumes you have the necessary Azure modules installed and are authenticated. Explanation: Make sure you have the necessary permissions to access and modify Azure Firewall policies and that the Azure PowerShell module is installed […]

Read more

Automate Infrastructure in Azure using Terraform and Azure DevOps

Automating infrastructure setup in Azure Cloud using Terraform and Azure DevOps is a powerful approach to managing your infrastructure as code (IaC). This allows you to define and manage your Azure resources programmatically, version control your infrastructure configurations, and automate the deployment process.  We will be creating a Java based WebApp(app service) in Azure cloud using Terraform and automate the […]

Read more
1 2 3 5