-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
az monitor app-insights query does not return anything compared to query in portal #7104
Comments
Thank you for opening this issue, we will look into it. |
Hi @vmachacek , can you provide the full debug log of this cmd's execution? Request api and body and service response are needed for us to determine what's lost here. |
@AllyW here
when doint exact same query it returns 4 distinct values and in cli it returns 2 |
@vmachacek can you have a check what's the query condition in portal for your app? |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Describe the bug
When I do where clause in the query it does return 1 row while running same query in the web ui returns ~20
Related command
traces | where customDimensions.OriginalFormat == 'Startup' and timestamp > ago(30d)
Errors
no error message recieved
Issue script & Debug output
Expected behavior
the returned number of rows should match the one returned from web ui
Environment Summary
Additional context
No response
The text was updated successfully, but these errors were encountered: