You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the quickstart
Step 4: Prepare your Azure DevOps project
item 2 :
On the Azure PowerShell terminal: run the following script to clone the hol repo, create the pipelines and service connections inside your new Azure DevOps.
In this command
./quickstart/scripts/dataops/Deploy-AzureDevOps.ps1 -ConfigurationFile "./quickstart/outputs/hol.json" -UsePAT $true
After
devops ran the pipeline automaticaly
k0ca8827-iac-cd
Error
#20220303.1 Update template parameters
##[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form https://aka.ms/azpipelines-parallelism-request
To Reproduce*
Steps to reproduce the behavior:
Go to 'excute the quickstart
Copy the command -./quickstart/scripts/dataops/Deploy-AzureDevOps.ps1 -ConfigurationFile "./quickstart/outputs/hol.json" -UsePAT $true
Go to devops and go to pipeline
See error
5
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered:
I believe that this occurs because there is a requirement to explicitly file a request to gain access to a free hosted build agent on new projects / pipelines. Without going through this step, we are no longer able to create a new org / project, and expect the lab to run successfully.
We should include steps to define what needs to be done as a pre-requisite to get a hosted agent assigned to our DevOps project, and set the expectation that this process is asynchronous, depends on a manual approval, and can take multiple business days to be completed.
Describe the bug
In the quickstart
Step 4: Prepare your Azure DevOps project
item 2 :
On the Azure PowerShell terminal: run the following script to clone the hol repo, create the pipelines and service connections inside your new Azure DevOps.
In this command
./quickstart/scripts/dataops/Deploy-AzureDevOps.ps1 -ConfigurationFile "./quickstart/outputs/hol.json" -UsePAT $true
After
devops ran the pipeline automaticaly
k0ca8827-iac-cd
Error
#20220303.1 Update template parameters
##[error]No hosted parallelism has been purchased or granted. To request a free parallelism grant, please fill out the following form https://aka.ms/azpipelines-parallelism-request
To Reproduce*
Steps to reproduce the behavior:
5
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: