From 66a3d740f73cacdad717e85fe50e297069d749ba Mon Sep 17 00:00:00 2001 From: Bappaditya Banerjee <104856952+bappadityams@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:32:57 -0500 Subject: [PATCH 1/5] Azure spring apps checklist --- checklists/azurespringapps_checklist.en.json | 92 ++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 checklists/azurespringapps_checklist.en.json diff --git a/checklists/azurespringapps_checklist.en.json b/checklists/azurespringapps_checklist.en.json new file mode 100644 index 000000000..c37e26ada --- /dev/null +++ b/checklists/azurespringapps_checklist.en.json @@ -0,0 +1,92 @@ +{ + "items": [ + { + "category": "Platform automation and DevOps", + "subcategory": "Deploy zone redundant ASA instance", + "text": "In supported region, Azure spring Apps can be deployed as zone redundant, which means that instances are automatically distributed across availability zones. This feature is only available in Standard and Enterprise tiers.", + "waf": "Reliability", + "guid": "ff1ae6a7-9301-4feb-9d11-56cd72f1d4ef", + "id": "241", + "cost": 1, + "severity": "Medium", + "link": "" + }, + { + "category": "Platform automation and DevOps", + "subcategory": "Use Blue-Green deployment pattern for the apps", + "text": "Azure Spring Apps permits two deployments for every app, only one of which receives production traffic. You can achieve zero downtime with blue green deployment strategies. Blue green deployment is only available in Standard and Enterprise tiers. You could automate deployment using CI/CD with ADO/GitHub actions", + "waf": "Reliability", + "guid": "6d8e32a8-3892-479d-a40b-10f6b4f6f298", + "id": "242", + "cost": 1, + "severity": "Medium", + "link": "" + }, + { + "category": "Platform automation and DevOps", + "subcategory": "Set up alerts and dashboards for monitoring and notification", + "text": "Monitor Azure spring apps with logs, metrics and tracing. Integrate ASA with application insights and track failures and create workbooks.", + "waf": "Reliability", + "guid": "7504c230-6035-4183-95a5-85762acc6075", + "id": "243", + "cost": 1, + "severity": "Medium", + "link": "" + }, + { + "category": "Platform automation and DevOps", + "subcategory": "Create multi region model for high availability and disaster recovery", + "text": "Azure Spring Apps instances could be created in multiple regions for your applications and traffic could be routed by Traffic Manager/Front Door.", + "waf": "Reliability", + "guid": "fbcb40ac-9480-4a6d-bcf4-8081252a6716", + "id": "244", + "cost": 1, + "severity": "Medium", + "link": "" + }, + { + "category": "Platform automation and DevOps", + "subcategory": "Enable VMware Spring Cloud Gateway(Enterprise tiers)", + "text": "Set up autoscaling in Spring Cloud Gateway", + "waf": "Reliability", + "guid": "1eb48d58-3eec-4ef5-80b0-d2b0dde3f0c6", + "id": "245", + "cost": 1, + "severity": "Medium", + "link": "" + }, + { + "category": "Platform automation and DevOps", + "subcategory": "Use Enterprise plan for commercial support of spring boot for mission critical apps. With other tiers you get OSS support.", + "text": "", + "waf": "Reliability", + "guid": "dfcaffd1-d27c-4ef2-998d-64c1df3a7ac3", + "id": "246", + "cost": 1, + "severity": "Medium", + "link": "" + }, + { + "category": "Platform automation and DevOps", + "subcategory": "Enable autoscale for the apps with Standard consumption & dedicated plan", + "text": "Not sure if we should add this here specifically only for standard consumption and dedicated, since both will not go to GA. Also, the advise would also apply for the other SKU's.", + "waf": "Reliability", + "guid": "97411607-b6fd-4335-99d1-9885faf4e392", + "id": "247", + "cost": 1, + "severity": "Low", + "link": "" + }, + { + "category": "Platform automation and DevOps", + "subcategory": "Use more than 1 app instance for your apps", + "text": "", + "waf": "Reliability", + "guid": "ffc735ad-fbb1-4802-b43f-ad6387c4c066", + "id": "248", + "cost": 1, + "severity": "Medium", + "link": "" + } + ] +} From 685f1f24455abbc33469ef8f5cf79a9846281467 Mon Sep 17 00:00:00 2001 From: Bappaditya Banerjee <104856952+bappadityams@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:23:02 -0500 Subject: [PATCH 2/5] Update azurespringapps_checklist.en.json --- checklists/azurespringapps_checklist.en.json | 38 ++++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/checklists/azurespringapps_checklist.en.json b/checklists/azurespringapps_checklist.en.json index c37e26ada..b8b059fc2 100644 --- a/checklists/azurespringapps_checklist.en.json +++ b/checklists/azurespringapps_checklist.en.json @@ -1,8 +1,8 @@ { "items": [ { - "category": "Platform automation and DevOps", - "subcategory": "Deploy zone redundant ASA instance", + "category": "BC and DR", + "subcategory": "High Availability", "text": "In supported region, Azure spring Apps can be deployed as zone redundant, which means that instances are automatically distributed across availability zones. This feature is only available in Standard and Enterprise tiers.", "waf": "Reliability", "guid": "ff1ae6a7-9301-4feb-9d11-56cd72f1d4ef", @@ -12,8 +12,8 @@ "link": "" }, { - "category": "Platform automation and DevOps", - "subcategory": "Use Blue-Green deployment pattern for the apps", + "category": "Application Deployment", + "subcategory": "DevOps", "text": "Azure Spring Apps permits two deployments for every app, only one of which receives production traffic. You can achieve zero downtime with blue green deployment strategies. Blue green deployment is only available in Standard and Enterprise tiers. You could automate deployment using CI/CD with ADO/GitHub actions", "waf": "Reliability", "guid": "6d8e32a8-3892-479d-a40b-10f6b4f6f298", @@ -23,8 +23,8 @@ "link": "" }, { - "category": "Platform automation and DevOps", - "subcategory": "Set up alerts and dashboards for monitoring and notification", + "category": "Operations", + "subcategory": "Monitoring", "text": "Monitor Azure spring apps with logs, metrics and tracing. Integrate ASA with application insights and track failures and create workbooks.", "waf": "Reliability", "guid": "7504c230-6035-4183-95a5-85762acc6075", @@ -34,8 +34,8 @@ "link": "" }, { - "category": "Platform automation and DevOps", - "subcategory": "Create multi region model for high availability and disaster recovery", + "category": "BC and DR", + "subcategory": "Disaster Recovery", "text": "Azure Spring Apps instances could be created in multiple regions for your applications and traffic could be routed by Traffic Manager/Front Door.", "waf": "Reliability", "guid": "fbcb40ac-9480-4a6d-bcf4-8081252a6716", @@ -45,8 +45,8 @@ "link": "" }, { - "category": "Platform automation and DevOps", - "subcategory": "Enable VMware Spring Cloud Gateway(Enterprise tiers)", + "category": "Operations", + "subcategory": "Scalability", "text": "Set up autoscaling in Spring Cloud Gateway", "waf": "Reliability", "guid": "1eb48d58-3eec-4ef5-80b0-d2b0dde3f0c6", @@ -56,9 +56,9 @@ "link": "" }, { - "category": "Platform automation and DevOps", - "subcategory": "Use Enterprise plan for commercial support of spring boot for mission critical apps. With other tiers you get OSS support.", - "text": "", + "category": "Operation", + "subcategory": "Support", + "text": "Use Enterprise plan for commercial support of spring boot for mission critical apps. With other tiers you get OSS support.", "waf": "Reliability", "guid": "dfcaffd1-d27c-4ef2-998d-64c1df3a7ac3", "id": "246", @@ -67,9 +67,9 @@ "link": "" }, { - "category": "Platform automation and DevOps", - "subcategory": "Enable autoscale for the apps with Standard consumption & dedicated plan", - "text": "Not sure if we should add this here specifically only for standard consumption and dedicated, since both will not go to GA. Also, the advise would also apply for the other SKU's.", + "category": "Operations", + "subcategory": "Scalability", + "text": "Enable autoscale for the apps with Standard consumption & dedicated plan.", "waf": "Reliability", "guid": "97411607-b6fd-4335-99d1-9885faf4e392", "id": "247", @@ -78,9 +78,9 @@ "link": "" }, { - "category": "Platform automation and DevOps", - "subcategory": "Use more than 1 app instance for your apps", - "text": "", + "category": "BC and DR", + "subcategory": "High Availability", + "text": "Use more than 1 app instance for your apps", "waf": "Reliability", "guid": "ffc735ad-fbb1-4802-b43f-ad6387c4c066", "id": "248", From f27eda981dfa3a1b7752fd00c67caa85fb0b35fd Mon Sep 17 00:00:00 2001 From: Bappaditya Banerjee <104856952+bappadityams@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:32:51 -0500 Subject: [PATCH 3/5] Update azurespringapps_checklist.en.json --- checklists/azurespringapps_checklist.en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checklists/azurespringapps_checklist.en.json b/checklists/azurespringapps_checklist.en.json index b8b059fc2..56763a797 100644 --- a/checklists/azurespringapps_checklist.en.json +++ b/checklists/azurespringapps_checklist.en.json @@ -56,7 +56,7 @@ "link": "" }, { - "category": "Operation", + "category": "Operations", "subcategory": "Support", "text": "Use Enterprise plan for commercial support of spring boot for mission critical apps. With other tiers you get OSS support.", "waf": "Reliability", From 2d14386981f6bdb1e0bc7b6b2b570fcfe96cf9dd Mon Sep 17 00:00:00 2001 From: Bappaditya Banerjee <104856952+bappadityams@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:49:33 -0500 Subject: [PATCH 4/5] Update azurespringapps_checklist.en.json --- checklists/azurespringapps_checklist.en.json | 32 ++++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/checklists/azurespringapps_checklist.en.json b/checklists/azurespringapps_checklist.en.json index 56763a797..972101e88 100644 --- a/checklists/azurespringapps_checklist.en.json +++ b/checklists/azurespringapps_checklist.en.json @@ -6,10 +6,10 @@ "text": "In supported region, Azure spring Apps can be deployed as zone redundant, which means that instances are automatically distributed across availability zones. This feature is only available in Standard and Enterprise tiers.", "waf": "Reliability", "guid": "ff1ae6a7-9301-4feb-9d11-56cd72f1d4ef", - "id": "241", + "id": "", "cost": 1, "severity": "Medium", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/reliability/reliability-spring-apps" }, { "category": "Application Deployment", @@ -17,10 +17,10 @@ "text": "Azure Spring Apps permits two deployments for every app, only one of which receives production traffic. You can achieve zero downtime with blue green deployment strategies. Blue green deployment is only available in Standard and Enterprise tiers. You could automate deployment using CI/CD with ADO/GitHub actions", "waf": "Reliability", "guid": "6d8e32a8-3892-479d-a40b-10f6b4f6f298", - "id": "242", + "id": "", "cost": 1, "severity": "Medium", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/spring-apps/concepts-blue-green-deployment-strategies" }, { "category": "Operations", @@ -28,10 +28,10 @@ "text": "Monitor Azure spring apps with logs, metrics and tracing. Integrate ASA with application insights and track failures and create workbooks.", "waf": "Reliability", "guid": "7504c230-6035-4183-95a5-85762acc6075", - "id": "243", + "id": "", "cost": 1, "severity": "Medium", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/spring-apps/diagnostic-services" }, { "category": "BC and DR", @@ -39,10 +39,10 @@ "text": "Azure Spring Apps instances could be created in multiple regions for your applications and traffic could be routed by Traffic Manager/Front Door.", "waf": "Reliability", "guid": "fbcb40ac-9480-4a6d-bcf4-8081252a6716", - "id": "244", + "id": "", "cost": 1, "severity": "Medium", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/architecture/web-apps/spring-apps/architectures/spring-apps-multi-region" }, { "category": "Operations", @@ -50,10 +50,10 @@ "text": "Set up autoscaling in Spring Cloud Gateway", "waf": "Reliability", "guid": "1eb48d58-3eec-4ef5-80b0-d2b0dde3f0c6", - "id": "245", + "id": "", "cost": 1, "severity": "Medium", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/spring-apps/how-to-configure-enterprise-spring-cloud-gateway" }, { "category": "Operations", @@ -61,10 +61,10 @@ "text": "Use Enterprise plan for commercial support of spring boot for mission critical apps. With other tiers you get OSS support.", "waf": "Reliability", "guid": "dfcaffd1-d27c-4ef2-998d-64c1df3a7ac3", - "id": "246", + "id": "", "cost": 1, "severity": "Medium", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/spring-apps/overview" }, { "category": "Operations", @@ -72,10 +72,10 @@ "text": "Enable autoscale for the apps with Standard consumption & dedicated plan.", "waf": "Reliability", "guid": "97411607-b6fd-4335-99d1-9885faf4e392", - "id": "247", + "id": "", "cost": 1, "severity": "Low", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/spring-apps/how-to-setup-autoscale" }, { "category": "BC and DR", @@ -83,10 +83,10 @@ "text": "Use more than 1 app instance for your apps", "waf": "Reliability", "guid": "ffc735ad-fbb1-4802-b43f-ad6387c4c066", - "id": "248", + "id": "", "cost": 1, "severity": "Medium", - "link": "" + "link": "https://learn.microsoft.com/en-us/azure/spring-apps/concept-understand-app-and-deployment" } ] } From 9de788086e657b40867bc4e4827bc221feeb3f63 Mon Sep 17 00:00:00 2001 From: Saul Dolgin <576449+sdolgin@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:06:26 -0500 Subject: [PATCH 5/5] Update azurespringapps_checklist.en.json - removed locale (en-us) from link URLs - removed empty id attributes --- checklists/azurespringapps_checklist.en.json | 28 +++++++------------- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/checklists/azurespringapps_checklist.en.json b/checklists/azurespringapps_checklist.en.json index 972101e88..95e25e604 100644 --- a/checklists/azurespringapps_checklist.en.json +++ b/checklists/azurespringapps_checklist.en.json @@ -3,13 +3,12 @@ { "category": "BC and DR", "subcategory": "High Availability", - "text": "In supported region, Azure spring Apps can be deployed as zone redundant, which means that instances are automatically distributed across availability zones. This feature is only available in Standard and Enterprise tiers.", + "text": "In supported region, Azure Spring Apps can be deployed as zone redundant, which means that instances are automatically distributed across availability zones. This feature is only available in Standard and Enterprise tiers.", "waf": "Reliability", "guid": "ff1ae6a7-9301-4feb-9d11-56cd72f1d4ef", - "id": "", "cost": 1, "severity": "Medium", - "link": "https://learn.microsoft.com/en-us/azure/reliability/reliability-spring-apps" + "link": "https://learn.microsoft.com/azure/reliability/reliability-spring-apps" }, { "category": "Application Deployment", @@ -17,21 +16,19 @@ "text": "Azure Spring Apps permits two deployments for every app, only one of which receives production traffic. You can achieve zero downtime with blue green deployment strategies. Blue green deployment is only available in Standard and Enterprise tiers. You could automate deployment using CI/CD with ADO/GitHub actions", "waf": "Reliability", "guid": "6d8e32a8-3892-479d-a40b-10f6b4f6f298", - "id": "", "cost": 1, "severity": "Medium", - "link": "https://learn.microsoft.com/en-us/azure/spring-apps/concepts-blue-green-deployment-strategies" + "link": "https://learn.microsoft.com/azure/spring-apps/concepts-blue-green-deployment-strategies" }, { "category": "Operations", "subcategory": "Monitoring", - "text": "Monitor Azure spring apps with logs, metrics and tracing. Integrate ASA with application insights and track failures and create workbooks.", + "text": "Monitor Azure Spring Apps with logs, metrics and tracing. Integrate ASA with application insights and track failures and create workbooks.", "waf": "Reliability", "guid": "7504c230-6035-4183-95a5-85762acc6075", - "id": "", "cost": 1, "severity": "Medium", - "link": "https://learn.microsoft.com/en-us/azure/spring-apps/diagnostic-services" + "link": "https://learn.microsoft.com/azure/spring-apps/diagnostic-services" }, { "category": "BC and DR", @@ -39,10 +36,9 @@ "text": "Azure Spring Apps instances could be created in multiple regions for your applications and traffic could be routed by Traffic Manager/Front Door.", "waf": "Reliability", "guid": "fbcb40ac-9480-4a6d-bcf4-8081252a6716", - "id": "", "cost": 1, "severity": "Medium", - "link": "https://learn.microsoft.com/en-us/azure/architecture/web-apps/spring-apps/architectures/spring-apps-multi-region" + "link": "https://learn.microsoft.com/azure/architecture/web-apps/spring-apps/architectures/spring-apps-multi-region" }, { "category": "Operations", @@ -50,10 +46,9 @@ "text": "Set up autoscaling in Spring Cloud Gateway", "waf": "Reliability", "guid": "1eb48d58-3eec-4ef5-80b0-d2b0dde3f0c6", - "id": "", "cost": 1, "severity": "Medium", - "link": "https://learn.microsoft.com/en-us/azure/spring-apps/how-to-configure-enterprise-spring-cloud-gateway" + "link": "https://learn.microsoft.com/azure/spring-apps/how-to-configure-enterprise-spring-cloud-gateway" }, { "category": "Operations", @@ -61,10 +56,9 @@ "text": "Use Enterprise plan for commercial support of spring boot for mission critical apps. With other tiers you get OSS support.", "waf": "Reliability", "guid": "dfcaffd1-d27c-4ef2-998d-64c1df3a7ac3", - "id": "", "cost": 1, "severity": "Medium", - "link": "https://learn.microsoft.com/en-us/azure/spring-apps/overview" + "link": "https://learn.microsoft.com/azure/spring-apps/overview" }, { "category": "Operations", @@ -72,10 +66,9 @@ "text": "Enable autoscale for the apps with Standard consumption & dedicated plan.", "waf": "Reliability", "guid": "97411607-b6fd-4335-99d1-9885faf4e392", - "id": "", "cost": 1, "severity": "Low", - "link": "https://learn.microsoft.com/en-us/azure/spring-apps/how-to-setup-autoscale" + "link": "https://learn.microsoft.com/azure/spring-apps/how-to-setup-autoscale" }, { "category": "BC and DR", @@ -83,10 +76,9 @@ "text": "Use more than 1 app instance for your apps", "waf": "Reliability", "guid": "ffc735ad-fbb1-4802-b43f-ad6387c4c066", - "id": "", "cost": 1, "severity": "Medium", - "link": "https://learn.microsoft.com/en-us/azure/spring-apps/concept-understand-app-and-deployment" + "link": "https://learn.microsoft.com/azure/spring-apps/concept-understand-app-and-deployment" } ] }