Skip to content

Commit 79c5b7f

Browse files
committed
Adding link to quickstarts
1 parent c2a0784 commit 79c5b7f

7 files changed

+21
-7
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Create an Azure Kubernetes Service (AKS) cluster by using Bi
33
description: Learn how to quickly create a Kubernetes cluster using a Bicep file and deploy an application in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: quickstart
6-
ms.date: 08/11/2022
6+
ms.date: 11/01/2022
77
ms.custom: mvc, subject-armbicep
88
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run applications using the managed Kubernetes service in Azure.
99
---
@@ -271,6 +271,8 @@ Two [Kubernetes Services][kubernetes-service] are also created:
271271
app: azure-vote-front
272272
```
273273

274+
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
275+
274276
1. Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest:
275277

276278
```console

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Deploy an AKS cluster by using Azure CLI'
33
description: Learn how to quickly create a Kubernetes cluster, deploy an application, and monitor performance in Azure Kubernetes Service (AKS) using the Azure CLI.
44
services: container-service
55
ms.topic: quickstart
6-
ms.date: 06/28/2022
6+
ms.date: 11/01/2022
77
ms.custom: H1Hack27Feb2017, mvc, devcenter, seo-javascript-september2019, seo-javascript-october2019, seo-python-october2019, devx-track-azurecli, contperf-fy21q1, mode-api
88
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run and monitor applications using the managed Kubernetes service in Azure.
99
---
@@ -230,6 +230,8 @@ Two [Kubernetes Services][kubernetes-service] are also created:
230230
app: azure-vote-front
231231
```
232232
233+
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
234+
233235
1. Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest:
234236
235237
```console

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Kubernetes Service
44
description: Learn how to quickly create a Kubernetes cluster, deploy an application, and monitor performance in Azure Kubernetes Service (AKS) using the Azure portal.
55
services: container-service
66
ms.topic: quickstart
7-
ms.date: 04/29/2022
7+
ms.date: 11/01/2022
88
ms.custom: mvc, seo-javascript-october2019, contperf-fy21q3, mode-ui
99
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run and monitor applications using the managed Kubernetes service in Azure.
1010
---
@@ -228,6 +228,8 @@ Two Kubernetes Services are also created:
228228
app: azure-vote-front
229229
```
230230
231+
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
232+
231233
1. Deploy the application using the `kubectl apply` command and specify the name of your YAML manifest:
232234
233235
```console

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Quickstart: Deploy an AKS cluster by using PowerShell'
33
description: Learn how to quickly create a Kubernetes cluster and deploy an application in Azure Kubernetes Service (AKS) using PowerShell.
44
services: container-service
55
ms.topic: quickstart
6-
ms.date: 04/29/2022
6+
ms.date: 11/01/2022
77
ms.custom: devx-track-azurepowershell, mode-api
88
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run applications using the managed Kubernetes service in Azure.
99
---
@@ -211,6 +211,8 @@ Two [Kubernetes Services][kubernetes-service] are also created:
211211
app: azure-vote-front
212212
```
213213
214+
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
215+
214216
1. Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest:
215217
216218
```azurepowershell-interactive

articles/aks/learn/quick-kubernetes-deploy-rm-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quickstart - Create an Azure Kubernetes Service (AKS) cluster
33
description: Learn how to quickly create a Kubernetes cluster using an Azure Resource Manager template and deploy an application in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: quickstart
6-
ms.date: 08/17/2022
6+
ms.date: 11/01/2022
77
ms.custom: mvc, subject-armqs, devx-track-azurecli, mode-arm
88
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run applications using the managed Kubernetes service in Azure.
99
---
@@ -269,6 +269,8 @@ Two [Kubernetes Services][kubernetes-service] are also created:
269269
app: azure-vote-front
270270
```
271271

272+
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
273+
272274
1. Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest:
273275

274276
```console

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to quickly create a Kubernetes cluster, deploy an applica
44
services: container-service
55
ms.topic: article
66
ms.custom: event-tier1-build-2022
7-
ms.date: 04/29/2022
7+
ms.date: 11/01/2022
88
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy a Windows Server container so that I can see how to run applications running on a Windows Server container using the managed Kubernetes service in Azure.
99
---
1010

@@ -288,6 +288,8 @@ spec:
288288
app: sample
289289
```
290290
291+
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
292+
291293
Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your YAML manifest:
292294
293295
```console

articles/aks/learn/quick-windows-container-deploy-powershell.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Windows Server container on an AKS cluster by using PowerShell
33
description: Learn how to quickly create a Kubernetes cluster, deploy an application in a Windows Server container in Azure Kubernetes Service (AKS) using PowerShell.
44
services: container-service
55
ms.topic: article
6-
ms.date: 04/29/2022
6+
ms.date: 11/01/2022
77
ms.custom: devx-track-azurepowershell
88

99

@@ -219,6 +219,8 @@ spec:
219219
app: sample
220220
```
221221
222+
For a breakdown of YAML manifest files, see [Deployments and YAML manifests](../concepts-clusters-workloads.md#deployments-and-yaml-manifests).
223+
222224
Deploy the application using the [kubectl apply][kubectl-apply] command and specify the name of your
223225
YAML manifest:
224226

0 commit comments

Comments
 (0)