Skip to content

Commit

Permalink
removed 'Azure' from svc names
Browse files Browse the repository at this point in the history
  • Loading branch information
erjosito committed Oct 23, 2024
1 parent 8505bfc commit 1168b2d
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 217 deletions.
178 changes: 89 additions & 89 deletions checklists/aoai_checklist.en.json

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions checklists/azure_storage_checklist.en.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions checklists/cost_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"text": "Data collection rules in Azure Monitor -https://learn.microsoft.com/azure/azure-monitor/essentials/data-collection-rule-overview",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Monitor",
"service": "Monitor",
"guid": "a95b86ad-8840-48e3-9273-4b875ba18f20",
"id": "A01.01",
"training": "https://azure.microsoft.com/pricing/reservations/",
Expand All @@ -18,7 +18,7 @@
"text": "check backup instances with the underlying datasource not found",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Backup",
"service": "Backup",
"guid": "45901365-d38e-443f-abcb-d868266abca2",
"id": "A02.01",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/multi-tenant/automation"
Expand Down Expand Up @@ -60,7 +60,7 @@
"text": "Consider a good balance between site recovery storage and backup for non mission critical applications",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Backup",
"service": "Backup",
"guid": "69bad37a-ad53-4cc7-ae1d-76667357c449",
"id": "A03.04",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/design-area/azure-billing-microsoft-customer-agreement#design-recommendations"
Expand All @@ -71,7 +71,7 @@
"text": "Check spending and savings opportunities among the 40 different log analytics workspaces- use different retention and data collection for nonprod workspaces-create daily cap for awareness and tier sizing - If you do set a daily cap, in addition to creating an alert when the cap is reached,ensure that you also create an alert rule to be notified when some percentage has been reached (90% for example). - consider workspace transformation if possible - https://learn.microsoft.com/azure/azure-monitor/essentials/data-collection-transformations#workspace-transformation-dcr ",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Monitor",
"service": "Monitor",
"guid": "674b5ed8-5a85-49c7-933b-e2a1a27b765a",
"id": "A04.01",
"training": "https://learn.microsoft.com/azure/cost-management-billing/costs/understand-work-scopes",
Expand All @@ -83,7 +83,7 @@
"text": "Enforce a purging log policy and automation (if needed, logs can be moved to cold storage)",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Monitor",
"service": "Monitor",
"guid": "91be1f38-8ef3-494c-8bd4-63cbbac75819",
"id": "A05.01",
"training": "https://www.youtube.com/watch?v=nHQYcYGKuyw",
Expand Down Expand Up @@ -460,7 +460,7 @@
"text": "Check if applicable and enforce policy/change https://learn.microsoft.com/azure/azure-sql/azure-hybrid-benefit?view=azuresql&tabs=azure-portalhttps://learn.microsoft.com/azure/cost-management-billing/scope-level/create-sql-license-assignments?source=recommendations",
"severity": "Medium",
"waf": "Cost",
"service": "Azure SQL",
"service": "SQL",
"guid": "d7bb012f-7b95-4e06-b158-e2ea3992c2de",
"id": "D09.01",
"link": "https://learn.microsoft.com/azure/active-directory/app-proxy/application-proxy"
Expand Down Expand Up @@ -574,7 +574,7 @@
"text": "Move recovery points to vault-archive where applicable (Validate)",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Backup",
"service": "Backup",
"guid": "44be3b1a-27f8-4b9e-a1be-1f38df03a822",
"id": "E03.01",
"training": "https://azure.microsoft.com/pricing/reservations/",
Expand All @@ -597,7 +597,7 @@
"text": "Functions - Reuse connections",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Functions",
"service": "Functions",
"guid": "cc881470-607c-41cc-a0e6-14658dd458e9",
"id": "E05.01",
"training": "https://learn.microsoft.com/azure/cost-management-billing/reservations/reservation-apis?toc=%2Fazure%2Fcost-management-billing%2Ftoc.json",
Expand All @@ -609,7 +609,7 @@
"text": "Functions - Cache data locally",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Functions",
"service": "Functions",
"guid": "27139b82-1102-4dbd-9eaf-11e6f843e52f",
"id": "E05.02",
"training": "https://learn.microsoft.com/learn/paths/azure-administrator-manage-compute-resources/",
Expand All @@ -621,7 +621,7 @@
"text": "Functions - Cold starts-Use the 'Run from package' functionality. This way, the code is downloaded as a single zip file. This can, for example, result in significant improvements with Javascript functions, which have a lot of node modules.Use language specific tools to reduce the package size, for example, tree shaking Javascript applications.",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Functions",
"service": "Functions",
"guid": "4722d928-c1b1-4cd5-81e5-4a29b9de39ac",
"id": "E05.03",
"training": "https://learn.microsoft.com/learn/modules/configure-network-watcher/",
Expand All @@ -633,7 +633,7 @@
"text": "Functions - Keep your functions warm",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Functions",
"service": "Functions",
"guid": "0e7c28dc-9366-4572-82bf-f4564b0d934a",
"id": "E05.04",
"training": "https://learn.microsoft.com/learn/paths/implement-resource-mgmt-security/",
Expand All @@ -645,7 +645,7 @@
"text": "When using autoscale with different functions, there might be one driving all the autoscale for all the resources - consider moving it to a separate consumption plan (and consider higher plan for CPU)",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Functions",
"service": "Functions",
"guid": "359c363e-7dd6-4162-9a36-4a907ebae38e",
"id": "E05.05",
"link": "https://learn.microsoft.com/azure/governance/policy/overview"
Expand All @@ -656,7 +656,7 @@
"text": "Function apps in a given plan are all scaled together, so any issues with scaling can affect all apps in the plan.",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Functions",
"service": "Functions",
"guid": "ad53cc7d-e2e8-4aaa-a357-1549ab9153d8",
"id": "E05.06",
"link": "https://learn.microsoft.com/azure/service-health/alerts-activity-log-service-notifications-portal"
Expand All @@ -667,7 +667,7 @@
"text": "Am I billed for 'await time'? This question is typically asked in the context of a C# function that does an async operation and waits for the result, e.g. await Task.Delay(1000) or await client.GetAsync('http://google.com'). The answer is yes - the GB second calculation is based on the start and end time of the function and the memory usage over that period. What actually happens over that time in terms of CPU activity is not factored into the calculation.One exception to this rule is if you are using durable functions. You are not billed for time spent at awaits in orchestrator functions.apply demand shaping techinques where possible (dev environments?) https://github.com/Azure-Samples/functions-csharp-premium-scaler",
"severity": "Medium",
"waf": "Cost",
"service": "Azure Functions",
"service": "Functions",
"guid": "9f89dc7b-44be-43b1-a27f-8b9e91be1f38",
"id": "E05.07",
"link": "https://learn.microsoft.com/azure/azure-monitor/alerts/action-groups"
Expand Down
20 changes: 10 additions & 10 deletions checklists/databricks_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"subcategory": "Best Practices",
"text": "Reference Databricks HA/DR playbook",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "65285269-440c-44be-9d3e-0844276d4bdc",
"id": "46.1",
"severity": "High",
Expand All @@ -16,7 +16,7 @@
"subcategory": "Migration",
"text": "Use Databricks Sync",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "a0e6c465-89d5-458b-a37d-3974d1112dbd",
"id": "46.10",
"severity": "Low",
Expand All @@ -27,7 +27,7 @@
"subcategory": "Backup",
"text": "Backup your workspace configuration including ARM templates and secret scopes",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "89d558b9-37d3-4974-b111-2dbd7aaf12e6",
"id": "46.2",
"severity": "Medium",
Expand All @@ -38,7 +38,7 @@
"subcategory": "Backup",
"text": "Share metaData across different Databricks workspaces using Hive external metastore",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "b94ee5ef-47d2-4d92-a81b-1cd6d1f54b29",
"id": "46.3",
"severity": "Medium",
Expand All @@ -49,7 +49,7 @@
"subcategory": "Backup",
"text": "Plan Disaster Recovery strategy in Databricks using the Hive External Metastore",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "769e3969-0e78-428a-a936-657d03b0f466",
"id": "46.4",
"severity": "Medium",
Expand All @@ -60,7 +60,7 @@
"subcategory": "Backup",
"text": "Backup your data with deep and shallow clones",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "4b1d944a-3598-437e-b79d-6c6d3a364a5b",
"id": "46.5",
"severity": "Medium",
Expand All @@ -72,7 +72,7 @@
"text": "Backup your data to Azure Storage RA-GRS",
"description": "Download the blob using the secondary endpoint in RAGRS storage account",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "7abae48a-bd54-4cd7-ae2e-86768357c559",
"id": "46.6",
"severity": "Medium",
Expand All @@ -83,7 +83,7 @@
"subcategory": "Backup",
"text": "Backup your code with DevOps",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "675c5ee8-5b85-49c7-944c-e3b1a28b875a",
"id": "46.7",
"severity": "High",
Expand All @@ -94,7 +94,7 @@
"subcategory": "Disaster Recovery",
"text": "Plan for Disaster recovery using Active/Active or Active/Passive Configuration",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "a1bf1038-9f03-4a4d-8ce4-63dbbbc8682a",
"id": "46.8",
"severity": "High",
Expand All @@ -106,7 +106,7 @@
"text": "Use Databricks Migration tools",
"description": "Migration package to log all Databricks resources for backup and/or migrating to another Databricks workspace",
"waf": "Reliability",
"service": "Azure Data Factory",
"service": "Data Factory",
"guid": "5abc92a4-eda1-4dae-8cc8-5c47c6b781cc",
"id": "46.9",
"severity": "Medium",
Expand Down
Loading

0 comments on commit 1168b2d

Please sign in to comment.