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/aks/tutorial-kubernetes-deploy-application.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This tutorial requires Azure PowerShell version 5.9.0 or later. Check your versi
41
41
42
42
### [Azure Developer CLI](#tab/azure-azd)
43
43
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].
45
45
46
46
---
47
47
@@ -116,7 +116,7 @@ In these tutorials, your Azure Container Registry (ACR) instance stores the cont
116
116
117
117
### [Azure Developer CLI](#tab/azure-azd)
118
118
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.
120
120
121
121
---
122
122
@@ -178,7 +178,7 @@ AZD doesn't require a container registry step since it's in the template.
178
178
179
179
### [Azure Developer CLI](#tab/azure-azd)
180
180
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.
Copy file name to clipboardExpand all lines: articles/aks/tutorial-kubernetes-deploy-cluster.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ You use the Kubernetes CLI, [`kubectl`][kubectl], to connect to your Kubernetes
72
72
73
73
### [Azure Developer CLI](#tab/azure-azd)
74
74
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.
76
76
77
77
* To install `kubectl` locally, use the [`az aks install-cli`][az aks install-cli] command.
78
78
@@ -128,7 +128,7 @@ To avoid needing an **Owner** or **Azure account administrator** role, you can a
128
128
129
129
### [Azure Developer CLI](#tab/azure-azd)
130
130
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.
132
132
133
133
---
134
134
@@ -180,9 +180,9 @@ AZD packages the deployment of clusters with the application itself using `azd u
180
180
181
181
### [Azure Developer CLI](#tab/azure-azd)
182
182
183
-
Sign in to your Azure Account through AZD configures your credentials.
183
+
Signing in to your Azure Account through `azd` configures your credentials.
Copy file name to clipboardExpand all lines: articles/aks/tutorial-kubernetes-prepare-app.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The [sample application][sample-application] used in this tutorial is a basic st
64
64
65
65
### [Azure Developer CLI](#tab/azure-azd)
66
66
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.
68
68
69
69
```azurecli-interactive
70
70
mkdir aks-store-demo
@@ -242,7 +242,7 @@ Since you validated the application's functionality, you can stop and remove the
242
242
243
243
### [Azure Developer CLI](#tab/azure-azd)
244
244
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.
246
246
247
247
You can customize the preparation steps to use either Terraform or Bicep before deploying the cluster.
248
248
@@ -280,13 +280,13 @@ In the next tutorial, you learn how to store container images in an ACR.
280
280
281
281
### [Azure Developer CLI](#tab/azure-azd)
282
282
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:
284
284
285
285
> [!div class="checklist"]
286
-
> * Clone a sample azd template from GitHub.
286
+
> * Clone a sample `azd` template from GitHub.
287
287
> * View where container images are used from the sample application source.
288
288
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.
290
290
291
291
> [!div class="nextstepaction"]
292
292
> [Create an AKS Cluster][aks-tutorial-deploy-cluster]
0 commit comments