Skip to content

Commit baa898e

Browse files
authored
Update comments on sample.env file (Azure#20440)
This commit adds more comments on the sample.env file to specify that an App Configuration resource is needed and other env variables too.
1 parent 862a578 commit baa898e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

sdk/template/template/sample.env

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
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.
45

56
APPCONFIG_ENDPOINT="https://<resource name>.azconfig.io",
67
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.
711

12+
AZURE_TENANT_ID=""
13+
AZURE_CLIENT_ID=""
14+
AZURE_CLIENT_SECRET=""

0 commit comments

Comments
 (0)