Spin up a production-ready pipeline with GitHub Actions, and about 30 minutes of elbow grease. 1 · Prerequisites & Quick Overview You NeedWhy Azure account (With Subscription)Spin up SQL, ACR, App Service Plan, and Web App. GitHub repo with y...
Automatic Content Recognition (Reconocimiento Automático de Contenido) aka: ACR; consiste en una serie de tecnologías que, una vez integradas en los televisores inteligentes, identifican de forma automática cualquier contenido que se esté reproducien...
Requirements for this project: Active azure subscription Visual Studio Code (The following should be installed on the VScode through Extensions: Azure cli, Docker and Git (if you want)) Docker desktop (optional) In this project, I would be doing...
This document explains how to set up a CICD pipeline for deploying a web application on a private AKS cluster. It includes integration with Azure SQL Database, Private Azure Container Registry (ACR), and Application Gateway using Terraform. It also d...
This document explains how to set up a CI/CD pipeline using Azure DevOps, Terraform, and different Azure services to deploy a web application on a private AKS cluster. The deployment is automated and ensures secure communication between services. Pre...
This document explains how to set up a CI/CD pipeline using Azure DevOps, Terraform, and Azure Container Web App to deploy a Python-based web application. The deployment is automated and can be started with just one click. Prerequisites Before diving...
What's inside? Understanding Virtual Machines vs Containers Challenges with non-containerized applications Containerize a Webapp What are Azure Container Instances(ACI) Azure DevOps CI/CD pipeline to deploy to ACI VMs vs Containers Virtual Mac...
In this article, we will learn how to use the Terraform AzAPI provider to enable the "Pull image over VNet" setting for an Azure Function App. This is necessary when provisioning an Azure Function with VNet Integration and an Azure Container Registry...
Introduction You will learn how to create an Azure Container Registry (ACR), use a Dockerfile to construct a Docker container image, and push the image to ACR by following this instruction. These are the essential stages for launching apps on Azure i...
Create a Container Registry Log in to the Azure portal and select “Create a resource”. Search for “Container Registry” and select it. Choose a subscription, resource group, and registry name. Select the “Standard” SKU and choose a location. Clic...