Skip to content

Commit 5540612

Browse files
authored
Merge pull request #97345 from MikeDodaro/Rm-unnecessaryStep
Remove unnecessary step in procedure.
2 parents 6a96d9b + 6d21684 commit 5540612

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,6 @@ It takes about 5 minutes for the service to deploy. Once it is deployed, the **
8787
cd piggymetrics
8888
mvn clean package -DskipTests
8989
```
90-
91-
1. Login to Azure CLI and set your active subscription.
92-
93-
```azurecli
94-
# Login to Azure CLI
95-
az login
96-
97-
# List all subscriptions
98-
az account list -o table
99-
100-
# Set active subscription
101-
az account set --subscription <target subscription ID>
102-
```
103-
10490
1. Assign names to your resource group and your service. Be sure to substitute the placeholders below with the resource group name and service name that you provisioned earlier in this tutorial.
10591
10692
```azurecli

0 commit comments

Comments
 (0)