Skip to content

Commit d5af28a

Browse files
authored
Merge pull request #107708 from timlt/jedi5
Jedi5
2 parents 185100e + d2aa53b commit d5af28a

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -301,26 +301,23 @@ 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

308-
2. Download the SDK:
309-
- > [Java](https://aka.ms/vnetjavasdk)
310-
- > [C#](https://aka.ms/vnetcsharsdk)
311-
- > [Node.js](https://aka.ms/vnetnodesdk)
308+
2. Download the SDK: [Java](https://aka.ms/vnetjavasdk) | [C#](https://aka.ms/vnetcsharpsdk) | [Node.js](https://aka.ms/vnetnodesdk)
312309

313310
For Python, download our limited version from Github.
314311

315312
1. Navigate to the [Github release page](https://aka.ms/vnetpythonsdk).
316313

317314
2. Download the following file, which you'll find at the bottom of the release page under the header named **assets**.
318-
> *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*
319316
320317
3. Open a terminal and navigate to the folder with the downloaded file.
321318

322-
4. Run the following command to install the Python Service SDK with support for VNETs:
323-
> pip install ./azure_iot_hub-2.2.0.limited-py2.py3-none-any.whl
319+
4. Run the following command to install the Python Service SDK with support for virtual networks:
320+
> pip install ./azure_iot_hub-2.2.0_limited-py2.py3-none-any.whl
324321
325322

326323
## Next steps

0 commit comments

Comments
 (0)