Azure / azure-relay-dotnet

☁️ .NET Standard client library for Azure Relay Hybrid Connections

Home Page:https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-what-is-it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Management API] Be able to create new Hybrid-Connections by code

NightOwlCoder opened this issue · comments

Hey there guys,
our use case requires us to be able to create a new Hybrid-Connection in code.

That connection will them be bound to a EventGrid topic, so our apps can receive notifications.

So far, I could automate this using az command line, but I would like to have this done with a c# call if possible.

Any ideas?

This is also something we will need to move away from Azure WCF Relays. With WCF Relays a new relay is created dynamically on demand when a "new" service path is connecting, that is not the case for Hybrid Connections. I assume the service path in WCF corresponds to EntityPath for HC in the connection string. Is this functionality out of the scope of this SDK?