How to access a service connection from environment variable in azure?
I have defined a service connection of type Generic, called 'DowntimeApiKeyGen' in azure. The encrypted value of the apikey is saved under 'Password/Token Key'. How can i access the value of this apikey from an environment variable in a powershell-task…