Skip to content

Commit 631c77d

Browse files
Merge pull request #245053 from PatAltimore/patricka-gh-proxy
Add quotes to docker daemon environment variable
2 parents d6a01cd + 90b0c02 commit 631c77d

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)