Azure / open-service-broker-azure

The Open Service Broker API Server for Azure Services
https://osba.sh
MIT License
248 stars 100 forks source link

Question: is there a way to discover the created Event Hub name when provisioning the Event Hub #685

Closed jakkaj closed 5 years ago

jakkaj commented 5 years ago

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.

zhongyi-zhang commented 5 years ago

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!