Can Azure Deployment Stacks be used to protect Budgets on Subscriptions?
I'm trying to see if we can use a Deployment Stack on a ManagementGroup in Azure to protect a Budget on a Subscription from being modified and/or deleted by Contributors or Owners of the Subscription. As of now I haven't succeeded despite playing around…
Azure Blueprint Portal Bug
I am the owner of the subscription and randomly I am getting 401 when I click on the Blueprint definitions. I guess it could be a GUI bug
azure landing zone template doesn't work properly
when trying to deploy a landing zone with the portal template, during validate deployment operation I receive the following error: Multiple error occurred:…
Deny assignment for data plane actions
Can deny assignments be defined to block data plane actions (prevent deletion of blobs inside a storage account for example)? I know that Blueprints or Azure policy can provide some level of denial to delete actions it doesn't look like it covers data…
How can I find Azure Policy or Blueprints to apply for HITRUST
I am having a difficult time finding the pre-built set of Azure Policy or Azure Blueprints that correspond to HITRUST? There are a lot of articles in MS Learn but none that give instructions on how to actually deploy. Could anyone advise on where to…
Creating a Condition for RBAC in Azure with ARM Template
Hello, I am attempting to set up a condition in Azure role-based access control (RBAC) through an ARM template. Specifically, I would like to create a condition in which a certain group can only assign "Azure Service Bus Data Receiver" and…
Is deployment stack supporting all Azure integration services
Hello, Is it possible to deploy via deployment stacks all Azure integration services, like LogicApp, Servicebus, APIM, Event grid and Functions? Regards, Laurens van de Venn
How many parameters does an Azure Blueprint Artifact need to be valid?
How many parameters does an Azure Blueprint Artifact need to be valid? Options: 0, 1, 2
checklist after getting azure subscription for setup production environment
Hello, I want to setup a new environment that I will use as production. What is the basic checklist I need to do after getting an Azure subscription? like branding, ,architecture ,monitoring, ,security points of view or other related things .. Thanks …
Blueprints Roadmap
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.
How to hide Azure Windows 10 sandbox instance from malware.
Hello, I want my Azure Windows 10 sandbox to act more like a host not as a guest, while some of the malware are able to detect virtual environments. To check how the sanbox might look like for malware and then where to look for optimization I used a tool…
Azure resource graph query for empty resource groups
can someone help me to write a azure resource graph kusto query to identify empty resource groups using azure resource graph? resourcecontainers | where type == "microsoft.resources/subscriptions/resourcegroups" | distinct name resources |…
can we update azure active directory properties like (user setting, group setting ,MFA) with a AZure policy or blueprint? is it possible
can we update any azure active directory property (user setting, group setting ,MFA etc) and enforce it with a AZure policy or blueprint? is it possible ?
Azure Active directory basic properties setting through policy or blueprint
I want to set the basic AD policies in My tenant as mentioned in this article (under Identities section) . example - some user setting attributes or MFA settings which should be "yes or No"…
How is Azure Blue Prints different from Resource Manager Templates
Can any one explain how Azure Blue Prints are different from Resource Manager Templates [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Azure Docs FAQ
Error:Blueprint resource group placeholder
I am trying to assign a blueprint via az cmd but keep on getting the following error Error: 'Blueprint resource group placeholder " the artifact has been specified in the blueprint as io-default-vnet example az blueprint assignment…
Blueprint and DevOps
Hi All, Could you please let me know if we can use blueprint to create Devops project and Devops pipelines as well? This is useful as we create new resource groups inside same subscription we want to manage the development cycle between DEV/ QA and…
How are ARM templates different from Blueprints?
I would like to know how ARM templates are different from Blueprints.
deny assignment
Hello, I'm trying to create a deny assignment on a storage account in order to deny access even if the users are owner of the subscription. All what I see in the documentation is adding a lock ( using the blueprint or listing the deny…
Inspecting and troubleshooting which Azure Policy & Blueprint
Hi All, I need some help inspecting and troubleshooting which Azure Policy & Blueprint applied to the specific resource group. How to check which Azure Policy & Azure Blueprint is applied to my Resource group? Is there any PowerShell…