Skip to content

Commit ee85f6a

Browse files
pilorAzure Policy Bot
andauthored
Built-in Policy Release f1b96242 (#1217)
Co-authored-by: Azure Policy Bot <azgovpolicy@microsoft.com>
1 parent 21c99fb commit ee85f6a

File tree

31 files changed

+433
-1161
lines changed

31 files changed

+433
-1161
lines changed

built-in-policies/policyDefinitions/App Service/AppService_FTP_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service apps should have local authentication methods disabled for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/App Service/AppService_FTP_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service apps to disable local authentication for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/App Service/AppService_SCM_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service apps should have local authentication methods disabled for SCM site deployments",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/App Service/AppService_SCM_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service apps to disable local authentication for SCM sites",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/App Service/AppService_Slots_FTP_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service app slots should have local authentication methods disabled for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/App Service/AppService_Slots_FTP_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service app slots to disable local authentication for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/App Service/AppService_Slots_SCM_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service app slots should have local authentication methods disabled for SCM site deployments",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.3",
8+
"version": "1.0.4",
99
"category": "App Service"
1010
},
11-
"version": "1.0.3",
11+
"version": "1.0.4",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/App Service/AppService_Slots_SCM_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service app slots to disable local authentication for SCM sites",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_FTP_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service apps should have local authentication methods disabled for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_FTP_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service apps to disable local authentication for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_SCM_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service apps should have local authentication methods disabled for SCM site deployments",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_SCM_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service apps to disable local authentication for SCM sites",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Services exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_Slots_FTP_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service app slots should have local authentication methods disabled for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_Slots_FTP_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service app slots to disable local authentication for FTP deployments",
4-
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for FTP deployments improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_Slots_SCM_BasicAuthEnabled_AuditIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "App Service app slots should have local authentication methods disabled for SCM site deployments",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.3",
8+
"version": "1.0.4",
99
"category": "App Service"
1010
},
11-
"version": "1.0.3",
11+
"version": "1.0.4",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

built-in-policies/policyDefinitions/Azure Government/App Service/AppService_Slots_SCM_DisableBasicAuth_DeployIfNotExists.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"properties": {
33
"displayName": "Configure App Service app slots to disable local authentication for SCM sites",
4-
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Azure Active Directory identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
4+
"description": "Disabling local authentication methods for SCM sites improves security by ensuring that App Service slots exclusively require Microsoft Entra identities for authentication. Learn more at: https://aka.ms/app-service-disable-basic-auth.",
55
"policyType": "BuiltIn",
66
"mode": "Indexed",
77
"metadata": {
8-
"version": "1.0.2",
8+
"version": "1.0.3",
99
"category": "App Service"
1010
},
11-
"version": "1.0.2",
11+
"version": "1.0.3",
1212
"parameters": {
1313
"effect": {
1414
"type": "String",

0 commit comments

Comments
 (0)