Skip to content

Commit

Permalink
Schema updates for AI
Browse files Browse the repository at this point in the history
  • Loading branch information
oZakari committed Jan 24, 2025
1 parent ade9403 commit c4d7fbc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/schemas/aprl-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ recommendation:
potentialBenefits: str(max=60)
pgVerified: bool()
automationAvailable: bool()
tags: any(enum('AI','AVD', 'AVS', 'HPC', 'SAP'), null())
tags: list(any(enum('AI-GPT-RAG','AVD', 'AVS', 'HPC', 'SAP'), null()))
learnMoreLink: list(include('linkItem'), required=False, min=1)

linkItem:
Expand Down
4 changes: 2 additions & 2 deletions azure-specialized-workloads/ai/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
potentialBenefits: Monitoring endpoints gives visibility into metrics and logs
pgVerified: false
automationAvailable: false
tags: AI
tags: AI-GPT-RAG
learnMoreLink:
- name: Monitor online endpoints using Application Insights
url: "https://learn.microsoft.com/en-us/azure/machine-learning/how-to-monitor-online-endpoints?view=azureml-api-2#using-application-insights"
Expand All @@ -27,7 +27,7 @@
potentialBenefits: Provides monitoring and data retention in DR region
pgVerified: false
automationAvailable: false
tags: AI
tags: AI-GPT-RAG
learnMoreLink:
- name: Data collection, retention, and storage in Application Insights
url: "https://learn.microsoft.com/en-us/azure/azure-monitor/logs/data-retention-configure?tabs=portal-3%2Cportal-1%2Cportal-2"
Expand Down
4 changes: 2 additions & 2 deletions docs/archetypes/azure-resource-type/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
potentialBenefits: Potential Benefits of Implementing the Recommendation (less than 60 characters)
pgVerified: false
automationAvailable: false
tags: null/AI/AVD/AVS/HPC/SAP
tags: [AI-GTP-RAG, AVD, AVS, HPC, SAP]
learnMoreLink:
- name: Learn More
url: "Link URL"
Expand All @@ -29,7 +29,7 @@
potentialBenefits: Potential Benefits of Implementing the Recommendation (less than 60 characters)
pgVerified: false
automationAvailable: false
tags: null/AI/AVD/AVS/HPC/SAP
tags: [AI-GTP-RAG, AVD, AVS, HPC, SAP]
learnMoreLink:
- name: Learn More
url: "Link URL"
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
potentialBenefits: Potential Benefits of Implementing the Recommendation (less than 60 characters)
pgVerified: false
automationAvailable: false
tags: null/AI/AVD/AVS/HPC/SAP
tags: [AI-GTP-RAG, AVD, AVS, HPC, SAP]
learnMoreLink:
- name: Learn More
url: "Link URL"
Expand All @@ -29,7 +29,7 @@
potentialBenefits: Potential Benefits of Implementing the Recommendation (less than 60 characters)
pgVerified: false
automationAvailable: false
tags: null/AI/AVD/AVS/HPC/SAP
tags: [AI-GTP-RAG, AVD, AVS, HPC, SAP]
learnMoreLink:
- name: Learn More
url: "Link URL"
4 changes: 2 additions & 2 deletions docs/archetypes/azure-waf/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
potentialBenefits: Potential Benefits of Implementing the Recommendation (less than 60 characters)
pgVerified: false
automationAvailable: false
tags: null
tags: [AI-GTP-RAG, AVD, AVS, HPC, SAP]
learnMoreLink:
- name: Learn More
url: "Link URL"
Expand All @@ -29,7 +29,7 @@
potentialBenefits: Potential Benefits of Implementing the Recommendation (less than 60 characters)
pgVerified: false
automationAvailable: false
tags: null
tags: [AI-GTP-RAG, AVD, AVS, HPC, SAP]
learnMoreLink:
- name: Learn More
url: "Link URL"
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The YAML structure for adding new recommendations consists of several key-value
| potentialBenefits | Enhanced data redundancy and boosts availability | String | The length should be less than 60 characters | The potential benefits of implementing the recommendation |
| pgVerified | false | Boolean | true, false | Indicates whether the recommendation is verified by the relevant product group |
| automationAvailable | false| Boolean | true, false | Indicates whether automation is available for validating the recommendation |
| tags | null | String | null, AI, AVD, AVS, HPC, SAP | Indicates which type of specialized workload the recommendation is associated to. |
| tags | [AVD]| String | [AI-GTP-RAG, AVD, AVS, HPC, SAP] | Indicates which type of specialized workload the recommendation is associated to. |
| learnMoreLink | - name: Learn More url: "<https://learn.microsoft.com/en-us/azure/reliability/reliability-batch#cross-region-disaster-recovery-and-business-continuity>" | Object | Only 1 link per recommendation | Links related to the recommendation, such as announcements or documentation |

### Recommendation Categories
Expand Down

0 comments on commit c4d7fbc

Please sign in to comment.