Skip to content

Commit f02de37

Browse files
committed
update after review
1 parent 3f021ba commit f02de37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ export APP_ENV_DOMAIN=$(az containerapp env show \
9696
# Test the production FQDN
9797
curl -s https://$APP_NAME.$APP_ENV_DOMAIN
9898
99-
# Test the blue lable FQDN
99+
# Test the blue label FQDN
100100
curl -s https://$APP_NAME---blue.$APP_ENV_DOMAIN
101101
102-
# Test the green lable FQDN
102+
# Test the green label FQDN
103103
curl -s https://$APP_NAME---green.$APP_ENV_DOMAIN
104104
```
105105

0 commit comments

Comments
 (0)