Iniobong Charlestsalsini.hashnode.dev·Sep 23, 2023How to create a compute gallery and capture the VM imageThe Azure Compute Gallery lets you share custom virtual machine (VM) images, manage them, and distribute them across different Azure regions. It simplifies the management of custom images, making it easier to maintain consistency across your virtual ...DiscussAzure
Bogdan BujdeaProbogdanbujdea.dev·Sep 22, 2023Provisioning new environments with Bicep and Azure DevOps YAML PipelinesIn this article, we continue working on our sample application and I'm going to walk you through setting up a new QA environment, neatly tucked into its own resource group. The best part? We'll automate the entire process using Azure Pipelines and Bi...Discuss·41 readsazure-devops
Joel Oduyemijoeloduyemi.hashnode.dev·Sep 22, 2023Setting Up a Seamless Integration Pipeline with Azure DevOps👨💻 Introduction Welcome to the third part of the step-by-step implementation guide for deploying a Dockerized application on Azure Kubernetes Service (AKS) using ArgoCD and Azure DevOps. In this project series, We're on a journey of breaking down ...Discuss·1 like·38 readsAzure
Alexandre NedelecProtechwatching.hashnode.dev·Sep 21, 2023Deploying to Azure from Azure DevOps without secretsIf you are deploying your application to Azure from Azure Pipelines, you might want to leverage the ability to do so without using secrets thanks to Workload identity federation. In this article, I will demonstrate how to automate the configuration o...DiscussPulumiAzure
Bogdan BujdeaProbogdanbujdea.dev·Sep 20, 2023Azure DevOps Best Practices: Breaking Down the Monolithic YAMLCreating a multi-stage YAML pipeline in Azure DevOps for .NET projects Running tests with code coverage in Azure DevOps YAML pipelines Static code analysis with NDepend in Azure Pipelines Running e2e tests with Playwright in Azure YAML Pipelines ...Discuss·1 like·101 readsAzure DevOpsazure-devops
Roderick Bantcloudyspells.hashnode.dev·Sep 20, 2023PSRule.Rules.AzureDevOps 0.0.7 releasedSince the initial release of PSRule.Rules.AzureDevOps last Saturday, development has gone fast. Today marks the release of version 0.0.7 and quite a few features have been added along the way. The PowerShell module is a rules module for PSRule and he...Discussazure-devops
Yinusa Kolawolekolawole.hashnode.dev·Sep 18, 2023Creating a resource group and a VM with Azure CLIIn this article, I will be creating a Resource Group and Creating a Linux VM (virtual machine) using the Azure CLI I will be using CLI commands in the Azure cloud shell. CLI stands for the Command-Line Interface. It is a text-based interface that all...Discuss#microsoft-azure
Mooaz Sayyedmooazsayyed.hashnode.dev·Sep 18, 2023AzureAdventures: My Journey into Azure Begins!Hello, fellow tech enthusiasts! Today, I'm excited to kick off my AzureAdventures series, where I'll be diving headfirst into the fascinating world of Azure and cloud computing. My goal is to explore the vast opportunities that cloud computing offers...DiscussAzure
Roderick Bantcloudyspells.hashnode.dev·Sep 17, 2023PSRule module for Azure DevOps projects released for feedbackI have been a long time user of Azure DevOps and I have been using the Microsoft PSRule module for checking my Bicep templates for quite a while now. I like the flexible rule engine allowing to check for a wide range of issues. Now I have developed a...DiscussAzure
Bogdan BujdeaProbogdanbujdea.dev·Sep 15, 2023Pre-Deployment Health Checks in Azure DevOps YAML PipelinesCreating a multi-stage YAML pipeline in Azure DevOps for .NET projects Running tests with code coverage in Azure DevOps YAML pipelines Static code analysis with NDepend in Azure Pipelines Running e2e tests with Playwright in Azure YAML Pipelines ...Discuss·220 readsAzure DevOpsazure-devops