Skip to content

Commit 18e9be0

Browse files
committed
added ADF applicability
1 parent 71b9310 commit 18e9be0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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)