{"id":32393,"date":"2020-09-24T10:00:24","date_gmt":"2020-09-24T17:00:24","guid":{"rendered":""},"modified":"2024-01-22T22:51:26","modified_gmt":"2024-01-23T06:51:26","slug":"analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/","title":{"rendered":"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio"},"content":{"rendered":"<p>The Kusto (KQL) extension in Azure Data Studio is now available in preview. This native Kusto (KQL) support brings another modern data experience to Azure Data Studio, a cross-platform client \u2013 for Windows, macOS, and Linux. Users can now connect and browse their Azure Data Explorer clusters and databases, write and run KQL, as well as author notebooks with Kusto kernel, all equipped with IntelliSense.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full webp-format alignnone\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png\" alt=\"Azure Data Explorer connectivity support in Azure Data Studio\" width=\"624\" height=\"387\" data-orig-srcset=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png 624w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1-300x186.png 300w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1-330x205.png 330w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1-400x248.png 400w\" data-orig-src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png\" \/><\/p>\n<p>By enabling native Kusto (KQL) experiences in Azure Data Studio, users such as data engineers, data scientists, or data analysts can now quickly discover insights as well as identify trends and anomalies against a massive amount of data stored in Azure Data Explorer.<\/p>\n<p>Here are four key benefits of using Kusto (KQL) extension in Azure Data Studio:<\/p>\n<h2>1. Efficiency in data exploration and data analysis<\/h2>\n<p>Users working with heterogeneous data sources can now do data exploration and data analysis from SQL and Big Data Clusters to Azure Data Explorer without breaking their flow. By supporting KQL natively with IntelliSense, users can benefit from optimized experience for fast and rich functionalities on a large amount of real-time streaming datasets in Azure Data Explorer.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full webp-format alignnone\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL2.png\" alt=\"Writing KQL query in Azure Data Studio\" width=\"621\" height=\"370\" data-orig-srcset=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL2.png 624w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL2-300x179.png 300w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL2-330x197.png 330w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL2-400x238.png 400w\" data-orig-src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL2.png\" \/><\/p>\n<p>For more interactive data exploration, users can visualize the resultset from the KQL query in SandDance.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full alignnone\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KustoSandDanceDemo.gif\" alt=\"Using SandDance to visualize a KQL query resultset.\" width=\"625\" height=\"354\" data-animated_src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KustoSandDanceDemo.gif\" \/><\/p>\n<h2>2. Reproducible analyses<\/h2>\n<p>Combined with the Kusto kernel addition to Notebook in Azure Data Studio, it makes it easy to create reproducible analyses in notebooks. Notebooks provide the benefits of being able to capture code, results and context on the analysis. When writing KQL queries in code cells, users can also be more productive with the IntelliSense support in Notebooks.<\/p>\n<p>Below is an example of pattern detection in Storm Events data using autocluster plugin in Kusto notebook in Azure Data Studio accessing data from Azure Data Explorer databases:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"attachment-full webp-format alignnone\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL4.png\" alt=\"Pattern detection in Storm Events data using autocluster plugin in Kusto notebook in Azure Data Studio\" width=\"623\" height=\"428\" data-orig-srcset=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL4.png 623w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL4-300x206.png 300w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL4-330x227.png 330w, https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL4-400x275.png 400w\" data-orig-src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL4.png\" \/><\/p>\n<h2>3. Improved DevOps troubleshooting experience with KQL notebooks<\/h2>\n<p>Engineers working on apps with telemetry connected to Azure Data Explorer can easily create a troubleshooting runbook or playbook in Azure Data Studio with Kusto kernel. These runbooks or playbooks, detailing how to troubleshoot apps via telemetry data and how to mitigate, can be stored as notebooks with different kernel types, organized as a Jupyter Book. For example, diagnosis steps and pattern or anomaly detections may be expressed as notebooks with Kusto kernel, and mitigation notebooks in PowerShell or other kernels.<\/p>\n<h2>4. Enriching your DevOps flow with KQL files<\/h2>\n<p>Azure Data Studio supports a Git source control manager (SCM). Now, users can take advantage of adding their KQL files and KQL notebook files to their Git repositories. This also enables users to add these files as part of their CI\/CD pipelines in GitHub or Azure DevOps.<\/p>\n<h2>How to get started<\/h2>\n<ul>\n<li><a href=\"https:\/\/docs.microsoft.com\/sql\/azure-data-studio\/extensions\/kusto-extension\" target=\"_blank\" rel=\"noopener noreferrer\">Connecting to Azure Data Explorer cluster in Azure Data Studio, and writing KQL queries<\/a>.<\/li>\n<li><a href=\"http:\/\/docs.microsoft.com\/sql\/azure-data-studio\/notebooks\/notebooks-kusto-kernel\" target=\"_blank\" rel=\"noopener noreferrer\">Writing KQL notebooks<\/a>.<\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/sql\/azure-data-studio\/notebooks-kqlmagic\" target=\"_blank\" rel=\"noopener noreferrer\">Using KQL magic in Azure Data Studio notebooks<\/a>.<\/li>\n<\/ul>\n<p>This preview release is the beginning of a strategic journey to bring rich native Kusto (KQL) experiences in Azure Data Studio. Please feel free to <a href=\"https:\/\/github.com\/Microsoft\/azuredatastudio\/issues\" target=\"_blank\" rel=\"noopener noreferrer\">submit your suggestions and bugs on GitHub<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Kusto (KQL) extension in Azure Data Studio is now available in preview. This native Kusto (KQL) support brings another modern data experience to Azure Data Studio, a cross-platform client \u2013 for Windows, macOS, and Linux.<\/p>\n","protected":false},"author":1457,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[],"product":[5226,2542],"content-type":[2421,2448],"topic":[2457],"coauthors":[2487],"class_list":["post-32393","post","type-post","status-publish","format-standard","hentry","product-azure","product-azure-data-studio","content-type-announcements","content-type-updates","topic-data-analytics","review-flag-1593580427-503","review-flag-1-1593580431-15","review-flag-2-1593580436-981","review-flag-3-1593580441-293","review-flag-4-1593580446-456","review-flag-free-1593619513-128"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio - Microsoft SQL Server Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio - Microsoft SQL Server Blog\" \/>\n<meta property=\"og:description\" content=\"The Kusto (KQL) extension in Azure Data Studio is now available in preview. This native Kusto (KQL) support brings another modern data experience to Azure Data Studio, a cross-platform client \u2013 for Windows, macOS, and Linux.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft SQL Server Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/sqlserver\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-24T17:00:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-23T06:51:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png\" \/>\n<meta name=\"author\" content=\"SQL Server Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:site\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SQL Server Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/\",\"@type\":\"Person\",\"@name\":\"SQL Server Team\"}],\"headline\":\"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio\",\"datePublished\":\"2020-09-24T17:00:24+00:00\",\"dateModified\":\"2024-01-23T06:51:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/\"},\"wordCount\":508,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/\",\"name\":\"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio - Microsoft SQL Server Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png\",\"datePublished\":\"2020-09-24T17:00:24+00:00\",\"dateModified\":\"2024-01-23T06:51:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"name\":\"Microsoft SQL Server Blog\",\"description\":\"Official News from Microsoft\u2019s Information Platform\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\",\"name\":\"Microsoft SQL Server Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft SQL Server Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/sqlserver\",\"https:\/\/x.com\/SQLServer\",\"https:\/\/www.youtube.com\/user\/MSCloudOS\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio - Microsoft SQL Server Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/","og_locale":"en_US","og_type":"article","og_title":"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio - Microsoft SQL Server Blog","og_description":"The Kusto (KQL) extension in Azure Data Studio is now available in preview. This native Kusto (KQL) support brings another modern data experience to Azure Data Studio, a cross-platform client \u2013 for Windows, macOS, and Linux.","og_url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/","og_site_name":"Microsoft SQL Server Blog","article_publisher":"http:\/\/www.facebook.com\/sqlserver","article_published_time":"2020-09-24T17:00:24+00:00","article_modified_time":"2024-01-23T06:51:26+00:00","og_image":[{"url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png","type":"","width":"","height":""}],"author":"SQL Server Team","twitter_card":"summary_large_image","twitter_creator":"@SQLServer","twitter_site":"@SQLServer","twitter_misc":{"Written by":"SQL Server Team","Est. reading time":"2 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/","@type":"Person","@name":"SQL Server Team"}],"headline":"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio","datePublished":"2020-09-24T17:00:24+00:00","dateModified":"2024-01-23T06:51:26+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/"},"wordCount":508,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/","name":"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio - Microsoft SQL Server Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png","datePublished":"2020-09-24T17:00:24+00:00","dateModified":"2024-01-23T06:51:26+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2020\/09\/KQL1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2020\/09\/24\/analyze-data-in-azure-data-explorer-using-kusto-query-language-kql-extension-in-azure-data-studio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/"},{"@type":"ListItem","position":2,"name":"Analyze data in Azure Data Explorer using Kusto Query Language (KQL) extension in Azure Data Studio"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","name":"Microsoft SQL Server Blog","description":"Official News from Microsoft\u2019s Information Platform","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization","name":"Microsoft SQL Server Blog","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft SQL Server Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/sqlserver","https:\/\/x.com\/SQLServer","https:\/\/www.youtube.com\/user\/MSCloudOS"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/32393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/users\/1457"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/comments?post=32393"}],"version-history":[{"count":0,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/32393\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/media?parent=32393"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/post_tag?post=32393"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/product?post=32393"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/content-type?post=32393"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/topic?post=32393"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/coauthors?post=32393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}