You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-launch-from-source.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Sign in to the Azure CLI and choose your active subscription.
59
59
```azurecli
60
60
az login
61
61
az account list -o table
62
-
az account set --subscription
62
+
az account set --subscription <subscription-id>
63
63
```
64
64
65
65
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