I have an MSDN subscription from my company with some monthly credit. My company also uses AzureAD and its services for user management in our company. For that reason I cannot create a principal on my own to access the resources I created in this subscription. Is there another way of accessing things like KeyVault for example from the pipeline tasks, other than a principal?
Asked
Active
Viewed 34 times
1 Answers
0
Maybe you could use the azure command line interface to login directly with your account?
https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli?view=azure-cli-latest

vvvv
- 34
- 4
-
Thank you, I don't know why I did not think of it. It's is not as convenient to use as the predefined tasks but it does it's job. – olifantastic Aug 21 '20 at 11:22