-
Notifications
You must be signed in to change notification settings - Fork 176
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
Added KQL Azure Data Explorer (ADX) template file #157
base: main
Are you sure you want to change the base?
Conversation
KQL Azure Data Explorer (ADX) Template file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Plugins/MSFT_Plugin_Samples/KQL/KQL_Azure_Data_Explorer_ADX_Template.yaml
Outdated
Show resolved
Hide resolved
…mplate.yaml Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (1)
Plugins/MSFT_Plugin_Samples/KQL/KQL_Azure_Data_Explorer_ADX_Template.yaml:32
- [nitpick] The description is repetitive. It should be simplified to 'Number of rows to return'.
Description: Number of rows to return from the top
Descriptor: | ||
Name: Azure Data Explorer (ADX) template | ||
DisplayName: Azure Data Explorer (ADX) plugin | ||
Description: This Azure Data Explorer (ADX) plugin .... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description is incomplete. It should provide a complete and clear description of the plugin.
Description: This Azure Data Explorer (ADX) plugin .... | |
Description: This Azure Data Explorer (ADX) plugin allows users to query and retrieve data from an ADX cluster using predefined KQL templates. |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
# This area can be multiple lines when using the pipe character after the colon character. | ||
# You'll want to include additional information that is relevant for the Orchestreator to understand | ||
ExamplePrompts: | ||
- Gets the top 10 rows of the 'TableYouWantToQuery' table from the 'Your-Cluster-Name-01' ADX cluster sort by TimeGenerated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase 'sort by TimeGenerated' should be 'sorted by TimeGenerated'.
- Gets the top 10 rows of the 'TableYouWantToQuery' table from the 'Your-Cluster-Name-01' ADX cluster sort by TimeGenerated. | |
- Gets the top 10 rows of the 'TableYouWantToQuery' table from the 'Your-Cluster-Name-01' ADX cluster sorted by TimeGenerated. |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
KQL Azure Data Explorer (ADX) Template file