You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +76,7 @@ Connect to your App Configuration store using Microsoft Entra ID (recommended),
76
76
</appSettings>
77
77
```
78
78
79
-
The connection string of your App Configuration store is read from the environment variable `ConnectionString`. Add the `Environment` configuration builder before the `MyConfigStore` in the `configBuilders` property of the `appSettings` section.
79
+
The endpoint value of your App Configuration store is read from the environment variable `Endpoint`. You also add the `Environment` configuration builder before the `MyConfigStore` in the `configBuilders` property of the `appSettings` section.
80
80
81
81
1. Open *Program.cs*, and update the `Main` method to use App Configuration by calling `ConfigurationManager`.
82
82
@@ -118,7 +118,7 @@ Connect to your App Configuration store using Microsoft Entra ID (recommended),
118
118
</appSettings>
119
119
```
120
120
121
-
The connection string of your App Configuration store is read from the environment variable `ConnectionString`. Add the `Environment` configuration builder before the `MyConfigStore` in the `configBuilders` property of the `appSettings` section.
121
+
The connection string of your App Configuration store is read from the environment variable `ConnectionString`. You also add the `Environment` configuration builder before the `MyConfigStore` in the `configBuilders` property of the `appSettings` section.
122
122
123
123
1. Open *Program.cs*, and update the `Main` method to use App Configuration by calling `ConfigurationManager`.
124
124
@@ -140,24 +140,24 @@ Connect to your App Configuration store using Microsoft Entra ID (recommended),
140
140
141
141
### [Microsoft Entra ID (recommended)](#tab/entra-id)
142
142
143
-
Set the environment variable named **APP_CONFIGURATION_ENDPOINT** to the endpoint of your App Configuration store found under the *Overview* of your store in the Azure portal.
143
+
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.
144
144
145
145
If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect:
0 commit comments