Skip to content

Commit 6d21684

Browse files
committed
Remove unnecessary step in procedure.
1 parent a9b9e7d commit 6d21684

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)