Reputation: 359
I want to deploy Azure Resources using GitLab pipelines. resources e.g. Resource Group, storage account, etc. using ARM/Powershell stored in GitLab CI and using GitLab pipelines how can I deploy any Azure resources?
Upvotes: 3
Views: 2524
Reputation: 619
You've to setup gitlab-ci.yml and use it in CI / CD on GitLab.
Please follow this video tutorial from Azure DevOps explaining the process. This tutorial covers all the steps you mentioned from 1-5.
Upvotes: 1