Skip to content

Commit 6611fea

Browse files
More content on hooks and overview. Update ownership.
1 parent 296bd13 commit 6611fea

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
title: 'Quickstart: Deploy an Azure Kubernetes Service (AKS) cluster using Terraform'
33
description: Learn how to quickly deploy a Kubernetes cluster using Terraform and deploy an application in Azure Kubernetes Service (AKS).
4+
ms.author: schaffererin
5+
author: schaffererin
46
ms.topic: quickstart
5-
ms.date: 03/15/2024
7+
ms.date: 03/22/2024
68
ms.custom: devx-track-terraform
79
content_well_notification:
810
- AI-contribution
@@ -160,7 +162,6 @@ To deploy the application, you use a manifest file to create all the objects req
160162
> [!NOTE]
161163
> We don't recommend running stateful containers, such as Rabbit MQ, without persistent storage for production. These are used here for simplicity, but we recommend using managed services, such as Azure CosmosDB or Azure Service Bus.
162164

163-
164165
1. Create a file named `aks-store-quickstart.yaml` and copy in the following manifest:
165166

166167
```yaml
@@ -481,6 +482,8 @@ When the application runs, a Kubernetes service exposes the application front en
481482

482483
## Clone the Azure Developer CLI template
483484

485+
The Azure Developer CLI allows you to quickly download samples from the **Azure-Samples** repository. In our quickstart, you will download the `aks-store-demo` application. For more information on the general uses cases see the [`azd` overview][azd-overview].
486+
484487
1. Clone the AKS store demo template from the **Azure-Samples** repository using the [`azd init`][azd-init] command with the `--template` parameter.
485488

486489
```azdeveloper
@@ -542,16 +545,18 @@ To deploy the application, you use the `azd up` command to create all the object
542545

543546
### Deploy application resources
544547

545-
`azd` runs all the hooks inside of the [`azd-hooks` folder](https://github.com/Azure-Samples/aks-store-demo/tree/main/azd-hooks) to preregister, provision, and deploy the application services.
546-
547-
The `azd` template for this quickstart creates a new resource group with an AKS cluster and an Azure key vault. The key vault stores client secrets and runs the services in the `pets` namespace
548+
The `azd` template for this quickstart creates a new resource group with an AKS cluster and an Azure Key Vault. The key vault stores client secrets and runs the services in the `pets` namespace
548549

549550
1. Create all the application resources using the [`azd up`][azd-up] command.
550551

551552
```azdeveloper
552553
azd up
553554
```
554555

556+
`azd up` runs all the hooks inside of the [`azd-hooks` folder](https://github.com/Azure-Samples/aks-store-demo/tree/main/azd-hooks) to preregister, provision, and deploy the application services.
557+
558+
Customize hooks to add custom code into the `azd` workflow stages. For more information, see the [`azd` hooks][azd-hooks] reference.
559+
555560
2. Select an Azure subscription for your billing usage.
556561

557562
```output
@@ -687,4 +692,6 @@ To learn more about AKS and walk through a complete code-to-deployment example,
687692
[azd-up]: /azure/developer/azure-developer-cli/reference#azd-up
688693
[az-auth-login]: /azure/developer/azure-developer-cli/reference#azd-auth-login
689694
[azd-down]: /azure/developer/azure-developer-cli/reference#azd-down
695+
[azd-hooks]: /azure/developer/azure-developer-cli/reference#azd-hooks
696+
[azd-overview]: /azure/developer/azure-developer-cli
690697
[aks-home]: /azure/aks

articles/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3091,7 +3091,7 @@ groups:
30913091
title: Portal
30923092
- id: development-environment-azure-cli
30933093
title: CLI
3094-
# Owner: v-ntjandra
3094+
# Owner: schaffererin
30953095
- id: aks-azure-developer-cli
30963096
title: Azure command line interfaces
30973097
prompt: Choose a command line interface

0 commit comments

Comments
 (0)