3

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?

3
  • Have you tried reading the given link: dev.to/raisingcode/… ? It does the same using Github Actions. Commented Sep 15, 2021 at 13:26
  • 1
    What have you tried so far? Have you run into errors? Do you have a pipeline definition (.gitlab-ci.yml file) started that you need help with and can share? We'll need more information to help answer your question. Commented Sep 23, 2021 at 18:53
  • Hi Adam - I'm new to the GitLab. I'm using ADO for alll deployments and I'm good in ADO. And trying to replicate same in GitLab to see how I can do Azure Resource deployments using GitLab. I did lot of search but didn't find any straightforward way and videos or documentations around it and hence I raised this question here. Commented Sep 24, 2021 at 8:02

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

1 Comment

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.