skip to Main Content

Azure Boards Approval on Work Item/ Tasks

Hi Azure DevOps Community and Stackoverflow community, We are currently implementing Azure Boards as our project management tool, but one major requirement in our project is to integrate task approval in the work item by management / team leads. Our…

VIEW QUESTION

Azure – The term 'Connect-AzAccount' is not recognized as a name of a cmdlet

This code is working in my local machine in Powershell ISE, but it is not working in the devops pipeline $AzureTenantId = "dgfg" $AzureApplicationId = "fgfgg" $AzureApplicationSecret = "fdgfghf" $SecuredApplicationSecret = ConvertTo-SecureString "$AzureApplicationSecret" -AsPlainText -Force $psCred = New-Object System.Management.Automation.PSCredential($AzureApplicationId ,…

VIEW QUESTION
Back To Top
Search