Azure DevOps / Container Instances / Self-hosted agents

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

Posted on:

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); if you’re unsure how to do so, check out my blog right here! You run a pipeline with a simple docker image and … you get the below error: Unable to locate […]

Api Management / App Service / Container Apps / Container Instances / Functions / KeyVault / SQL / Terraform

Rest API with Private Endpoint, exposed to API Management by Terraform

Posted on:

Welcome to the Networking Series in Azure! Do you want to learn how to create a secure Rest API that is using a Private Endpoint for Azure SQL, KeyVault, Storage Account, and Container Registry exposed using API Management, managed by Terraform and Azure DevOps?  If the answer is yes, this article is for you! As always in my blog, if you need only sources and know what you are doing, […]