File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 CONTAINER_REGISTRY : ${{ vars.DEVCONTAINER_REGISTRY }}
129129 with :
130130 inlineScript : |
131- # Assumes container app already exists (provisioned by Terraform)
131+ # Container app must already exist; use az containerapp up manually to bootstrap if needed
132132 az extension add --name containerapp --upgrade
133133 az containerapp identity assign --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --user-assigned ${{ secrets.WEB_UAMI_RESOURCE_ID }}
134134 az containerapp registry set --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --server $CONTAINER_REGISTRY --identity ${{ secrets.WEB_UAMI_RESOURCE_ID }}
@@ -220,7 +220,7 @@ jobs:
220220 CONTAINER_REGISTRY : ${{ vars.PRODCONTAINER_REGISTRY }}
221221 with :
222222 inlineScript : |
223- # Assumes container app already exists (provisioned by Terraform)
223+ # Container app must already exist; use az containerapp up manually to bootstrap if needed
224224 az extension add --name containerapp --upgrade
225225 az containerapp identity assign --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --user-assigned ${{ secrets.WEB_UAMI_RESOURCE_ID }}
226226 az containerapp registry set --name $CONTAINER_APP_NAME --resource-group $RESOURCEGROUP --server $CONTAINER_REGISTRY --identity ${{ secrets.WEB_UAMI_RESOURCE_ID }}
You can’t perform that action at this time.
0 commit comments