Skip to content

Explanation of container app target and image build? #1445

Answered by weikanglim
pamelafox asked this question in Q&A
Discussion options

You must be logged in to vote

@pamelafox

  1. The name of the created ACR image is always saved into the environment as SERVICE_<service name>_IMAGE_NAME.
  2. The current code deployment mechanism for ACA is via bicep, so create a bicep file for ACA deployment, and specify it in azure.yaml. azure.yaml, bicep examples. Note that this bicep file does not need to be referenced by main.bicep.
  3. Create a parameters.json for your ACA deployment that uses SERVICE_<service name>_IMAGE_NAME as a parameter value substitution. Example.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pamelafox
Comment options

@pamelafox
Comment options

@weikanglim
Comment options

Answer selected by pamelafox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
aca Azure Container Apps
2 participants