Skip to content

Commit ad394e9

Browse files
authored
Update quickstart-deploy-apps-enterprise.md
1 parent a59700d commit ad394e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/quickstart-deploy-apps-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Use the following steps to configure Spring Cloud Gateway and configure routes t
317317
```azurecli
318318
GATEWAY_URL=$(az spring gateway show \
319319
--resource-group <resource-group-name> \
320-
--service <Azure-Spring-Apps-service-instance-name> --query properties.uri --output tsv)
320+
--service <Azure-Spring-Apps-service-instance-name> --query properties.url --output tsv)
321321
322322
az spring gateway update \
323323
--resource-group <resource-group-name> \

0 commit comments

Comments
 (0)