How to generate architecture diagram from Azure resources

Patrick Cho 131 Reputation points
2021-04-24T20:00:43.52+00:00

Hello,

I have defined a few resources on my Azure resource group.

Is there a way that I could generate an architectural diagram 1) from the resource group and 2) from ARM template.

Please advise.

Thanks.

Azure SQL Database
{count} votes

Accepted answer
  1. Patrick Cho 131 Reputation points
    2021-04-25T16:11:19.293+00:00

    Thank you Kalyan. I tried ARM Template Viewer from Visual Studio Code. It works fine.

    2 people found this answer helpful.

5 additional answers

Sort by: Most helpful
  1. chrisrobert555 0 Reputation points
    2024-07-26T09:48:37.9433333+00:00

    To generate an architectural diagram from your Azure Resource Group, you can use the Azure Portal's "Resource visualizer" or Azure Resource Graph Explorer to visualize and export the resources. For an ARM (Azure Resource Manager) template, tools like ARMViz allow you to upload the template and generate a visual representation of the defined resources. Alternatively, using Visual Studio Code with the ARM Tools extension enables you to open the template and visualize its structure and relationships. These methods help create clear diagrams to understand and communicate your Azure infrastructure.

    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.