• Stars
    star
    235
  • Rank 170,335 (Top 4 %)
  • Language
    C#
  • License
    GNU General Publi...
  • Created over 2 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Azure Design Studio

License: GPL v3 build

Azure Design Studio is a web application designed to simplify and streamline the process of creating solution architectures for Azure. With a focus on ease of use, efficiency, and consistency, it offers several key features:

  • Visual design: Create solution architecture for Azure using a visually appealing and consistent styling.
  • Validation: Ensure your design adheres to the rules and constraints of Azure resources to reduce errors.
  • Export: Export your design as images for easy integration into your documents and presentations.
  • Cloud storage: Save your design in the cloud for convenient access from any location.
  • Infrastructure as Code (IaC) generation: Automatically generate IaC for your design, with support for both ARM templates and Bicep.

The primary goal of Azure Design Studio is to help users create high-quality solution architectures for Azure while reducing the learning curve associated with ARM and Bicep. By improving the overall user experience, Azure Design Studio enables more efficient design and deployment of solutions on Azure.

As an award winning project, Azure Design Studio won the 3rd Place Winner award of Microsoft Global Hackathon 2022.

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 (latest version)
  • (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.

To launch and debug the code locally, set AzureDesignStudio.Server as the startup project 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.