818 questions with Azure Policy tags

Sort by: Updated
1 answer

I am uanble to upgrade my account because my billing access was changed automatically by Azure

Recently my account was disabled. I would like to find out how to enable it and upgrade it. Its not letting me upgrade.

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,279 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
708 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2021-02-15T16:56:56.39+00:00
odsbyz 6 Reputation points
commented 2024-04-17T15:48:13.9666667+00:00
Christine 0 Reputation points
1 answer

Setting up Azure Firewall for network perimeter

How can I set up Azure Firewall for better security and at more of the resource group level? I already have a network security group (NSG) set up with IP whitelisting for an exposed endpoint, but I'm not sure how to connect the filtered traffic to the…

Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
598 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-04-16T14:10:38.7166667+00:00
Anmol Arora 0 Reputation points
answered 2024-04-17T12:15:41.1166667+00:00
GitaraniSharma-MSFT 49,006 Reputation points Microsoft Employee
0 answers

How to restrict users from deploying the resources in a RG when a specified tag is applied to that RG?

I already know how to deny resource deployment when a specific tag is missing using Azure custom policies. Now, I'm interested in creating a custom policy that prevents users from deploying resources in a resource group if a particular tag exists for…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-04-16T07:53:53.1266667+00:00
Priyanka Varma 60 Reputation points
1 answer

I am working on azure policy where an alert will be generated if a RBAC role is assigned with a blob data action permissions on a storage account. Can anyone please help in correcting the code I have written.

