Skip to content

Commit 656a2e0

Browse files
Merge pull request #232078 from KarlErickson/karler-fix
fix MicrosoftDocs/azure-docs#107155
2 parents 54b6bb5 + 84ae53b commit 656a2e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/how-to-use-dev-tool-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Use the following command to update the SSO configuration using the Azure CLI:
7272
```azurecli
7373
az spring dev-tool update \
7474
--resource-group <resource-group-name> \
75-
--name <Azure-Spring-Apps-service-instance-name> \
75+
--service <Azure-Spring-Apps-service-instance-name> \
7676
--client-id "<client-id>" \
7777
--scopes "scope1,scope2" \
7878
--client-secret "<client-secret>" \
@@ -101,7 +101,7 @@ Use the following command to assign a public endpoint using the Azure CLI:
101101
```azurecli
102102
az spring dev-tool update \
103103
--resource-group <resource-group-name> \
104-
--name <Azure-Spring-Apps-service-instance-name> \
104+
--service <Azure-Spring-Apps-service-instance-name> \
105105
--assign-endpoint
106106
```
107107

0 commit comments

Comments
 (0)