has any one worked with azure eventhub and eventhu...
# azure
f
has any one worked with azure eventhub and eventhub schema registry? Should i add schema groups and schemas vith pulumi ? I cannot find any documentation for that ?
m
Pulumi has support for schema registries. However, the contents of a registry are considered part of the Azure data plane and are not modeled in the Azure spec that the Pulumi provider is based on. You’ll need to use one of the SDKs for that.