Forum Discussion

yvaubourg's avatar
yvaubourg
Resolver I
1 year ago
Solved

Create a IoTHub Connection Using MS Fabric API

Hi,   I'm trying to create an IoTHub connection using the MS Fabric API.   Based on the sample in the documentation, I create my json body:    I'm not able to fin the parameter name expec...
  • yvaubourg's avatar
    1 year ago

    Hi,
    I found an API endpoint in the documentaion to list the supported connection types.

    And with the "try it" option, you can retreive the needed information:

     

    So the connections details for an IoTHub should have "IoTHub.Contents" as creation methods and "entutyPath" as parameter. Here is my body the is actually working. Which is akward because it's not matching exactly, I let you check the differences...