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
1. Restart the command prompt to allow the change to take effect. Print out the value of the environment variable to validate that it is set properly with the command below.
107
+
1. Print out the value of the environment variable to validate that it is set properly with the command below.
Using the Windows command prompt, run the following command:
111
+
Using the Windows command prompt, restart the command prompt to allow the change to take effect and run the following command:
112
112
113
113
```cmd
114
-
printenv AZURE_APPCONFIG_CONNECTION_STRING
114
+
echo %AZURE_APPCONFIG_CONNECTION_STRING%
115
115
```
116
116
117
117
### [PowerShell](#tab/powershell)
@@ -138,8 +138,6 @@ Add the following key-value to the App Configuration store and leave **Label** a
138
138
echo "$AZURE_APPCONFIG_CONNECTION_STRING"
139
139
```
140
140
141
-
1. Restart the command prompt to allow the change to take effect. Print out the value of the environment variable to validate that it is set properly.
142
-
143
141
## Code samples
144
142
145
143
The sample code snippets in this section show you how to perform common operations with the App Configuration client library for JavaScript. Add these code snippets to the body of `run` function in *app-configuration-example.js* file you created earlier.
0 commit comments