Skip to content

A web app that helps you create the architecture design diagram for your Azure solutions and automatically generate IaC code from it.

License

Notifications You must be signed in to change notification settings

93910676wangd/AzureDesignStudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Design Studio

License: GPL v3 build

Azure Design Studio is a web app that can help you:

  • design solution architecture for Azure visually with consistent styling.
  • export and use the design as pictures in your documents.
  • save the design in the cloud to keep it alive and be accessible from anywhere.
  • and most importantly, generate IaC (Infrastructure as Code) code (currently limited to ARM templates and Bicep) from the design automatically.

With Azure Design Studio, I hope it can save you some time from learning ARM or Bicep, and therefore improve the user experience of designing and deploying solutions on Azure.

You can try Azure Design Studio here: https://www.azuredesign.app/.

screenshot

Contribution

All feedback and suggestions are welcome. Please feel free to create an issue if you have any.

If you want to build and debug the code locally, please follow the instruction below. All PRs are welcome too.

Build it locally

To build and test the code locally, you will need the following tools:

  • Visual Studio 2022
  • (Optional) Azure CLI, if you want to debug and test the code locally.
  • (Optional) Docker Desktop, if you want to build the docker image locally.

To build the code, clone the repo:

git clone --recursive https://github.com/chunliu/AzureDesignStudio.git

And then open the solution in Visual Studio 2022.

Frameworks and Libraries

Azure Design Studio is built on top of the following frameworks and libraries:

Disclaimer

Azure Design Studio is a personal project without any warranty. It is neither an official product from Microsoft nor supported by Microsoft. Use it at your own risk.

About

A web app that helps you create the architecture design diagram for your Azure solutions and automatically generate IaC code from it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 69.9%
  • HTML 21.2%
  • CSS 5.9%
  • JavaScript 2.4%
  • Dockerfile 0.6%