Blueprint and DevOps

Samira Saverio 1 Reputation point
2021-08-02T10:17:39.723+00:00

Hi All, Could you please let me know if we can use blueprint to create Devops project and Devops pipelines as well?
This is useful as we create new resource groups inside same subscription we want to manage the development cycle between DEV/ QA and PRD. thanks!

Azure Blueprints
Azure Blueprints
An Azure service that provides templates for quick, repeatable creation of fully governed cloud subscriptions.
70 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,466 Reputation points
    2021-08-02T11:38:44.113+00:00

    @Samira Saverio Welcome to Microsoft Q & A Community Forum. Its not possible to create DevOps project or pipeline with Azure Blueprints. Blueprints service is designed to help with environment setup. This setup often consists of a set of resource groups, policies, role assignments, and ARM template deployments.

    For more information, refer this documentation.


  2. Tomasz Sitarek 1 Reputation point
    2023-01-02T09:06:04.867+00:00

    As already mentioned - Azure Blueprint is out of the scope.
    But if you seek some automation around Azure DevOps, maybe it would be good to consider TF module to manage it?
    https://registry.terraform.io/providers/microsoft/azuredevops/latest/docs

    It could help you with repeatable processes around Azure DevOps.

    0 comments No comments