Skip to content

Commit 79934a1

Browse files
update
1 parent 7e479f6 commit 79934a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-app-configuration/quickstart-feature-flag-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ When starting the application, a browser window will open to authenticate the us
8989
If you use Windows PowerShell, run the following command:
9090

9191
```azurepowershell
92-
$Env:APP_CONFIGURATION_ENDPOINT = <endpoint-of-your-app-configuration-store>
92+
$Env:APP_CONFIGURATION_ENDPOINT = "<endpoint-of-your-app-configuration-store>"
9393
```
9494

9595
### [macOS](#tab/unix)

articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To create a new Spring Boot project:
142142
If you use PowerShell, run the following command:
143143

144144
```powershell
145-
$Env:APP_CONFIGURATION_ENDPOINT = <endpoint-of-your-app-configuration-store>
145+
$Env:APP_CONFIGURATION_ENDPOINT = "<endpoint-of-your-app-configuration-store>"
146146
```
147147

148148
If you use macOS or Linux, run the following command:
@@ -157,13 +157,13 @@ To create a new Spring Boot project:
157157
If you use the Windows command prompt, run the following command and restart the command prompt to allow the change to take effect:
158158

159159
```cmd
160-
setx APP_CONFIGURATION_CONNECTION_STRING <connection-string-of-your-app-configuration-store>
160+
setx APP_CONFIGURATION_CONNECTION_STRING "<connection-string-of-your-app-configuration-store>"
161161
```
162162

163163
If you use PowerShell, run the following command:
164164

165165
```powershell
166-
$Env:APP_CONFIGURATION_CONNECTION_STRING = <connection-string-of-your-app-configuration-store>
166+
$Env:APP_CONFIGURATION_CONNECTION_STRING = "<connection-string-of-your-app-configuration-store>"
167167
```
168168

169169
If you use macOS or Linux, run the following command:

articles/azure-app-configuration/quickstart-java-spring-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ To use the Spring Cloud Azure Config starter to have your application communicat
173173
If you use Windows PowerShell, run the following command:
174174

175175
```azurepowershell
176-
$Env:APP_CONFIGURATION_ENDPOINT = <endpoint-of-your-app-configuration-store>
176+
$Env:APP_CONFIGURATION_ENDPOINT = "<endpoint-of-your-app-configuration-store>"
177177
```
178178

179179
If you use macOS or Linux, run the following command:

0 commit comments

Comments
 (0)