Skip to content

joudot/MultiContainerApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo multi-container app!

Deployment instructions

  1. From the Deploy folder, deploy the supporting infrastructure by running

    az deployment group create --name <deployment_name> --resource-group <resource_group_name> --template-file .\resources.bicep

  2. Build and Push the two Docker images to your Azure Container Registry

  3. From the Deploy folder or from your Release pipeline in Azure DevOps, run

    az deployment group create --name <deployment_name> --resource-group <resource_group_name> --template-file .\main.bicep --parameters imageTag=<imageTag>

    Note: In Azure DevOps, your image tag will be $(Build.BuildId)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published