microsoft / AzureDevOpsDemoGenerator

Azure DevOps Demo Generator helps teams create projects on their Team Services account with pre-populated sample content that includes source code, work items, iterations, service endpoints, build and release definitions based on a chosen template
https://azuredevopsdemogenerator.azurewebsites.net/
MIT License
340 stars 200 forks source link

AzDevOpsDemoGenerator #977

Closed theJvp closed 2 months ago

theJvp commented 7 months ago

Diagnotic message: Error while creating build definition: The classic pipelines are disabled for this project / organization. Error while creating release definition: Tasks with versions 'ARM Outputs:6.*' are not valid for deploy job 'Agent job' in stage Stage 1.

aksh-h commented 2 months ago

If you are running Demo Generator on a brand new organization, please enable the Third-party application access via OAuth under Organization Setting >> Policies image

By default, classic pipeline creation has been disabled for new organizations. To enable it, go to organization settings and provision the project.

image

Run the demo generator again and try to install the extension needed by the template.

Thanks