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

[Bug]: Multiple 404 errors when querying for Azure Diagnostic Settings #73

Closed
silverhack opened this issue Oct 5, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@silverhack
Copy link
Owner

silverhack commented Oct 5, 2023

What happened?
Monkey365 console log shows a large number of 404 errors when querying resources for Azure Diagnostic Settings.

How to reproduce it
Steps to reproduce the behavior:

  1. Execute Monkey365 in a subscription with resources that do not have support for diagnostic settings.
  2. See console log errors

Expected behavior
Monkey365 should try to get information from diagnostic settings if the resource supports it.

From where are you running Monkey365?
Please, complete the following information:

  • Resource: Docker container, workstation
  • OS: Windows and Linux
  • PowerShell Version: All PowerShell versions
  • Monkey365 Version: latest

Additional context
The latest version of Monkey365 is using a json file with well-know resources that do not have support for diagnostic settings. Logic must be redesigned in order to be able to discover which resource is supporting diagnostic settings, and which resources not.
More information regarding available operations per resource can be seen here.

@silverhack silverhack added the bug Something isn't working label Oct 5, 2023
@silverhack silverhack self-assigned this Oct 5, 2023
@silverhack
Copy link
Owner Author

Fixed in main branch.

Cheers,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant