Problem: Creating an Event Hub ServiceInstance appears to need an extra step to discover the created Event Hub name. The broker/secret returns the namespace connection string and primary key, but it does not provide the child Event Hub itself.
The event hub name is a randomly generated GUID here, so it's not possible to guess/use convention.
It might be nice if the broker output the generated hub name here
Yeah, binding doesn't deliver the hub name though provisioning creates the hub...
As far as I know, all the OSBA maintainers are busy with other projects now. Super appreciate your PR on this!
Problem: Creating an Event Hub ServiceInstance appears to need an extra step to discover the created Event Hub name. The broker/secret returns the namespace connection string and primary key, but it does not provide the child Event Hub itself.
The event hub name is a randomly generated GUID here, so it's not possible to guess/use convention.
It might be nice if the broker output the generated hub name here
Am I missing something?
Cheers!
Jordan.