Azure / ADX-in-a-Day-Lab1

MIT License
34 stars 23 forks source link

Challenge 2, Task 1 - Blob not available #20

Closed Groumy closed 1 year ago

Groumy commented 1 year ago

In the the Challenge 2, Task 1 we are asked to ingest data from a blob.

Ingest from Storage:
Select "Blob container" as the Source type in the Source tab.
In the Link to source, paste the following SAS (Shared Access Signature) URL of the blob storage. SAS URL is a way to provide limited, time-bound access to Azure storage resources such as Blobs.

https://logsbenchmark00.blob.core.windows.net/logsbenchmark-onegb/2014/?sp=rl&st=2022-08-18T00:00:00Z&se=2030-01-01T00:00:00Z&spr=https&sv=2021-06-08&sr=c&sig=5pjOow5An3%2BTs5mZ%2FyosJBPtDvV7%2FXfDO8pLEeeylVc%3D

When we try to use the provided URL in ADX Ingestion tool we receive the error : Blob does not exist.

If you try to access the file you receive this error :

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>BlobNotFound</Code>
<Message>The specified blob does not exist. RequestId:75f60914-701e-0035-44cc-5891a6000000 Time:2023-03-17T12:33:29.2988494Z</Message>
</Error>

Without the data it's near impossible to perform the lab.

Groumy commented 1 year ago

Sorry it was an error on my part.

ashiquep03 commented 7 months ago

Sorry it was an error on my part.

Hi@Groumy

I am also facing the same issue. Could you please explain how to resolve this?