Skip to content

Commit 796acd9

Browse files
authored
Merge pull request #103615 from yucwan/patch-8
adding parameter placeholder
2 parents 834494f + db59ed2 commit 796acd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-cloud/spring-cloud-quickstart-launch-app-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ az extension add --name spring-cloud
5454
```azurecli
5555
az login
5656
az account list -o table
57-
az account set --subscription
57+
az account set --subscription <Name or ID of subscription from the last step>
5858
```
5959
6060
2. Prepare a name for your Azure Spring Cloud service. The name must be between 4 and 32 characters long and can contain only lowercase letters, numbers, and hyphens. The first character of the service name must be a letter and the last character must be either a letter or a number.

0 commit comments

Comments
 (0)