Key Vault integration with Azure Container Apps | Deploy Python Flask App with Key Vault Secrets

Опубликовано: 08 Апрель 2026
на канале: MadeForCloud
3,895
75

In this video, I walk you through the full process of deploying a Python Flask app to Azure Container Apps using Visual Studio Code. You'll learn how to build a Docker image, push it to Azure Container Registry (ACR), and deploy the app in Azure.

Additionally, I demonstrate how to create Key Vault secrets and use them securely in Azure Container Apps by configuring environment variables and volume mounts. Finally, we test the secrets within the Flask app to ensure everything is set up correctly. This comprehensive step-by-step tutorial covers:

Setting up Python Flask in VSCode
Building Docker Images
Pushing Docker Images to ACR
Creating Azure Container Apps
Creating and Managing Key Vault Secrets
Configuring Environment Variables and Volume Mounts for Secrets
Testing Secrets in the App
By the end of this video, you'll have a complete understanding of how to securely integrate Key Vault secrets into Azure Container Apps!