Skip to content

Commit db59ed2

Browse files
authored
adding parameter placeholder
1 parent 834494f commit db59ed2

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)