Skip to content

Commit

Permalink
fix: Remove language part in MS Learn URLs (#663)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Trocinski <[email protected]>
  • Loading branch information
tksh164 and oZakari authored Feb 25, 2025
1 parent 0735a06 commit 5165979
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/schemas/aprl-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ recommendation:

linkItem:
name: str()
url: str()
url: regex('^(https://(learn|docs).microsoft.com/(?!.*en-us).*|https://.*citrix.com/.*en-us.*|https://.*)$')

Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
tags: []
learnMoreLink:
- name: AKS Baseline - Policy Management
url: "https://learn.microsoft.com/azure/architecture/reference-architectures/containers/aks/baseline-aks?toc=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fazure%2Faks%2Ftoc.json&bc=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fazure%2Fbread%2Ftoc.json#policy-management"
url: "https://learn.microsoft.com/azure/architecture/reference-architectures/containers/aks/baseline-aks?toc=https%3A%2F%2Flearn.microsoft.com%2Fazure%2Faks%2Ftoc.json&bc=https%3A%2F%2Flearn.microsoft.com%2Fazure%2Fbread%2Ftoc.json#policy-management"

- description: Enable GitOps when using DevOps frameworks
aprlGuid: 5f3cbd68-692a-4121-988c-9770914859a9
Expand Down
8 changes: 4 additions & 4 deletions azure-specialized-workloads/sap/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
tags: [SAP]
learnMoreLink:
- name: ASCS-Pacemaker - Central Server Instance
url: "https://docs.microsoft.com/en-us/azure/advisor/advisor-reference-reliability-recommendations"
url: "https://learn.microsoft.com/azure/advisor/advisor-reference-reliability-recommendations"

- description: Ensure the load balancer is configured correctly for SAP ASCS High availability
aprlGuid: 5c2e52d0-25be-4b1c-833c-b98b5ef1a26b
Expand All @@ -286,7 +286,7 @@
tags: [SAP]
learnMoreLink:
- name: ASCS-LB - Central Server Instance
url: "https://docs.microsoft.com/en-us/azure/advisor/advisor-reference-reliability-recommendations"
url: "https://learn.microsoft.com/azure/advisor/advisor-reference-reliability-recommendations"

- description: Ensure the Pacemaker cluster has been setup for SAP HANA DB high availability
aprlGuid: 6648fe61-880d-4a96-8d2d-190a23d5580b
Expand All @@ -303,7 +303,7 @@
tags: [SAP]
learnMoreLink:
- name: DBHANA-Pacemaker - Database Instance
url: "https://docs.microsoft.com/en-us/azure/advisor/advisor-reference-reliability-recommendations"
url: "https://learn.microsoft.com/azure/advisor/advisor-reference-reliability-recommendations"

- description: Ensure the load balancer is configured correctly for SAP HANA DB High availability
aprlGuid: 2e4c2171-a83f-4238-a8e3-b51c90d86a99
Expand All @@ -320,7 +320,7 @@
tags: [SAP]
learnMoreLink:
- name: DBHANA-LB- Database Instance
url: "https://docs.microsoft.com/en-us/azure/advisor/advisor-reference-reliability-recommendations"
url: "https://learn.microsoft.com/azure/advisor/advisor-reference-reliability-recommendations"

- description: Review SAP configuration for timeout values used with Azure NetApp Files
aprlGuid: 4884cada-b9c7-42d5-8153-3853e4a6f6c4
Expand Down

0 comments on commit 5165979

Please sign in to comment.