Skip to content

Commit c45f505

Browse files
Changes made with the assumption that the codebase deployment is modularized.
1 parent da96fd2 commit c45f505

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,7 @@ Quickly create all your resources with the `azd up` command. The demo app can ta
102102

103103
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.
104104

105-
## Deploy the application
106-
107-
In the AZD Template, there are files ready for deployment to start your service. In our AKS Quickstart, we use the
108-
`aks-store-quickstart.yaml`.
109-
110-
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
111-
112-
If you create and save the YAML file locally, then you can upload the manifest file to your default directory in CloudShell by selecting the **Upload/Download files** button and selecting the file from your local file system.
113-
114-
1. Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest.
115-
116-
```azurecli
117-
kubectl apply -f aks-store-quickstart.yaml
118-
```
119-
120-
Your output shows the newly created deployments and services:
105+
At the end, your output shows the newly created deployments and services:
121106

122107
```output
123108
deployment.apps/rabbitmq created

0 commit comments

Comments
 (0)