FinOps hub agent in Microsoft Copilot Studio issue with Kusto Query MCP Server #2197
Unanswered
DMarshall-1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
Looking for some advice, I have configured the Copilot Studio agent by following this guide
https://learn.microsoft.com/en-gb/cloud-computing/finops/toolkit/hubs/configure-ai-copilot-studio
however when I test the query it never works usually with an error similar to
I have deleted and recreated the agent a couple of times but it always fails to send the commands correctly.
putting the error into Copilot returns
a cleaned up version of the error is
{ "ErrorCode": "SYN0100", "ErrorMessage": "Admin commands must have a dot (.) character as their first non-whitespace character", "Query": "Costs_v1_2() | where ChargePeriodStart >= ago(7d) | summarize count() by BillingCurrency | top 1 by count_", "Context": "Executing via management endpoint instead of query endpoint" }I have tried both Microsoft Entra ID Integrated and Service Principal accounts with the same error in connection
Has anyone gotten it to work or know what is configured wrong so I can test this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions