Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Azure Blueprints GeneratorNew to Visual Studio Code? Get it now.
Azure Blueprints Generator

Azure Blueprints Generator

aminecharot

|
6,746 installs
| (1) | Free
Generates the directory of Azure Blueprints
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Azure Blueprints Code Generator

Marketplace Version Installs Downloads Rating

The Azure Blueprint Code Generator is an extension which creates an Azure Blueprint workspace with the necessary JSON files to deploy a Blueprint using code. It also creates artifacts of type Template, Rbac assignment and Policy Assignment.

Features

First thing that this extension can do is creating a blueprint workspace :

  • Use command Azure Blueprints: Generate a blueprint workspace
    Generator

This will generate the Assign.json, Blueprint.json and /Artifacts with a default template inside.

The extension can also create an Azure Blueprints artifact of type template, rbac or policy:

  • Use command Azure Blueprints: Generate a blueprint Artifact
    artifact

This will generate the wanted artifact type with a default template inside.

Do you want to test your blueprint without writing scripts? No problem, we have the solution :

Requirement :

  • Azure Powershell and Az.Blueprint Module

To import the blueprint :

  • Use command Azure Blueprints: Import Blueprint
    artifact

Requirement :

  • Blueprint workspace (Blueprint.json and Artifacts)
  • Management Group Id

    This will import the blueprint to Azure.

To publish the blueprint :

  • Use command Azure Blueprints: Publish Blueprint
    artifact

Requirement :

  • Blueprint name
  • Blueprint version
  • Management Group Id

    This will publish the imported blueprint.

To Assign the blueprint :

  • Use command Azure Blueprints: Assign Blueprint
    artifact

Requirement :

  • Blueprint name
  • Blueprint version
  • Management Group Id
  • Subscription Id
  • Blueprint workspace (Assign.json)

    This will assign the publishd blueprint.

NOTE : The blueprint workspace MUST be in the root ! The blueprint name in Azure will have the SAME name as the workspace !

  • Use command Azure Blueprints: Preview Blueprint
    artifact

This will preview the workspace that will be imported to Azure.

Contribution

This extension is open source and hosted on Github. Contributions are more than welcome. Feel free to fork and add new features or submit bug reports.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft