Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add new linux agent recommendation #313

Merged
merged 3 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// under-development
19 changes: 19 additions & 0 deletions azure-resources/Compute/virtualMachines/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -532,3 +532,22 @@
learnMoreLink:
- name: On-demand Capacity Reservation
url: "https://aka.ms/on-demand-capacity-reservations-docs"

- description: Update the Azure Linux VM Agent
aprlGuid: 5f7e8a12-3c4f-456b-919c-2e9adff98c38
recommendationTypeId: null
recommendationControl: High Availability
recommendationImpact: Low
recommendationResourceType: Microsoft.Compute/virtualMachines
recommendationMetadataState: Active
longDescription: |
If you've installed the Azure Linux Agent or are using an endorsed distribution image, ensure your agent version is up-to-date. Some Linux distributions may disable auto-update or use older agent versions.
potentialBenefits: Reduces complications with VM provisioning
pgVerified: false
publishedToLearn: false
publishedToAdvisor: false
automationAvailable: no
tags: null
learnMoreLink:
- name: How to update the Azure Linux Agent on a VM
url: "https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/update-linux-agent?tabs=ubuntu"