Source
Azure Portal
Display name
Configure Advanced Threat Protection to be enabled on Azure database for PostgreSQL flexible servers
Id
2a6ae02f-7590-40d7-88ba-b18e205a32fd Copy Id Copy resourceId
Version
1.1.0 Details on versioning
Versioning
Versions supported for Versioning: 2 1.1.0 1.0.0 Built-in Versioning [Preview]
Category
Security Center Microsoft Learn
Description
Enable Advanced Threat Protection on your Azure database for PostgreSQL flexible servers to detect anomalous activities indicating unusual and potentially harmful attempts to access or exploit databases.
Cloud environments
AzureCloud = true AzureUSGovernment = unknown AzureChinaCloud = unknown
Available in AzUSGov
Unknown, no evidence if Policy definition is/not available in AzureUSGovernment
Mode
Indexed
Type
BuiltIn
Preview
False
Deprecated
False
Effect
Default DeployIfNotExists
Allowed DeployIfNotExists, Disabled
RBAC role(s)
Rule aliases
THEN-ExistenceCondition (1)
Rule resource types
IF (1)
THEN-Deployment (1)
Compliance
Not a Compliance control
Initiatives usage
Records: 10 25 100 200 Use the filters above each column to filter and limit table data. Advanced searches can be performed by using the following operators:
< ,
<= ,
> ,
>= ,
= ,
* ,
! ,
{ ,
} ,
|| ,
&& ,
[empty] ,
[nonempty] ,
rgx: Learn more ? Page 1 of 1
Clear Security Center Clear GA Clear BuiltIn
Initiative DisplayName
Initiative Id
Initiative Category
State
Type
polSet in AzUSGov
Configure Advanced Threat Protection to be enabled on open-source relational databases
e77fc0b3-f7e9-4c58-bc13-cb753ed8e46e
Security Center
GA BuiltIn
unknown
No results
History
Date/Time (UTC ymd) (i)
Change type
Change detail
2024-01-22 17:47:54
change
Minor (1.0.0 > 1.1.0)
2023-12-14 19:23:04
add
2a6ae02f-7590-40d7-88ba-b18e205a32fd
JSON compareHide
compare mode:
side-by-side
line-by-line
version left: 1.0.0
version right: 1.1.0 1.0.0
@@ -3,9 +3,9 @@
3
"policyType": "BuiltIn",
4
"mode": "Indexed",
5
"description": "Enable Advanced Threat Protection on your Azure database for PostgreSQL flexible servers to detect anomalous activities indicating unusual and potentially harmful attempts to access or exploit databases.",
6
"metadata": {
7
-
"version": "1.0.0",
8
"category": "Security Center"
9
},
10
"parameters": {
11
"effect": {
@@ -30,9 +30,9 @@
30
"effect": "[parameters('effect')]",
31
"details": {
32
"type": "Microsoft.DBforPostgreSQL/flexibleservers/advancedThreatProtectionSettings",
33
"name": "Default",
34
-
"evaluationDelay": "AfterProvisioning",
35
"existenceCondition": {
36
"field": "Microsoft.DBforPostgreSQL/flexibleServers/advancedThreatProtectionSettings/state",
37
"equals": "Enabled"
38
},
3
"policyType": "BuiltIn",
4
"mode": "Indexed",
5
"description": "Enable Advanced Threat Protection on your Azure database for PostgreSQL flexible servers to detect anomalous activities indicating unusual and potentially harmful attempts to access or exploit databases.",
6
"metadata": {
7
+
"version": "1.1 .0",
8
"category": "Security Center"
9
},
10
"parameters": {
11
"effect": {
30
"effect": "[parameters('effect')]",
31
"details": {
32
"type": "Microsoft.DBforPostgreSQL/flexibleservers/advancedThreatProtectionSettings",
33
"name": "Default",
34
+
"evaluationDelay": "AfterProvisioningSuccess ",
35
"existenceCondition": {
36
"field": "Microsoft.DBforPostgreSQL/flexibleServers/advancedThreatProtectionSettings/state",
37
"equals": "Enabled"
38
},
JSON
api-version=2021-06-01
Copy definition Copy definition 4 EPAC EPAC
{ 7 items displayName: "Configure Advanced Threat Protection to be enabled on Azure database for PostgreSQL flexible servers" , policyType: "BuiltIn" , mode: "Indexed" , description: "Enable Advanced Threat Protection on your Azure database for PostgreSQL flexible servers to detect anomalous activities indicating unusual and potentially harmful attempts to access or exploit databases." , metadata: { 2 items version: "1.1.0" , category: "Security Center" } , parameters: { 1 item } , policyRule: { 2 items if: { 2 items field: "type" , equals: "Microsoft.DBforPostgreSQL/flexibleservers" } , then: { 2 items effect: "[parameters('effect')]" , details: { 6 items type: "Microsoft.DBforPostgreSQL/flexibleservers/advancedThreatProtectionSettings" , name: "Default" , evaluationDelay: "AfterProvisioningSuccess" , existenceCondition: { 2 items field: "Microsoft.DBforPostgreSQL/flexibleServers/advancedThreatProtectionSettings/state" , equals: "Enabled" } , roleDefinitionIds: [ 1 item "/providers/microsoft.authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c" Contributor ] , deployment: { 1 item properties: { 3 items mode: "incremental" , template: { 5 items $schema: "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#" , contentVersion: "1.0.0.0" , parameters: { 1 item } , variables : {} , resources: [ 1 item { 4 items name: 🔍 "[
concat(
parameters('serverName'),
'/Default'
)
]", type: "Microsoft.DBforPostgreSQL/flexibleservers/advancedThreatProtectionSettings" , apiVersion: "2023-06-01-preview" , properties: { 1 item } } ] } , parameters: { 1 item } } } } } } }