Skip to content

Commit f209360

Browse files
Merge pull request #225394 from alohaninja/patch-1
Readability Updates and General Tweaks
2 parents 708e4da + a4d12d3 commit f209360

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/concepts-sustainable-software-engineering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sustainable software engineering is a shift in priorities and focus. In many cas
1515
* Applying sustainable software engineering principles can give you faster performance or lower latency, such as by lowering total network traversal.
1616
* Reducing carbon emissions may cause slower performance or increased latency, such as delaying low-priority workloads.
1717

18-
The guidance found in this article is focused on Azure Kubernetes Services you're building or operating on Azure and includes design and configuration checklists, recommended design, and configuration options. Before applying sustainable software engineering principles to your application, review the priorities, needs, and trade-offs of your application.
18+
The guidance found in this article is focused on Azure Kubernetes Services you are building or operating on Azure and includes design and configuration checklists, recommended design practices, and configuration options. Before applying sustainable software engineering principles to your application, review the priorities, needs, and trade-offs of your application.
1919

2020
## Prerequisites
2121

@@ -24,7 +24,7 @@ The guidance found in this article is focused on Azure Kubernetes Services you'r
2424

2525
## Understanding the shared responsibility model
2626

27-
Sustainability – just like security – is a shared responsibility between the cloud provider and the customer or partner designing and deploying AKS clusters on the platform. Deploying AKS does not automatically make it sustainable, even if the [data centers are optimized for sustainability](https://infrastructuremap.microsoft.com/fact-sheets). Applications that aren't optimized may still emit more carbon than necessary.
27+
Sustainability – just like security – is a shared responsibility between the cloud provider and the customer or partner designing and deploying AKS clusters on the platform. Deploying AKS does not automatically make it sustainable, even if the [data centers are optimized for sustainability](https://infrastructuremap.microsoft.com/fact-sheets). Applications that are not properly optimized may still emit more carbon than necessary.
2828

2929
Learn more about the [shared responsibility model for sustainability](/azure/architecture/framework/sustainability/sustainability-design-methodology#a-shared-responsibility).
3030

@@ -210,7 +210,7 @@ Transport Layer Security (TLS) ensures that all data passed between the web serv
210210

211211
### Use cloud native network security tools and controls
212212

213-
Azure Font Door and Application Gateway help manage traffic from web applications while Azure Web Application Firewall provides protection against OWASP top 10 attacks and load shedding bad bots. Using these capabilities helps remove unnecessary data transmission and reduces the burden on the cloud infrastructure, with lower bandwidth and less infrastructure requirements.
213+
Azure Font Door and Application Gateway help manage traffic from web applications while Azure Web Application Firewall provides protection against OWASP top 10 attacks and load shedding bad bots at the network edge. Using these capabilities helps remove unnecessary data transmission and reduces the burden on the cloud infrastructure, with lower bandwidth and less infrastructure requirements.
214214

215215
* Use [Application Gateway Ingress Controller (AGIC) in AKS](/azure/architecture/example-scenario/aks-agic/aks-agic) to filter and offload traffic at the network edge from reaching your origin to reduce energy consumption and carbon emissions.
216216

@@ -223,4 +223,4 @@ Many attacks on cloud infrastructure seek to misuse deployed resources for the a
223223
## Next steps
224224

225225
> [!div class="nextstepaction"]
226-
> [Azure Well-Architected Framework review of AKS](/azure/architecture/framework/services/compute/azure-kubernetes-service/azure-kubernetes-service)
226+
> [Azure Well-Architected Framework review of AKS](/azure/architecture/framework/services/compute/azure-kubernetes-service/azure-kubernetes-service)

0 commit comments

Comments
 (0)