Skip to content

Commit ffd2b83

Browse files
committed
PR review
1 parent 4581eb0 commit ffd2b83

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-dotnet-core.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,10 @@ In the previous code, you're manually saving an instance of `IConfigurationRefre
118118

119119
## Build and run the app locally
120120

121-
## Build and run the app locally
122-
123121
1. Set an environment variable.
124122

125123
### [Microsoft Entra ID (recommended)](#tab/entra-id)
126-
Set the environment variable named **Endpoint** to the endpoint of your App Configuration store found under the *Overview* of your store in the Azure portal.
124+
Set an environment variable named **Endpoint** to the endpoint of your App Configuration store found under the *Overview* of your store in the Azure portal.
127125

128126
If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect:
129127

@@ -144,7 +142,7 @@ In the previous code, you're manually saving an instance of `IConfigurationRefre
144142
```
145143

146144
### [Connection string](#tab/connection-string)
147-
Set the environment variable named **ConnectionString** to the read-only connection string of your App Configuration store found under **Access settings** of your store in the Azure portal.
145+
Set an environment variable named **ConnectionString** to the read-only connection string of your App Configuration store found under **Access settings** of your store in the Azure portal.
148146

149147
If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect:
150148

0 commit comments

Comments
 (0)