File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -301,26 +301,23 @@ await registryManager.ExportDevicesAsync(
301
301
```
302
302
303
303
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:
305
305
306
306
1 . Create an environment variable named ` EnableStorageIdentity ` and set its value to ` 1 ` .
307
307
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 )
312
309
313
310
For Python, download our limited version from Github.
314
311
315
312
1 . Navigate to the [ Github release page] ( https://aka.ms/vnetpythonsdk ) .
316
313
317
314
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*
319
316
320
317
3 . Open a terminal and navigate to the folder with the downloaded file.
321
318
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
324
321
325
322
326
323
## Next steps
You can’t perform that action at this time.
0 commit comments