Api Management / App Service / Azure DevOps / Azure pipelines / SQL

Deploy Azure App Service integrated with Azure SQL and APIM

Posted on:

In this article, I’ll demonstrate how to deploy the .NET 7.0 Rest API with Managed Identity and integrate it with Azure SQL. As a result, you can access Azure SQL without requiring a password in your application. Cool setup, in your perception? This is the next episode of the Network Series. Just to recap, in the Network series, I demonstrate how to expose Rest APIs using Azure API Management. Private […]

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, […]

Azure DevOps / Self-hosted agents

Self-hosted agent on Linux created in 3 minutes

Posted on:

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. If you don’t want to read the full problem resolution, you can jump into GitHub for all […]