Azure sql managed instance deployment through Jenkins

Ravikumar P 21 Reputation points
2021-04-07T13:57:53.793+00:00

Hi Team,

I have created arm template for SQL managed instance and its working as expected.

But I want to deploy using Jenkins with Arm template.

Kindly help me to create Jenkinsfile (declarative)for Arm template in Jenkins.

What are ways to need to follow to deploy in jenkins if you have any other method.

Regards,
Ravikumar P

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Oury Ba-MSFT 16,471 Reputation points Microsoft Employee
    2021-04-12T15:21:22.337+00:00

    Hi @Ravikumar P According to this article , it is not possible to deploy managed instance through Jenkins. In addition Azure plugins for Jenkins are being retired. For more info please check this document. You can deploy Managed Instance through Azure CLI , Powershell or Azure Resource Manager.
    Please accept helpful responses as 'Answer', which will be helpful to others as well with similar question.