Skip to content

Commit 4f58e6d

Browse files
Resolve comments
1 parent f335646 commit 4f58e6d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

articles/azure-app-configuration/quickstart-azure-kubernetes-service.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,13 @@ A ConfigMap can be consumed as environment variables or a mounted file. In this
2323
>
2424
2525
> [!NOTE]
26-
> You could use [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd) to run the [azure-appconfig-aks](https://github.com/Azure-Samples/azure-appconfig-aks) template to quickly set up what this quickstart demonstrates from scratch:
26+
> This quickstart will walk you through setting up the Azure App Configuration Kubernetes Provider. Optionally, you can use the following [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd) commands with the `azure-appconfig-aks` template to provision Azure resources and deploy the sample application used by this quickstart. For more information about this template, visit the [azure-appconfig-aks](https://github.com/Azure-Samples/azure-appconfig-aks) repo on GitHub.
2727
>
28-
> 1. Run the `azd init` command with the `azure-appconfig-aks` template:
29-
>
3028
> ``` azd
3129
> azd init -t azure-appconfig-aks
32-
> ```
33-
>
34-
> 2. Run the `azd up` command to deploy the resources:
35-
>
36-
> ``` azd
3730
> azd up
3831
> ```
3932
>
40-
> Going through the following detailed steps in this quickstart manually provides a better understanding of how the Azure App Configuration Kubernetes Provider works.
41-
>
4233
4334
## Prerequisites
4435

0 commit comments

Comments
 (0)