Source |
Azure Portal |
Display name |
Azure Data Factory integration runtime should have a limit for number of cores |
Id |
85bb39b5-2f66-49f8-9306-77da3ac5130f
|
Version |
1.0.0 Details on versioning |
Versioning |
Versions supported for Versioning: 1 1.0.0 Built-in Versioning [Preview]
|
Category |
Data Factory Microsoft Learn |
Description |
To manage your resources and costs, limit the number of cores for an integration runtime. |
Cloud environments |
AzureCloud = true AzureUSGovernment = unknown AzureChinaCloud = unknown |
Available in AzUSGov |
Unknown, no evidence if Policy definition is/not available in AzureUSGovernment |
Mode |
All |
Type |
BuiltIn |
Preview |
False
|
Deprecated |
False |
Effect |
Default Audit
Allowed Audit, Deny, Disabled |
RBAC role(s) |
none |
Rule aliases |
IF (2)
|
Rule resource types |
IF (1)
|
Compliance |
Not a Compliance control
|
Initiatives usage |
none |
History |
Date/Time (UTC ymd) (i) |
Change type |
Change detail |
2023-01-13 18:06:06 |
change |
Version remains equal, old suffix: preview (1.0.0-preview > 1.0.0) |
2021-02-10 14:43:58 |
add |
85bb39b5-2f66-49f8-9306-77da3ac5130f |
|
JSON compare
|
compare mode:
version left:
version right:
|
@@ -1,12 +1,13 @@
|
1
|
{
|
2
|
-
"displayName": "Azure Data Factory integration runtime should have a limit for number of cores",
|
3
|
"policyType": "BuiltIn",
|
4
|
"mode": "All",
|
5
|
"description": "To manage your resources and costs, limit the number of cores for an integration runtime.",
|
6
|
"metadata": {
|
7
|
-
"version": "1.0.0",
|
8
|
-
"category": "Data Factory"
|
|
|
9
|
},
|
10
|
"parameters": {
|
11
|
"effect": {
|
12
|
"type": "String",
|
|
|
1
|
{
|
2
|
+
"displayName": "[Preview]: Azure Data Factory integration runtime should have a limit for number of cores",
|
3
|
"policyType": "BuiltIn",
|
4
|
"mode": "All",
|
5
|
"description": "To manage your resources and costs, limit the number of cores for an integration runtime.",
|
6
|
"metadata": {
|
7
|
+
"version": "1.0.0-preview",
|
8
|
+
"category": "Data Factory",
|
9
|
+
"preview": true
|
10
|
},
|
11
|
"parameters": {
|
12
|
"effect": {
|
13
|
"type": "String",
|
|
JSON |
api-version=2021-06-01
EPAC
|
{7 items - displayName: "Azure Data Factory integration runtime should have a limit for number of cores",
- policyType: "BuiltIn",
- mode: "All",
- description: "To manage your resources and costs, limit the number of cores for an integration runtime.",
- metadata: {2 items
- version: "1.0.0",
- category: "Data Factory"
}, - parameters: {2 items},
- policyRule: {2 items
- if: {1 item
- allOf: [4 items
- {2 items
- field: "type",
- equals: "Microsoft.DataFactory/factories/integrationRuntimes"
}, - {2 items
- field: "Microsoft.DataFactory/factories/integrationruntimes/type",
- equals: "Managed"
}, - {2 items
- field: "Microsoft.DataFactory/factories/integrationRuntimes/Managed.typeProperties.computeProperties.dataFlowProperties.coreCount",
- exists: "true"
}, - {2 items
- field: "Microsoft.DataFactory/factories/integrationRuntimes/Managed.typeProperties.computeProperties.dataFlowProperties.coreCount",
- greater: "[parameters('maxCores')]"
} ] }, - then: {1 item
- effect: "[parameters('effect')]"
} } }
|
|