What tools or templates are available to automate the deployment of Azure resources, and how can we integrate them with existing CI/CD pipelines?

Amy McCarthy 260 Reputation points
2024-08-17T04:32:48.5033333+00:00

Automation and DeOps - What tools or templates are available to automate the deployment of Azure resources, and how can we integrate them with existing CI/CD pipelines?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,659 questions
0 comments No comments
{count} votes

Accepted answer
  1. akinbade abiola 15,220 Reputation points
    2024-08-18T23:13:44.3533333+00:00

    You can try any of:

    Azure Resource Manager (ARM) Templates https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview

    Azure Bicep https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep

    Azure Blueprints

    Terraform

    Some others can be found here: https://learn.microsoft.com/en-us/azure/virtual-machines/infrastructure-automation?source=recommendations

    They can easily be integrated by adding tasks to your pipeline for the specific integration you need.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.