Skip to content

Commit 17527a1

Browse files
committed
update terminal command
1 parent 7655bd1 commit 17527a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub/virtual-network-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ await registryManager.ExportDevicesAsync(
301301
```
302302

303303

304-
To use this region-limited version of the Azure IoT SDKs with VNET support for C#, Java, and Node.js:
304+
To use this region-limited version of the Azure IoT SDKs with virtual network support for C#, Java, and Node.js:
305305

306306
1. Create an environment variable named `EnableStorageIdentity` and set its value to `1`.
307307

@@ -312,11 +312,11 @@ For Python, download our limited version from Github.
312312
1. Navigate to the [Github release page](https://aka.ms/vnetpythonsdk).
313313

314314
2. Download the following file, which you'll find at the bottom of the release page under the header named **assets**.
315-
> *azure_iot_hub-2.2.0.limited-py2.py3-none-any.whl*
315+
> *azure_iot_hub-2.2.0_limited-py2.py3-none-any.whl*
316316
317317
3. Open a terminal and navigate to the folder with the downloaded file.
318318

319-
4. Run the following command to install the Python Service SDK with support for VNETs:
319+
4. Run the following command to install the Python Service SDK with support for virtual networks:
320320
> pip install ./azure_iot_hub-2.2.0.limited-py2.py3-none-any.whl
321321
322322

0 commit comments

Comments
 (0)