You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! When creating IoT Hub resource in Azure in portal or Azure CLI we have ability to set device-to-cloud partitions. Default is 4, and we can setup this to 32. This is something that cannot be change after creation.
This is really important setting if we are talking about high throughput applications.
Unfortunately there is not equivalent in Terraform. As this setting cannot be changed later, the whole provisioning IoT hub with Terraform doesn't make sense - if we want this value different than default.
Please, add this one :)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 28, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! When creating IoT Hub resource in Azure in portal or Azure CLI we have ability to set device-to-cloud partitions. Default is 4, and we can setup this to 32. This is something that cannot be change after creation.
This is really important setting if we are talking about high throughput applications.
Unfortunately there is not equivalent in Terraform. As this setting cannot be changed later, the whole provisioning IoT hub with Terraform doesn't make sense - if we want this value different than default.
Please, add this one :)
Terraform Resource:
azurerm_iothub
Example of potential configuration:
The text was updated successfully, but these errors were encountered: