Skip to content

Commit 90b0c02

Browse files
committed
Add quotes
1 parent 093daaa commit 90b0c02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-edge/how-to-configure-proxy-support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Configure devices for network proxies - Azure IoT Edge | Microsoft Docs
3-
description: How to configure the Azure IoT Edge runtime and any internet-facing IoT Edge modules to communicate through a proxy server.
2+
title: Configure devices for network proxies for Azure IoT Edge
3+
description: How to configure the Azure IoT Edge runtime and any internet-facing IoT Edge modules to communicate through a proxy server.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 11/1/2022
6+
ms.date: 07/14/2023
77
ms.topic: how-to
88
ms.service: iot-edge
99
services: iot-edge
@@ -129,7 +129,7 @@ Enter the following text, replacing **\<proxy URL>** with your proxy server addr
129129

130130
```ini
131131
[Service]
132-
Environment=https_proxy=<proxy URL>
132+
Environment="https_proxy=<proxy URL>"
133133
```
134134

135135
Starting in version 1.2, IoT Edge uses the IoT identity service to handle device provisioning with IoT Hub or IoT Hub Device Provisioning Service. Open an editor in the terminal to configure the IoT identity service daemon.
@@ -142,7 +142,7 @@ Enter the following text, replacing **\<proxy URL>** with your proxy server addr
142142

143143
```ini
144144
[Service]
145-
Environment=https_proxy=<proxy URL>
145+
Environment="https_proxy=<proxy URL>"
146146
```
147147

148148
Refresh the service manager to pick up the new configurations.

0 commit comments

Comments
 (0)