Skip to content

Commit 932ed40

Browse files
authored
Acrolinx 2 of 2
1 parent 1b97864 commit 932ed40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ In this section, you will create a simple ASP.NET Core web application running i
210210
211211
Now that you have an application running in AKS, you'll deploy the App Configuration Kubernetes Provider to your AKS cluster running as a Kubernetes controller. The provider retrieves data from your App Configuration store and creates a ConfigMap, which is consumable as a JSON file mounted in a data volume.
212212
213-
### Setup the Azure App Configuration store
213+
### Set up the Azure App Configuration store
214214
215215
Add following key-values to the App Configuration store and leave **Label** and **Content Type** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Create a key-value](./quickstart-azure-app-configuration-create.md#create-a-key-value).
216216
@@ -219,7 +219,7 @@ Add following key-values to the App Configuration store and leave **Label** and
219219
|Settings:FontColor|*Green*|
220220
|Settings:Message|*Hello from Azure App Configuration*|
221221
222-
### Setup the App Configuration Kubernetes Provider
222+
### Set up the App Configuration Kubernetes Provider
223223
1. Run the following command to get access credentials for your AKS cluster. Replace the value of the `name` and `resource-group` parameters with your AKS instance:
224224
225225
```console

0 commit comments

Comments
 (0)