Blueprints Roadmap

Stuart Wepener 46 Reputation points

Hi,

What is the roadmap for Blueprints? It seems a bit vague in terms of updates and where its going? The feature feedback portal are mostly updates from a year ago.

  1. tbgangav-MSFT 10,431 Reputation points β€’ Moderator

    Hi @Stuart Wepener ,

    Thanks for reaching out. I am checking with our internal team on it and will get back to you at the earliest.


Sign in to comment

Answer accepted by question author

tbgangav-MSFT 10,431 Reputation points β€’ Moderator

Hi @Stuart Wepener ,

Most of the Blueprint resourcing is going towards Template Specs (video overview) and Deployment Stacks, which is what Blueprints are eventually going to use under the covers. For authoring improvements, focus is bicep. The GA (General Availability) ETA is set for March/April when the new underlying resource types (template specs and deployment stacks) are ready and we can migrate everything over.

More info in this talk:

Most of the Blueprint UserVoice asks are either already implemented in Templates/Template Specs, or they are something we will address with above mentioned future improvements to templates/bicep and stacks.

Lastly, even though the Blueprint service is listed as β€œPreview”, we treat the service as GA, which means even once a migration path is made available, we will continue to support the current Blueprint APIs for 1-3 years or until everyone has been migrated.

  1. Niraj P 1 Reputation point

    We are using Blueprints heavily in our Prod env, do u think after migration to Biceps we can still support prod. Can we remain in BP or have to move to Biceps to get support in long run?

  2. Rajesh Swarnkar 1,236 Reputation points

    Simply Put can you please quote a rough timeline.

  3. Jay Freeman 11 Reputation points

    Look on youtube for deployment stacks. It is in preview and is amazingly easy with bicep https://youtu.be/6Cmz5ESdkCM


Sign in to comment

2 additional answers

  1. Jonathan Quinones 16 Reputation points

    where is the latest docs for DeploymentStacks?

    1. ben burich 1 Reputation point

      Can we get Microsoft Learn documentation on DeploymentStacks?


    Sign in to comment
  2. Jay Freeman 11 Reputation points

    I just found this proving that deployment stacks are going to be a thing
    https://livebook.manning.com/book/azure-infrastructure-as-code/chapter-11/78

    Also if you run the following you should see DeploymentStacksPreview

    az feature list -o table --query "[?contains(name, 'Microsoft.Resources/DeploymentStacksPreview')].{Name:name,State:properties.state}"
    

    and you can register with this

    az feature register --namespace "Microsoft.Resources" --name "DeploymentStacksPreview"
    
Sign in to answer

Your answer