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

[PSRule] Fix Rule Azure.VM.AMA #2377

Closed
Tracked by #2151
fabmas opened this issue Sep 5, 2023 · 2 comments
Closed
Tracked by #2151

[PSRule] Fix Rule Azure.VM.AMA #2377

fabmas opened this issue Sep 5, 2023 · 2 comments
Assignees
Labels
Class: Resource Module 📦 This is a resource module Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue

Comments

@fabmas
Copy link
Member

fabmas commented Sep 5, 2023

Solve PSRule error AZR-000345: failed Azure.VM.AMA. Use Azure Monitor Agent for collecting monitoring data.

https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.VM.AMA/
To deploy virtual machines that pass this rule:

  • Deploy an extension sub-resource Microsoft.Compute/virtualMachines/extensions.
  • Set properties.publisher to Microsoft.Azure.Monitor.
  • Set properties.type to AzureMonitorWindowsAgent (Windows) or AzureMonitorLinuxAgent (Linux).
@AlexanderSehr
Copy link
Contributor

Hey @rahalan,
just migrated this issue from CARML. Please take a look if it's still relevant and triage :)

@AlexanderSehr AlexanderSehr assigned rahalan and unassigned fabmas Jun 14, 2024
@AlexanderSehr AlexanderSehr added Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue Needs: Module Owner 📣 This module needs an owner to develop or maintain it Class: Resource Module 📦 This is a resource module labels Jun 14, 2024
@rahalan rahalan removed Needs: Triage 🔍 Maintainers need to triage still Needs: Module Owner 📣 This module needs an owner to develop or maintain it labels Jun 18, 2024
@rahalan
Copy link
Contributor

rahalan commented Sep 18, 2024

Already fixed in AVM

@rahalan rahalan closed this as completed Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class: Resource Module 📦 This is a resource module Type: AVM 🅰️ ✌️ Ⓜ️ This is an AVM related issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants