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
+1-16Lines changed: 1 addition & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,22 +102,7 @@ Quickly create all your resources with the `azd up` command. The demo app can ta
102
102
103
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
104
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:
0 commit comments