Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hand ons - Quickstart - Run pipeline #55

Open
a-flima opened this issue Mar 3, 2022 · 1 comment
Open

Hand ons - Quickstart - Run pipeline #55

a-flima opened this issue Mar 3, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@a-flima
Copy link

a-flima commented Mar 3, 2022

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:

  1. Go to 'excute the quickstart
  2. Copy the command -./quickstart/scripts/dataops/Deploy-AzureDevOps.ps1 -ConfigurationFile "./quickstart/outputs/hol.json" -UsePAT $true
  3. Go to devops and go to pipeline
  4. 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.
Captura de tela 2022-03-03 150314ERRO_PIPELINE

@a-flima a-flima added the bug Something isn't working label Mar 3, 2022
@cezapata
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants