-
Notifications
You must be signed in to change notification settings - Fork 160
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
Add orphaned API connections #9
Conversation
@azurekid |
Will Check it later today |
Seems like I am only getting orphaned items when testing it in multiple scenario's Also validated the query 🤔 |
How do we add the additional service information in same query??
…On Mon, 6 Mar, 2023, 02:55 Rogier Dijkman, ***@***.***> wrote:
Seems like I am only getting orphaned items when testing it in multiple
scenario's
Also validated the query 🤔
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN35KMZLTHYU5ZXBPEJT64LW2UAGJANCNFSM6AAAAAAUH54BUI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@azurekid Thanks a lot for your double check and update. In this example you can find 2 API Connections: The KQL Query you suggested return both of them even though 'azureblob-1' is associated and not an orphaned resource. |
Thanks for the comment. |
Hi @dolevshor, Logically the LogicApp needs to be saved before the change of orphaned api connections is visible. technically this query is looking at the
As shown in the image below connectionName office365-4 is not shown as it is connected to the LogicApp
Sometimes the API Connection Blade is earlier updated that the query results. |
@dolevshor Did you already have the time to take a look at this? |
Hi @azurekid, |
If you even need an extra pair of eyes, testing or offload some work, please let me know. |
Ping at @dolevshor |
Hey @auerkid good stuff, and thanks for your support! Since false positive here might have bad results, we want to find the underlying cause of this. |
Hi @yodobrin, thank you for the detailed feedback on this. Maybe create an iff statement or condition, but not sure yet if the limited KQL set in workbooks is going to support this. If you need any support or an extra pair of eyes, please reach out. |
Hi @azurekid, I continued testing today, and I seem to have found the source of the problem. Your code: Here is the fix: I'm still running a number of tests to make sure its fix the issue and we can add this to the Workbook. |
Rockstar! |
Hi @azurekid , Now the orphaned API Connections is include in the workbook as part of the v2.0 release. Thanks again for this contribution! |
No description provided.