microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
832 stars 928 forks source link

issues in the Deploying to Azure VM using Deployment Groups #646

Open pathikrawalapm opened 1 year ago

pathikrawalapm commented 1 year ago

I am trying to deploy https://www.azuredevopslabs.com/labs/vstsextend/deploymentgroups/

However, I get following error on my Release pipeline

2022-10-31T16:10:54.5461599Z ##[error]Error: Deployment group configuration did not succeed on one or more Virtual Machine(s): 1. Failure for Virtual Machine 'bpwebSrv5': "VM has reported a failure when processing extension 'TeamServicesAgent'. Error message: \"The extension received an incorrect input. Please correct the input and try again. More details: Could not verify that the deployment group \"bPdEPLOYMENTgROUP\" exists in the project \"bpvmss\" in the specified organization \"https://dev.azure.com/pathikrawal0708\". Status: 401. Error: Please make sure that the Personal Access Token entered is valid and has \"Deployment Groups - Read & manage\" scope.\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/vmextensionwindowstroubleshoot "

Please can you help on this@