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
Samples retrieve credentials to access your App Configuration store from environment variables.
13
+
The examples retrieve credentials to access your App Configuration store from environment variables.
14
14
Alternatively, edit the source code to include the appropriate credentials.
15
-
See each individual sample for details on which environment variables/credentials it requires to function.
15
+
See each individual example for details on which environment variables/credentials it requires to function.
16
16
17
17
## Add a key-value
18
-
Add the following key-value to the App Configuration store and leave Label and Content Type with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Create a key-value](./quickstart-azure-app-configuration-create.md#create-a-key-value).
18
+
Add the following key-value to the App Configuration store and leave **Label** and **Content Type** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Create a key-value](./quickstart-azure-app-configuration-create.md#create-a-key-value).
19
19
20
20
| Key | Value |
21
21
|------------------------|----------------|
@@ -33,14 +33,14 @@ To run the examples using the published version of the package:
33
33
34
34
2. There are two ways to run the examples using correct credentials:
35
35
36
-
- Edit the file `.env.template`, adding the access keys to your App Configuration store. and rename the file from `.env.template` to just `.env`. The example programs will read this file automatically.
36
+
- Edit the file `.env.template`, adding the access keys to your App Configuration store. and rename the file from `.env.template` to just `.env`. The examples will read this file automatically.
37
37
38
38
- Alternatively, you can set the environment variables to the access keys to your App Configuration store. In this case, setting up the `.env` file is not required.
0 commit comments