Get Storage account connection stringThis tool allows you to obtain a storage account connection string as 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 storage account. storageAccountName - The name of the storage account. If successful you should now have a connection string associated with 'SA_Connection' environment variable. This variable which can be referenced as follows $(SA_Connection) in any corisponding task within your pipeline. |