Azure Blueprint - Sequencing - Artifacts with ascending prefixes within a single resource group are not being deployed in the desired order?
Hello, I have approx. 10 child ARM template artifacts within a single RG. They are labelled with prefixes such as A01, B02, C03....... up to J10. My understanding is that the default sequencing is sorted by the child artifact name (hence the…
Azure Blueprints

KQL Query for finding Resource Name, Resource Type,Subscription Name,Tags,Resource Group
I would like to retrieve using Resource Graph explorer all the resources along with their name, resource types, location, resource groups, subscription name. I want to retrieve only those resources that do not have a tag "Malcode" or the…
Azure Blueprints

Blueprints Dry Run/Test Run
Hi, Tried looking this up without much luck, is there an option to check what will happen when you apply an updated BluePrint? Terraform is quite nifty that it would tell you what it would do before you action something. This may be an important…
Azure Blueprints
ARM Template for Azure Blueprint example
Hi there, While looking through the Azure Blueprint docs, I saw you are able to deploy via ARM Template. In the Blueprints portal, I saw a sample Blueprint for NIST 800 53 and noticed there was not a way to view the Blueprint as an ARM Template. …
Azure Blueprints
Table relational diagram for Azure Resource Graph Explorer
Is there an online diagram, that shows the table relations (like an E/R-diagram), between Azure resources, used for quering in the Azure Resource Graph Explorer? Like: Vnet-table is connected to Subnet-table. The NIC-table is connected to the…
Azure Blueprints
Do Blueprints support inline deployment scripts within ARM template?
My aim is to add users to the Cost Management Contributor role as part of my baseline subscription blueprint. My first thought was to try the Role Assignment artifact available in Blueprint GUI. However, this only allows you to select one user - I want…
Azure Blueprints

How do I rename a Blueprint.json when importing to Azure
Anyone know how to rename a blueprint.json definition when importing to Azure? AZ Powershell doesn't seem to have an option to rename the import. Powershell AzureRM module has a -NewBlueprintName option but it complains that it couldn't find the new…
Azure Blueprints

Blueprint assignment location
Dear all, I'm trying to do what I have already done for resource and resource group location, limiting them to a subset of locations and offering a default value at the time the blueprint is assigned, what I did not find the way yet, is how to manage…
Azure Blueprints
Azure Policy
Azure management book recommendation
Hello, I am just learning Azure administration and am looking for a good hands-on book covering the Azure Management portal. I will be doing a lot in the coming weeks, but right now I am concerned with ▪ Blueprints, ARMs ▪ Policy & policy…
Azure Blueprints
Azure Cost Management
Azure Policy

Azure SQL Managed Instance and HIPAA
We are currently developing a mobile app for a healthcare product. We are using MS SQL Server Managed Instance for our development and testing. I would like to understand and need inputs, references and help on below aspects: Given a region deployed…
Azure Blueprints
Azure SQL Database

Azure subscription governance & best practice architecture pattern?
People, I'd like to know what's the best practice and the recommended Azure architecture for Azure Governance & structuring? As at the moment, I'm currently working in the company where the existing Tenant (the parent company) have three…
Azure Blueprints


Deploy resources from Blueprint into an existing resource group that is not created by the bp
Is this possible to deploy some artifacts of a blueprint in a RG that is not created/managed by the same blueprint? in other word, is there anyway to reference an existing RG outside of a bp in a bp? Thanks, Lina