Skip to content

Commit 36d4555

Browse files
authored
Merge pull request #96888 from owingruters/patch-3
fix for failing az containerapp create command
2 parents 01197b9 + 934c4fd commit 36d4555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/communicate-between-microservices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ az containerapp create `
241241
--name $FRONTEND_NAME `
242242
--resource-group $RESOURCE_GROUP `
243243
--environment $ENVIRONMENT `
244-
--image $ACR_NAME.azurecr.io/albumapp-ui `
244+
--image "$ACR_NAME.azurecr.io/albumapp-ui" `
245245
--env-vars API_BASE_URL=https://$API_BASE_URL `
246246
--target-port 3000 `
247247
--ingress 'external' `

0 commit comments

Comments
 (0)