Home / Companies / Octopus Deploy / Blog / Post Details
Content Deep Dive

How to deploy Azure Container Apps

Blog post from Octopus Deploy

Post Details
Company
Date Published
Author
Shawn Sesna
Word Count
1,409
Language
English
Hacker News Points
-
Summary

The article provides a detailed guide on deploying the eShopOnWeb application to Azure Container Apps using Octopus Deploy, emphasizing the convenience of focusing on application development without the need to manage a Kubernetes cluster. The process begins by configuring a container registry, specifically using Azure Container Registry, followed by setting up a build server with Azure DevOps to push the application containers to the registry. It further explains the configuration of an Octopus Deploy external feed and project variables necessary for deployment, such as defining Azure service principal accounts and container names. The deployment process involves creating an Azure Container App environment and deploying the API and web container apps, with steps like setting environment variables and secrets. The guide concludes by demonstrating how to verify the deployment by accessing the running application through the Azure portal.