Skip to content

Commit b1d82aa

Browse files
Merge pull request #235981 from shanhix1/shannon/adf-pub-prev
New link for MHSM RP mode & Added preview ADF RP mode
2 parents 1db07df + 18e9be0 commit b1d82aa

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

articles/governance/policy/concepts/definition-structure.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ The following Resource Provider modes are fully supported:
146146

147147
The following Resource Provider modes are currently supported as a **[preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)**:
148148

149-
- `Microsoft.ManagedHSM.Data` for managing [Managed HSM](../../../key-vault/managed-hsm/overview.md) keys using Azure Policy.
149+
- `Microsoft.ManagedHSM.Data` for managing [Managed HSM](../../../key-vault/managed-hsm/azure-policy.md) keys using Azure Policy.
150+
- `Microsoft.DataFactory.Data` for using Azure Policy to deny [Azure Data Factory](../../../data-factory/introduction.md) outbound traffic domain names not specified in an allow list.
150151

151152
> [!NOTE]
152153
>Unless explicitly stated, Resource Provider modes only support built-in policy definitions, and exemptions are not supported at the component-level.

articles/governance/policy/concepts/policy-applicability.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,21 @@ The applicability of `AuditIfNotExists` and `DeployIfNotExists` policies is base
4747

4848
The applicability of `Microsoft.Kubernetes.Data` policies is based off the entire `if` condition of the policy rule. When the `if` evaluates to false, the policy isn't applicable.
4949

50-
### Microsoft.KeyVault.Data
50+
### Microsoft.KeyVault.Data, Microsoft.ManagedHSM.Data, Microsoft.DataFactory.Data
5151

52-
Policies with mode `Microsoft.KeyVault.Data` are applicable if the `type` condition of the policy rule evaluates to true. The `type` refers to component type, such as:
52+
Policies with mode `Microsoft.KeyVault.Data` are applicable if the `type` condition of the policy rule evaluates to true. The `type` refers to component type.
53+
54+
Key Vault component types:
5355
- Microsoft.KeyVault.Data/vaults/certificates
5456
- Microsoft.KeyVault.Data/vaults/keys
5557
- Microsoft.KeyVault.Data/vaults/secrets
5658

57-
### Microsoft.ManagedHSM.Data
58-
59-
Policies with mode `Microsoft.ManagedHSM.Data` are applicable if the `type` condition of the policy rule evaluates to true. The `type` refers to component type:
59+
Managed HSM component type:
6060
- Microsoft.ManagedHSM.Data/managedHsms/keys
6161

62+
Azure Data Factory component type:
63+
- Microsoft.DataFactory.Data/factories/outboundTraffic
64+
6265
### Microsoft.Network.Data
6366

6467
Policies with mode `Microsoft.Network.Data` are applicable if the `type` and `name` conditions of the policy rule evaluate to true. The `type` refers to component type:

0 commit comments

Comments
 (0)