File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- # Used in most samples. Retrieve these values from an instance in the Azure
2
- # Portal. The APPCONFIG_TEST_SETTING_KEY value indicates which key to use
3
- # when retrieving an example setting.
1
+ # Used in most samples.
2
+ # The template project is based on the App Configuration SDK.
3
+
4
+ # Retrieve the following values from an App Configuration instance in the Azure Portal.
4
5
5
6
APPCONFIG_ENDPOINT = "https://<resource name>.azconfig.io",
6
7
APPCONFIG_TEST_SETTING_KEY = " <key>"
8
+ # The APPCONFIG_TEST_SETTING_KEY value indicates which key to use when retrieving an example setting.
9
+
10
+ # Retrieve the following values from your app registration in the Azure Portal.
7
11
12
+ AZURE_TENANT_ID = " "
13
+ AZURE_CLIENT_ID = " "
14
+ AZURE_CLIENT_SECRET = " "
You can’t perform that action at this time.
0 commit comments