Skip to content

Commit b7b3702

Browse files
committed
add SDK samples
1 parent db6a831 commit b7b3702

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/iot-hub/iot-hub-managed-identity.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ result = iothub_job_manager.create_import_export_job(JobProperties(
266266
> 1. If the IoT Hub is not configured with the user-assigned managed identity, the job will fail.
267267
> 1. If **storageAuthenticationType** is set to **identityBased** and neither **user-assigned** nor **system-assigned** managed identities are configured on the hub, the job will fail.
268268
269+
## SDK samples
270+
- [.NET SDK sample](https://aka.ms/iothubmsicsharpsample)
271+
- [Java SDK sample](https://aka.ms/iothubmsijavasample)
272+
- [Python SDK sample](https://aka.ms/iothubmsipythonsample)
273+
- Node.js SDK samples: [bulk device import](https://aka.ms/iothubmsinodesampleimport), [bulk device export](https://aka.ms/iothubmsinodesampleexport)
269274
## Next steps
270275

271276
Use the links below to learn more about IoT Hub features:

0 commit comments

Comments
 (0)