Skip to content

Commit f05c555

Browse files
authored
update wording in sdk page
1 parent 4f65ced commit f05c555

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/azure-app-configuration/quickstart-javascript.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ Add the following key-value to the App Configuration store and leave **Label** a
104104
export AZURE_APPCONFIG_CONNECTION_STRING='<app-configuration-store-connection-string>'
105105
```
106106

107-
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.
108108

109109
### [Windows command prompt](#tab/windowscommandprompt)
110110

111-
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:
112112

113113
```cmd
114-
printenv AZURE_APPCONFIG_CONNECTION_STRING
114+
echo %AZURE_APPCONFIG_CONNECTION_STRING%
115115
```
116116

117117
### [PowerShell](#tab/powershell)
@@ -138,8 +138,6 @@ Add the following key-value to the App Configuration store and leave **Label** a
138138
echo "$AZURE_APPCONFIG_CONNECTION_STRING"
139139
```
140140

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-
143141
## Code samples
144142

145143
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

Comments
 (0)