Skip to content

Commit 9646660

Browse files
Indent steps and break it down further.
1 parent c45f505 commit 9646660

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ The workaround requires the Azure CLI for authentication. If you don't have it o
9898

9999
## Create resources for your cluster
100100

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.
102102

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.
106107

107108
```output
108109
deployment.apps/rabbitmq created

0 commit comments

Comments
 (0)