Error when sampling data: no data received from 1 partition

Sutheswaran, Suwhathi 70 Reputation points
2023-11-13T12:59:08.3233333+00:00

Hi,

I'm working with ASA and using Blob Container as input. The data is present in the container. However, when I run the query, I get the following error:

While sampling data, no data was received from '1' partitions.

The path is:

WorkspaceResourceId=/subscriptions/xxxxxxxxxxxxxxx/resourcegroups/appinsights/providers/microsoft.operationalinsights/workspaces/metrics/y={datetime:yyyy}/m={datetime:MM}/d={datetime:dd}/h={datetime:HH}/m={datetime:mm}

Can someone help me figure out what's going wrong? Thank you.

Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
333 questions
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,381 Reputation points Microsoft Employee
    2023-11-14T19:34:02.57+00:00

    Hi @Sutheswaran, Suwhathi ,

    Thanks for the using Microsoft Q&A . I think if you could have shared the folder structure that could have helped . Since you are using datetime and then deriving the year , month , etc , you need to make sure that the folder exists there .

    eg On my side of the world right now its 2023/11/14 11:31 AM, so if I run the query now, I need to have the below structure so we that we can pull the data.
    WorkspaceResourceId=/subscriptions/xxxxxxxxxxxxxxx/resourcegroups/appinsights/providers/microsoft.operationalinsights/workspaces/metrics/y=2023/m=11/d=14/h=11/m=28

    HTH .

    Thanks
    Himanshu

    0 comments No comments