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

[Workbook] / AHB tab showing incorrect results for Windows 10 / 11 clients #478

Closed
arthurclares opened this issue Dec 5, 2023 · 1 comment
Assignees
Labels
Status: 📦 Pending release Issue will be included in the next release Tool: Workbooks Azure Monitor workbooks Type: Bug 🐛 Something isn't working

Comments

@arthurclares
Copy link
Collaborator

🐛 Problem

the AHB related query in the workbook is outlining figures for Windows Server and Windows Client instances. This leads to situation where the figure is not correct when customers have as Windows 10 / 11 client for instance deployed as VM as part of their VDI environment. The system are then outlined as not AHB enabled systems, which is not correct.

Fix:
Workaround: adjust the corresponding resource graph query with the following property query: | where properties.storageProfile.imageReference.publisher == "MicrosoftWindowsServer" instead of checking the osDisk.osType property.which is only reflecting Windows but not the type / kind of windows

👣 Repro steps

TODO: Add repro steps below:

  1. Go to
  2. Click on
  3. Scroll down to
  4. See error

🤔 Expected

TODO: Add a clear and concise description of what you expected to happen.

📷 Screenshots

TODO: If applicable, add screenshots to help explain your problem. Remove if not applicable.

ℹ️ Additional context

This was an internal feedback manually transferred to this repo.
Requestor: daueffin
Role: CSA
Location: Germany

🙋‍♀️ Ask for the community

We could use your help:

  1. Please vote this issue up (👍) to prioritize it.
  2. Leave comments to help us solidify the vision.
@arthurclares arthurclares added Type: Bug 🐛 Something isn't working Tool: Workbooks Azure Monitor workbooks labels Dec 5, 2023
@arthurclares arthurclares self-assigned this Dec 5, 2023
@arthurclares
Copy link
Collaborator Author

@sebassem Can you close this bug when you create the workbook PR? The latest version has the fix for this

@arthurclares arthurclares added the Status: 📦 Pending release Issue will be included in the next release label Feb 9, 2024
@ro100e ro100e self-assigned this Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: 📦 Pending release Issue will be included in the next release Tool: Workbooks Azure Monitor workbooks Type: Bug 🐛 Something isn't working
Projects
Development

No branches or pull requests

2 participants