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/learn/quick-kubernetes-deploy-azd.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,11 +98,12 @@ The workaround requires the Azure CLI for authentication. If you don't have it o
98
98
99
99
## Create resources for your cluster
100
100
101
-
Quickly create all your resources with the `azd up` command. The demo app can take longer depending on your internet speed.
101
+
The step can take longer depending on your internet speed.
102
102
103
-
azd up runs the commands for the two hooks for pre-provision and post-provision. During this process, you're prompted to select which Azure subscription and region for your AKS Cluster.
104
-
105
-
At the end, your output shows the newly created deployments and services:
103
+
1. Create all your resources with the `azd up` command.
104
+
2. Select which Azure subscription and region for your AKS Cluster.
105
+
3. Wait as azd automatically runs the commands for pre-provision and post-provision steps.
106
+
4. At the end, your output shows the newly created deployments and services.
0 commit comments