Get Application Insights KeyThis tool allows you to obtain the application insight key 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. applicationInsightName - The name of the application insight. If successful you should now have a connection string associated with 'AppIns_Key' environment variable. This variable which can be referenced as follows $(AppIns_Key) in any corisponding task within your pipeline. |