Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: ✅ Azure Data Explorer
You can integrate query capabilities in your app with features to suit your needs. Integrating capabilities in your app enables you to:
- Edit queries (including all language features such as colorization and intellisense)
- Explore table schemas visually
- Authenticate to Microsoft Entra ID
- Execute queries
- Display query execution results
- Create multiple tabs
- Save queries locally
- Share queries by email
Integration methods
You can integrate capabilities in your apps in the following ways:
Integrate the Monaco Editor with Kusto Query Language support in your app
Integrating the Monaco Editor in your app offers you an editing experience such as completion, colorization, refactoring, renaming, and go-to-definition. It requires you to build a solution for authentication, query execution, result display, and schema exploration. It offers you full flexibility to fashion the user experience that fits your needs.
-
Embedding the web UI offers you extensive functionality with little effort, but contains limited flexibility for the user experience. There's a fixed set of query parameters that enable limited control over the system's look and behavior.