I have a function app: Details:
I was trying to retrieve the "SKU" details of an IoTHub and update it. By update I meant to increase or decrease the message quote, change the tier etc.
It appears there is a lot of limitation in sdk in the isolate side. Is there any sdk that can be used to update the iot hub properties.
The Azure.ResourceManager.IotHub package should allow you to manage the resource itself. Note there is no limitation on isolated hosting model that would limit this. Ultimately those are all HTTP requests which you can make from isolated model as well.