501 questions with Azure Data Explorer tags

Sort by: Updated
0 answers

how to add more than one dimension table while creating a materialized view

HI Team, I am trying to create a materialized view with 2 dimension tables, but getting error with the below syntax, .create async materialized-view with (backfill=true, dimensionTables = 'SalesUserTable','ProductTable') SalesSummary on table…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-10-07T15:04:59.127+00:00
Bharath Kumar B 21 Reputation points
commented 2021-10-21T20:14:12.85+00:00
HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
1 answer

Accessing SQL Server Tables

I can only access a subset of my tables. Structure as follows via Access serve explorer: Data Connections desktop-1d218ks.MemberEntriesDataSet Tables table1 table2 table3 table5 table6 Views . My code snip it using…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,561 questions
asked 2021-09-19T21:10:18.96+00:00
Ken Wickham 1 Reputation point
commented 2021-10-07T17:31:31.973+00:00
Saurabh Sharma 23,776 Reputation points Microsoft Employee
1 answer

How to cast a column in ADX

I have a Table with two columns, values_1 and values_2, which are float:s. Is there a command in adx to cast these to ints in a simple way or do I need to do: Table | extend values_1 = toint(value_1) | extend values_2 = toint(value_2) to get…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-09-22T11:15:03.74+00:00
Axel 1 Reputation point
commented 2021-10-06T07:16:27.867+00:00
Axel 1 Reputation point
1 answer One of the answers was accepted by the question author.

Why does Azure Data Explorer Database not displaying everything in the columns?

I have created a new table in Azure Data Explorer Database but something is not working with my events. In PlayFab Data Explorer (advanced) the columns look like this: But in Azure Data Explorer Database the columns for the same 3 events…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-09-09T09:00:36.447+00:00
Kim Strasser 811 Reputation points
commented 2021-09-14T03:12:48.85+00:00
PRADEEPCHEEKATLA-MSFT 84,051 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Data ingestion is not working in Azure Data Explorer after I created a new data connection

I have created a new data connection in my Azure Data Explorer Cluster. I have chosen the connection type Blob storage and the event type Blob created. In addition, I have chosen Resources creation Automatic. I didn't get an error message when I…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,575 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
341 questions
asked 2021-09-01T07:54:42.427+00:00
Kim Strasser 811 Reputation points
commented 2021-09-08T10:06:42.897+00:00
PRADEEPCHEEKATLA-MSFT 84,051 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Why does my ADF Lookup fail with an error mentioning the wrong database?

I'm trying to query a function in Azure Data Explorer using ADF. When I try to preview the data, I get the following error: Error details Error code: 11203 Details: Read from Kusto failed with following error: Semantic error: Errors occurred…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,994 questions
asked 2021-08-11T16:36:05.643+00:00
Molly Watson 96 Reputation points
accepted 2021-09-07T18:05:05.517+00:00
Molly Watson 96 Reputation points
1 answer

Traverse hierarchical JSON object and perform iterative comparison

I have a data table of user sign in logs (SigninLogs) which returns a hierarchical JSON object containing Conditional Access data. This object is represented as an indexed list of child objects which contain details on each CA policy, applied status,…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-08-10T13:46:33.02+00:00
mtmaiman 1 Reputation point
commented 2021-09-03T12:32:33.867+00:00
mtmaiman 1 Reputation point
2 answers

Kusto Query Language vs Keyword Query Language

What is difference between Kusto Query Language and Keyword Query Language?

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,133 questions
asked 2021-08-11T03:24:35.77+00:00
ally sin 1 Reputation point
commented 2021-08-16T02:07:33.687+00:00
Emily Du-MSFT 43,421 Reputation points Microsoft Vendor
0 answers

Defender for Endpoint Hunting Query E-Mail with Join

Hi There, i try to create a Defender for Endpoint query to find out, who opens a Office Macro Dokument which was received via E-Mail wit external Domain before. The First part of the Query to find out who opens Macro Documents is working see…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-26T07:24:41.193+00:00
Patrick Binder 1 Reputation point
commented 2021-08-02T17:39:11.757+00:00
MartinJaffer-MSFT 26,051 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Data Explorer Command block does not show parameters for parametrized linked service

