Skip to content

Commit 0f8dcff

Browse files
Name changes for azd tutorial files.
1 parent 08f2d78 commit 0f8dcff

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

articles/aks/tutorial-kubernetes-deploy-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This tutorial requires Azure PowerShell version 5.9.0 or later. Check your versi
4141

4242
### [Azure Developer CLI](#tab/azure-azd)
4343

44-
This tutorial requires Azure Developer CLI (AZD) version 1.5.1 or later. Check your version with `azd version`. To install or upgrade, see [Install Azure Developer CLI][azure-azd-install].
44+
This tutorial requires Azure Developer CLI (`azd`) version 1.5.1 or later. Check your version with `azd version`. To install or upgrade, see [Install Azure Developer CLI][azure-azd-install].
4545

4646
---
4747

@@ -116,7 +116,7 @@ In these tutorials, your Azure Container Registry (ACR) instance stores the cont
116116
117117
### [Azure Developer CLI](#tab/azure-azd)
118118
119-
AZD doesn't require a container registry step since it's in the template.
119+
`azd` doesn't require a container registry step since it's in the template.
120120
121121
---
122122
@@ -178,7 +178,7 @@ AZD doesn't require a container registry step since it's in the template.
178178
179179
### [Azure Developer CLI](#tab/azure-azd)
180180
181-
1. Deployment in AZD in broken down into multiple stages represented by hooks. By default, azd deploys with all hooks.
181+
1. Deployment in `azd` in broken down into multiple stages represented by hooks. By default, azd deploys with all hooks.
182182
183183
```azurecli-interactive
184184
azd up

articles/aks/tutorial-kubernetes-deploy-cluster.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You use the Kubernetes CLI, [`kubectl`][kubectl], to connect to your Kubernetes
7272
7373
### [Azure Developer CLI](#tab/azure-azd)
7474
75-
AZD Environments in a codespace automatically download all dependencies found in `./devcontainer/devcontainer.json`. The Kubernetes CLI is in the file, along with any ACR images.
75+
`azd` environments in a codespace automatically download all dependencies found in `./devcontainer/devcontainer.json`. This includes the Kubernetes CLI along with any Azure Container Registry (ACR) images.
7676
7777
* To install `kubectl` locally, use the [`az aks install-cli`][az aks install-cli] command.
7878
@@ -128,7 +128,7 @@ To avoid needing an **Owner** or **Azure account administrator** role, you can a
128128
129129
### [Azure Developer CLI](#tab/azure-azd)
130130
131-
AZD packages the deployment of clusters with the application itself using `azd up`. This command is covered in the next tutorial.
131+
`azd` packages the deployment of clusters with the application itself using `azd up`. This command is covered in the next tutorial.
132132
133133
---
134134
@@ -180,9 +180,9 @@ AZD packages the deployment of clusters with the application itself using `azd u
180180
181181
### [Azure Developer CLI](#tab/azure-azd)
182182
183-
Sign in to your Azure Account through AZD configures your credentials.
183+
Signing in to your Azure Account through `azd` configures your credentials.
184184
185-
1. Authenticate using AZD.
185+
1. Authenticate using `azd`.
186186
187187
```azurecli-interactive
188188
azd auth login

articles/aks/tutorial-kubernetes-prepare-app.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The [sample application][sample-application] used in this tutorial is a basic st
6464

6565
### [Azure Developer CLI](#tab/azure-azd)
6666

67-
1. If you are using AZD locally, create an empty directory named `aks-store-demo` to host the azd template files.
67+
1. If you are using `azd` locally, create an empty directory named `aks-store-demo` to host the azd template files.
6868

6969
```azurecli-interactive
7070
mkdir aks-store-demo
@@ -242,7 +242,7 @@ Since you validated the application's functionality, you can stop and remove the
242242

243243
### [Azure Developer CLI](#tab/azure-azd)
244244

245-
When you use AZD, there are no manual container image dependencies. AZD handles the provisioning, deployment, and cleans up of your applications and clusters with the `azd up` and `azd down` commands, similar to Docker.
245+
When you use `azd`, there are no manual container image dependencies. `azd` handles the provisioning, deployment, and cleans up of your applications and clusters with the `azd up` and `azd down` commands, similar to Docker.
246246

247247
You can customize the preparation steps to use either Terraform or Bicep before deploying the cluster.
248248

@@ -280,13 +280,13 @@ In the next tutorial, you learn how to store container images in an ACR.
280280

281281
### [Azure Developer CLI](#tab/azure-azd)
282282

283-
In this tutorial, you cloned a sample application using AZD. You learned how to:
283+
In this tutorial, you cloned a sample application using `azd`. You learned how to:
284284

285285
> [!div class="checklist"]
286-
> * Clone a sample azd template from GitHub.
286+
> * Clone a sample `azd` template from GitHub.
287287
> * View where container images are used from the sample application source.
288288

289-
In the next tutorial, you learn how to create a cluster using the azd template you cloned.
289+
In the next tutorial, you learn how to create a cluster using the `azd` template you cloned.
290290

291291
> [!div class="nextstepaction"]
292292
> [Create an AKS Cluster][aks-tutorial-deploy-cluster]

0 commit comments

Comments
 (0)