Skip to content

Commit 4450c1f

Browse files
Add info to before you begin section and include.
1 parent 88cfdc8 commit 4450c1f

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

articles/aks/includes/azd/azd-login-ts.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ The workaround requires the Azure CLI for authentication. If you don't have it o
2121
2222
1. In a new terminal window, type `curl` and paste your url.
2323
24+
```azurecli-interactive
25+
curl <localhost>
26+
```
27+
2428
1. If it works, code for a webpage saying "You have logged into Microsoft Azure!" appears.
2529
2630
```html
@@ -63,6 +67,10 @@ The workaround requires the Azure CLI for authentication. If you don't have it o
6367
6468
1. Copy and note down the `id` field of the subscription you want to use.
6569
66-
1. Paste it in to the command `az account set -n {sub}`.
70+
1. Select your subscription using the [az account set](/cli/azure/account#az-account-set) command.
71+
72+
```azurecli-interactive
73+
az account set -n <sub>
74+
```
6775
6876
[install-azure-cli]: /cli/azure/install-azure-cli

articles/aks/learn/quick-kubernetes-deploy-azd.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ This quickstart assumes a basic understanding of Kubernetes concepts. For more i
2525

2626
- [!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
2727

28-
- This article requires version 1.6.1 or later of the Azure Developer CLI. If you're using Azure Cloud Shell, the latest version is already installed there.
28+
- For ease of use, run this on Bash or PowerShell in the [Azure Cloud Shell](/azure/cloud-shell/overview). For more information, see [Quickstart for Azure Cloud Shell](/azure/cloud-shell/quickstart).
29+
30+
- If you want to use AZD locally, then install the [Azure Developer CLI][azd-install].
31+
32+
- This article requires version 1.6.1 or later of the [Azure Developer CLI][azd-install]. If you're using the [Azure Cloud Shell](/azure/cloud-shell/overview), the latest version is already installed on there.
2933

30-
- Install the [Azure Developer CLI][azd-install] or download updates.
3134

3235
## Sample Code
3336

@@ -93,8 +96,6 @@ The Azure Development Template contains all the code needed to create the servic
9396
9497
[!INCLUDE [azd-login-ts](../includes/azd/azd-login-ts.md)]
9598
96-
- If you have multiple Azure subscriptions, select the appropriate subscription for billing using the [az account set](/cli/azure/account#az-account-set) command.
97-
9899
## Create and deploy resources for your cluster
99100
100101
AZD runs all the hooks inside of the `azd-hooks` folder to pre-register, provision, then deploy these services.

0 commit comments

Comments
 (0)