Skip to content

Commit 8452d62

Browse files
Address nit pick
1 parent 4ad05b3 commit 8452d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this section, you will create a simple ASP.NET Core web application running i
6262
</style>
6363
6464
<div class="text-center">
65-
<h1 class="display-4">@Configuration["Settings:Message"]</h1>
65+
<h1>@Configuration["Settings:Message"]</h1>
6666
</div>
6767
```
6868
@@ -231,9 +231,9 @@ Now that you have an application running in AKS, you'll deploy the App Configura
231231
```
232232
233233
> [!NOTE]
234-
> `AzureAppConfigurationProvider` is a declarative API object. It defines the desired state of the ConfigMap that retrieves the key-values from the App Configuration store with following behavior:
234+
> `AzureAppConfigurationProvider` is a declarative API object. It defines the desired state of the ConfigMap created from the data in your App Configuration store with the following behavior:
235235
>
236-
> - The ConfigMap will fail to be created if a ConfigMap with the same name already exists in same namespace.
236+
> - The ConfigMap will fail to be created if a ConfigMap with the same name already exists in the same namespace.
237237
> - The ConfigMap will be recreated if it's deleted by any other means.
238238
> - The ConfigMap will be overwritten based on the data in your App Configuration store at the moment if it's modified by any other means.
239239
> - The ConfigMap will be deleted if the App Configuration Kubernetes Provider is uninstalled.

0 commit comments

Comments
 (0)