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 …
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 …
Prerequisites You’ll need the following in-place already. An existing Azure Storage Account A custom domain (and SSL certificate) ready to use You must be registered to use the preview basic-tier …
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 …
This service is a global load balancer for HTTP/HTTPS traffic. You don’t need to manage resiliency, as this service is resilient by default. See what feature you can enable, using …
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 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 …
Let us learn how to create and configure a Self-Hosted Agent in Azure DevOps (ADO). What is an Agent? An agent is computing infrastructure with installed agent software that runs …
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 …
To deploy an Azure Virtual Desktop environment using PowerShell, you need to perform the following steps: Install the required PowerShell modules: Install-Module -Name Az Install-Module -Name Az.DesktopVirtualization Connect to your …
Configure the Azure provider provider “azurerm” {features {}} Create a resource group resource “azurerm_resource_group” “rg” {name = “my-resource-group”location = “westus”} Create a virtual network resource “azurerm_virtual_network” “vnet” {name = “my-virtual-network”address_space …