Skip to content

Commit 4c862ec

Browse files
committed
review-4
1 parent 8354b57 commit 4c862ec

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

learn-pr/advocates/automatic-update-of-a-webapp-using-azure-functions-and-signalr/includes/3-exercise-analyze-limitations-of-polling-in-a-web-app.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ Before you change the prototype, you need to run it to validate the assumptions.
2424
az login
2525
```
2626
27-
1. View your subscriptions and set your default Azure subscription.
27+
1. In the browser that opens, sign in to your Azure account.
2828
29-
View the subscriptions.
29+
The Visual Studio Code terminal displays a list of the subscriptions associated with this account.
30+
31+
1. In the list, find the subscription that you want to use for this exercise.
32+
33+
If you missed the list from the sign-in, you can use the following snippet to list your subscriptions again.
3034
3135
```bash
32-
az account list
36+
az account list --output table
3337
```
3438
35-
To set the default subscription, replace `YOUR-SUBSCRIPTION-ID` with a subscription ID from the previous Azure CLI output.
39+
1. To set the default subscription, replace `YOUR-SUBSCRIPTION-ID` with a subscription ID from the previous Azure CLI output.
3640
3741
```bash
3842
az account set --subscription <YOUR-SUBSCRIPTION-ID>

0 commit comments

Comments
 (0)