I have parametrised linked service for Azure Data Explorer. The json looks like this: { "properties": { "type": "AzureDataExplorer", "parameters": { …

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,994 questions
asked 2021-07-29T13:40:08.237+00:00
Oleh Yermokhin 21 Reputation points
accepted 2021-08-02T07:27:18.677+00:00
Oleh Yermokhin 21 Reputation points
1 answer

Identity Column in Azure data explorer

Hi, I want to create table in azure data explorer like below. .create table Test (Id:int, Name: string) I will get the "Name" value from blob source file but for each row i am ingesting into "Test" table in Azure data explorer i…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-20T07:18:56.53+00:00
Kesav 1 Reputation point
commented 2021-07-26T17:46:03.947+00:00
MartinJaffer-MSFT 26,051 Reputation points
1 answer One of the answers was accepted by the question author.

Need Urgent help! How to insert/Update Data to Azure Sql table from table data in ADX's cluster.

Thanks in Advance, I have requirement like insert/update data in Azure SQL table from the tables in ADX cluster.

Azure SQL Database
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-13T07:34:13.767+00:00
Sreekanth Kesaram 21 Reputation points
accepted 2021-07-20T14:44:31.337+00:00
Sreekanth Kesaram 21 Reputation points
1 answer One of the answers was accepted by the question author.

Azure KQL - expand dynamics column

Hello, I have a dynamic column and I just need expand all results in columns like example below: It's possible convert this json values to single columns like below ?

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-09T23:39:12.32+00:00
VolginRnB 256 Reputation points
commented 2021-07-15T11:33:42.093+00:00
BhargaviAnnadevara-MSFT 5,466 Reputation points
2 answers One of the answers was accepted by the question author.

Kusto mapping of json

I am getting syntax error when running the following mapping command: Failed to create mapping: Syntax error: . Query: '.create table AnswerXLogsV2 ingestion json mapping 'AX_JSON_Mapping' '[ …

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-08T12:30:41.257+00:00
Bigelman, Oren 106 Reputation points
commented 2021-07-14T17:12:34.16+00:00
HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
0 answers

Kafka-sink to Event Hub or other

Hi. The client wants to sync events being published to Kafka to our Azure environment so we suggested to use Event Hub to stream their events. But apparently that requires them to stream all the events and they don't want that. They want something…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
586 questions
asked 2021-07-06T20:53:21.003+00:00
Nathan Carns 196 Reputation points
commented 2021-07-13T17:12:59.427+00:00
HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
1 answer

How to access Azure SQL Server Database Tables from Grafana Cloud

Hello, I have an existing Azure SQL Server that contains a Database with multiple tables of information from IoT devices. I am actively trying link Grafana to this existing Azure SQL Server using the plugins available for Grafana. There are 3…

Azure SQL Database
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-06T05:41:59.96+00:00
Alex 1 Reputation point
commented 2021-07-13T17:09:07.037+00:00
HimanshuSinha-msft 19,386 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

KQL Query - Separate

Hello Guys, Anyone can help me please ? I am running a simple KQL query in Azure Log Analytics Workspace and I would want "breake or separate" the result in "/" For example the query below show me the result…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-03T04:00:58.063+00:00
VolginRnB 256 Reputation points
commented 2021-07-05T14:08:09.507+00:00
BhargaviAnnadevara-MSFT 5,466 Reputation points
1 answer One of the answers was accepted by the question author.

Deployment failed with Service: Name cannot exceed 22 characters

created custom deployment with Azure synapse resource gorup ( i had provided unique value vi22012013 ) Deployment failed with Service: Name cannot exceed '22' characters for the autogenerated resource name : asagadataexplvi22012013 ( 23…

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-07-01T19:05:46.39+00:00
Manjula Chintharla 21 Reputation points
accepted 2021-07-05T08:36:59.247+00:00
Manjula Chintharla 21 Reputation points
1 answer

Azure data explorer ingest parquet timeout

I have a Azure data explorer and would like to ingest a 500MB parquet , however timeout .. and actually it takes quite a long time

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-06-29T10:16:28.31+00:00
sakuraime 2,321 Reputation points
commented 2021-07-02T10:03:40.89+00:00
PRADEEPCHEEKATLA-MSFT 84,051 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Help with ResourceNotFound error when open image link

This is my image https://storageaccountimage85a4.blob.core.windows.net/storageaccountimage85a4/images/11173.jpg I uploaded this image and when I open the link that is provided by azure for access, I see this error: <Error> …

Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
501 questions
asked 2021-06-27T16:36:58.57+00:00
urkqsrk 21 Reputation points
commented 2021-06-29T04:00:35.677+00:00
PRADEEPCHEEKATLA-MSFT 84,051 Reputation points Microsoft Employee