{ "mode": "All", "policyType": "Custom", "displayName": "Audit Creation of RBAC Roles for Storage Accounts", "description": "This policy audits any new or updated RBAC…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,866 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,056 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-25T14:24:12.9833333+00:00
Sahith Thatipalli 40 Reputation points
edited a comment 2024-04-16T03:21:36.9066667+00:00
Sumarigo-MSFT 44,976 Reputation points Microsoft Employee
1 answer

Create VM issue with Not allowed resource types - virtualNetwork

If I apply a new Azure policy to the management group which has been associate to the subscription. There is a configuration for "Not allowed resource types" with virtualNetwork. Could I create the new VM to existing VNet? Because we have…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2020-12-09T14:25:13.053+00:00
Walker Chong 41 Reputation points
commented 2024-04-14T10:04:52.6+00:00
Tobiloba Ajibade 0 Reputation points
3 answers

Find the resources which are untagged / not having any Tags in a Subscription

How to find all the resources which are Untagged / Not having any tags in a subscription Via PowerShell Script or Policies

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-02-14T13:07:26.23+00:00
Dhanalakshmi 20 Reputation points
commented 2024-04-12T20:46:15.0066667+00:00
Rob Logie 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to exempt a particular Service Principal (SPN) / App registration from the denial actions enforced by a Azure custom policy

Hello, I've implemented a deny policy to prevent end users from deploying unauthorized resources. However, this policy is also affecting the automation within the service principal's account. Now, I want to find a way so that it should allow this…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-04-09T05:12:39.05+00:00
Priyanka Varma 60 Reputation points
accepted 2024-04-12T10:19:52.69+00:00
Priyanka Varma 60 Reputation points
6 answers

The template deployment failed because of policy violation.

When I attempt to run through Exercise1 - Create a WordPress website hosted in Auzure, I encounter "The template deployment failed because of policy violation." while creating the WordPress Detailed: Information: "galleryItemId":…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2021-02-04T16:58:37.947+00:00
SVM 6 Reputation points
answered 2024-04-11T18:12:54.13+00:00
Joka 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I create a custom Azure policy to prevent/deny manual resource creation in resource groups while allowing automated creation through GitHub Actions or Azure Automation?

How can I create a custom Azure policy to restrict end users from manually creating resources in resource groups and prevent unauthorized peerings with existing VNets, while also allowing the creation of resources through GitHub action automation or…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,173 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-04-01T05:49:52.1833333+00:00
Priyanka Varma 60 Reputation points
accepted 2024-04-11T03:58:20.34+00:00
Priyanka Varma 60 Reputation points
2 answers

Looking for Kusto query or a azure policy where an alert should be generated when azure blob data action role permissions are assigned on a built in or custom role for a storage account.

{ "mode": "All", "policyType": "Custom", "displayName": "Audit Blob Data Action Role Permissions Assignments", "description": "Audits when roles with Azure Blob data…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-26T17:51:42.8933333+00:00
Sahith Thatipalli 40 Reputation points
commented 2024-04-10T07:32:19.22+00:00
AnuragSingh-MSFT 21,236 Reputation points
2 answers

How deny policy or rule inherits from Root Tenant to resource level

I am trying to understand how deny policy/rule works in terms of inheritance. If I create a deny policy of - "not able to create resources" at Root Tenant. Under the root tenant I have a management group IT and a Dev subscription under this…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-17T20:46:18.96+00:00
Nishith Suthar 0 Reputation points
commented 2024-04-01T06:44:18.4+00:00
SwathiDhanwada-MSFT 18,461 Reputation points
1 answer One of the answers was accepted by the question author.

How to lock the Vnet peerings like we lock the the resources in resource group once after we create them?

To prevent unauthorized peerings to other Vnets after creation, it's essential to lock the peerings to restrict access for other users from creating unnecessary peerings. How to do that? Can anyone help me out with this? Thanks.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,261 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
708 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-27T04:26:00.8033333+00:00
Priyanka Varma 60 Reputation points
accepted 2024-04-01T05:52:03.73+00:00
Priyanka Varma 60 Reputation points
0 answers

Azure policy is not working on App services

I have created azure policy for app service that do not assign any public IP and set default TLS 1.3 but still I can be able to create app services with default settings.

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-27T12:58:15.2366667+00:00
Shivshankar sharma 0 Reputation points
commented 2024-03-27T23:33:33.9+00:00
guilherme rodrigues 240 Reputation points
8 answers

Exempt Azure policy for Users in specific AD group?

Hello, Is it possible to bypass Azure policy for specific AD users or AD groups while creating objects in AKS

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,953 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2023-04-28T15:02:45.9833333+00:00
Tanul 1,251 Reputation points
answered 2024-03-22T03:23:02.8966667+00:00
Konstantinos Passadis 17,381 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Why ceating private endpoint in existing key vault blocks the public access from all network as well as selected network fails?

In Key Vault, Customer firewall is set to public and some to selected network with list of IPs. As soon as we create private endpoint, all other previous connection with pubic/selected network fails. But based on below documentation, I would like…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,172 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
708 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2022-09-26T18:41:02.043+00:00
Dinesh Madhup 46 Reputation points Microsoft Employee
accepted 2024-03-21T00:28:13.5933333+00:00
Dinesh Madhup 46 Reputation points Microsoft Employee
2 answers

MicrosoftDNSAgent extension

Hello Team, I am planning install/deploy MicrosoftDNSAgent extension. I have already applied AMA policy with DCRs. now planning to choose unified method to deploy and configure MicrosoftDNSAgent extension by policy since AMA and scope specific DCR…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,963 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,466 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-01-30T13:34:19.3433333+00:00
Naresh Babu 135 Reputation points
answered 2024-03-20T10:12:05.58+00:00
Stellnberger Philipp 5 Reputation points
1 answer

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…

Azure Blueprints
Azure Blueprints
An Azure service that provides templates for quick, repeatable creation of fully governed cloud subscriptions.
70 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-03T13:55:16.23+00:00
AssafL 1 Reputation point
commented 2024-03-19T18:59:29.64+00:00
Monalla-MSFT 12,761 Reputation points
1 answer

Azure initiative for ISO 27001:2022

We have to implement ISO 27001:2022 at Azure Switzerlan. Is there an azure initiative for ISO 27001:2022? There is currently one for ISO27001:2013. Does anyone know what should be changed for 27001:2022?

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2023-11-03T06:41:04.88+00:00
Martin Egli 110 Reputation points
commented 2024-03-19T12:56:59.58+00:00
BollaertIgor-0366 2 Reputation points
1 answer

While doing remediation in Azure policy assignment getting below error

While doing remediation in Azure policy getting error: Evaluation of DeployIfNotExists policy was unsuccessful. The policy assignment…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-18T17:58:12.0866667+00:00
Sourabh sourabh 0 Reputation points
answered 2024-03-19T04:56:57.5+00:00
AnuragSingh-MSFT 21,236 Reputation points
1 answer

Extracting resource compliance states | How to download data for resource compliance states in Azure Policies|

I have several Azure Policies, and from the portal If I go to the assignments and look at the policy I can get the compliance percentage and status of each resource (Compliant or not-compliant), However there is no way for me to download to the data to…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
818 questions
asked 2024-03-12T17:32:17.7+00:00
prasannarajayya 0 Reputation points
commented 2024-03-18T17:25:37.42+00:00
Monalla-MSFT 12,761 Reputation points