Skip to content

Commit 8748d35

Browse files
Merge pull request #237752 from domainname/domainname-patch-20
Fix missing value
2 parents 30c62a4 + 6edd52f commit 8748d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/how-to-launch-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Sign in to the Azure CLI and choose your active subscription.
5959
```azurecli
6060
az login
6161
az account list -o table
62-
az account set --subscription
62+
az account set --subscription <subscription-id>
6363
```
6464

6565
Create a resource group to contain your service in Azure Spring Apps. You can learn more about [Azure Resource Groups](../azure-resource-manager/management/overview.md).

0 commit comments

Comments
 (0)