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?
1 Answer
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.
1 Comment
Yogesh Kulkarni
I have already seen this video but it does not display the implementation steps, it just shows the web app deployment. Im looking how to create the service connection form GitLab to Azure subscription and do resource deployments.
.gitlab-ci.ymlfile) started that you need help with and can share? We'll need more information to help answer your question.