Push Docker Image either to Azure Container Registry (ACR), or you can directly upload Public Image of Docker Hub
Step 1: Create Azure Container App
- In Azure Portal → Create a Resource → Container Apps.
- Fill in: Name, Resource Group, Region
- Environment: Create or select an existing one
- Under Container, select Single container → Azure Container Registry/Docker Image.
- Choose your registry, repository, and tag (e.g., latest).
- Set CPU/Memory limits (e.g., 0.5 CPU, 1 GB RAM).
- Configure Ingress:
- Enable External if you want public access.
- Set port (e.g., 8000) to match your Dockerfile.
- Review + Create
No comments:
Post a Comment