Skip to content

Commit f5ba9e8

Browse files
Very minor code edit to migrate-to-azure-container-apps-blue-green.md.
1 parent 22770fe commit f5ba9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/migration/migrate-to-azure-container-apps-blue-green.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export GREEN_DOMAIN=$(az containerapp revision show \
8484
--resource-group <resource-group> \
8585
--name <app-name> \
8686
--revision <green-revision-name> \
87-
--query "properties.fqdn"
87+
--query "properties.fqdn" \
8888
--output tsv)
8989
9090
curl -s https://$GREEN_DOMAIN

0 commit comments

Comments
 (0)