Get Service Bus EndpointThis tool allows you to service bus endpoints part of an Azure pipeline (Classic or Yml) Using this control:Parameters: subscriptionName - Subscription name we wish to obtain our service bus connection string. resourceGroup - The resource group that contains the service bus. serviceBusNameSpace - The namespace of the service bus. serviceBusName - The name of the service bus. If successful you should now have a connection string associated with 'SB_Connection' environment variable. This variable which can be referenced as follows $(SB_Connection) in any corisponding task within your pipeline. |