Base solution for your next web application
Open Closed

TerraForm or Azure Release Pipelines and the ANZ Migrator ? #10064


User avatar
0
sedulen created

Hi everyone,

Has anyone successfully deployed an ANZ system using TerraForm or used Azure Release Pipelines? I realize it's more of an Infrastructure orchestration platform than specific to ANZ, but I'm asking mainly in the context of applying EF migrations.

Currently I use Azure Pipelines for building release artifacts, and for my dev environment I have an Azure Release Pipeline that updates my Azure AppService, where I handle applying EF migrations manually.

In working with my DevOps team, we're exploring moving to TerraForm, and possibly using Azure Release Pipelines to handle provisioning, re-provisioning, upgrade, and scaling our Azure resources, and so we started wondering how the ANZ Migrator would fit into this.

Has anyone developed anything with Azure Release Pipelines or TerraForm scripting that includes building and running the ANZ migrator?

If you've done the work (professionally & used in production today), I would be willing to discuss a possible consulting relationship.

Thanks! -Brian


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    We have a document about Azure Pipeline here. But, this uses a different approach for migrations.

    If you want to use Migrator project for migrations (I think it is better), you can publish Migrator project and execute it on Azure pipelines.