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