Skip to content

Commit 0829f58

Browse files
authored
Merge pull request #307722 from nehakulkarni123/patch-25
Publish system policy guide
2 parents 36f949e + 5be9881 commit 0829f58

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Azure System Policy"
3+
description: A guide to understand Azure system policy definitions and assignments.
4+
ms.date: 11/03/2025
5+
ms.topic: how-to
6+
author: nehakulkarni
7+
ms.author: nehakulkarni
8+
---
9+
# What is System Policy?
10+
Azure Policy’s system policy capability enables Microsoft to apply critical, system-level requirements across customer tenants in a safe, controllable manner. Just like existing policy assignments, system policies are applied at a per-tenant basis, and may be applied at any resource hierarchy scope.
11+
12+
## What kind of effect can a system policy have on my environment?
13+
System policies can block resource creation or updates depending on resource configuration (for example, resource location). System policy cannot modify resource configuration. System policies do not generate compliance reports. However, they may generate audit or deny events in activity log.
14+
15+
## Can I edit or delete a system policy assignment?
16+
No, System policies are fully Microsoft managed. Customers may not edit or delete system policy assignments. Each system policy will surface a violation message that describes the restriction and includes a relevant documentation link. To learn more about the system policy restriction in-place and/or request support, go to the short link included in the system policy definition description.
17+
18+
## How can I see what system policies are applied on my environment?
19+
System policy definitions and assignments are viewable in API, Azure Resource Graph, and other supported SDKs. System policies share a policy definition category of ‘System Policy’, which is found in the policy definition metadata. System policy definitions & assignments are not surfaced in Portal or documentation.

articles/governance/policy/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@
283283
- name: Design Azure Policy as Code workflows
284284
displayName: devops, infrastructure as code, iac, release, continuous, delivery, deploy
285285
href: ./concepts/policy-as-code.md
286+
- name: System Policy
287+
displayName: system policy, system restriction
288+
href: ./concepts/systempolicy.md
286289
- name: Security
287290
items:
288291
- name: Security baseline for Azure Security Benchmark

0 commit comments

Comments
 (0)