Writing a secret from AzureKeyVault in a Azure DevOps Pipeline to a file with powershell
I retrieve a secret from the Azure KeyVault in my Azure DevOps pipeline and need to write it as plain text to a file (~/.databrickscfg) in order to authenticate against a (databricks) service.
Unable to Clone An Azure Devops Repo via Service Principal auth
I am able to clone the Devops Repo via PAT toke in below way :
git clone https://<>@dev.azure.com/organisation/project/_git/myGitRepo
Is there a way to log start and finish times for installing dotnet sdk on each server
I have an Azure Pipeline PowerShell 5.1 step that installs the .Net SDK on an array of servers. Is there a way to mark start and finish times of the installs for each server?
How to auto start build agent in interactive mode after restart windows VM
I would like to do the automation on start the build agent in interactive mode after restart windows VM.