Add support for iot hub message enrichement.
This feature is available in azure cli: https://docs.microsoft.com/en-us/cli/azure/iot/hub/message-enrichment?view=azure-cli-latest
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
Up!
Hi,
It could be very nice to get this feature, really missing :o
Thx
Alex
Potential Terraform Configuration:
resource "azurerm_iothub_enrichment" "legacy_id" {
name = "legacyId"
resource_group_name = azurerm_iothub.hub.resource_group_name
iothub_name = azurerm_iothub.hub.name
value = "$twin.tags.legacyId"
endpoint_names = ["events"] # builtin endpoint
}
Most helpful comment
Hello,
I really need this functionality. my PR
Could it be part of the next release?
Thanks