Create an Azure ARM Template

DevOps Guy 1 Reputation point
2022-03-27T15:46:37.957+00:00

Hello,

I need to create an ARM Template that implements a standard 3-subnet VNet, i.e. with DMZ, Web, and Database tiers using Application Security Groups and Network Security Groups to control access and filter traffic.

Can anyone help me in this regard?

Thanks,

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ravi Kanth Koppala 3,391 Reputation points Microsoft Employee Moderator
    2022-03-28T05:36:08.16+00:00

    @DevOps Guy ,
    Thank you for reaching out to the Microsoft Q&A platform. Happy to answer your question.

    You can create the environment with all required resources and export the resource group as a template. For more information, you can refer to https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/export-template-portal

    Thanks

    ----------

    Please "Accept as Answer" and Upvote if any of the above helped so that, it can help others in the community looking for remediation for similar issues.

    0 comments No comments

  2. Limitless Technology 39,921 Reputation points
    2022-04-01T10:39:58.143+00:00

    Hi @DevOps Guy

    If you're new to Azure deployment, you may find it challenging to create an ARM template. To get around this challenge, you can configure your deployment in the Azure portal and download the corresponding ARM template.

    In the below article, you can learn how to generate an Azure Resource Manager template (ARM template) in the Azure portal.

    Quickstart: Create and deploy ARM templates by using the Azure portal
    https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/quickstart-create-templates-use-the-portal

    You can learn about the structure of the template and the tools you'll need for working with a template from the below article.
    Tutorial: Create and deploy your first ARM template
    https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/template-tutorial-create-first-template?tabs=azure-powershell

    Hope this resolves your Query!!

    --
    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.