简体   繁体   中英

How do I connect to an OpenDataSet from Azure Data Factory?

From Azure Storage Explorer I can connect to the OpenWeatherData container trivially as it's a public url:

在此处输入图像描述

From the Azure Data Factory I can not find any documentation on how to connect to a public blob container

The closest I could get is to connect the following way with a dummy token:

在此处输入图像描述

When I attempt to create a dataset though I get a 404 error:

在此处输入图像描述

I also get a 404 error when I attempt to browser:

在此处输入图像描述

So what is the proper approach?

The things you do are right.

This error causes by the file path you typed is wrong.

When I attempt to create a dataset though I get a 404 error:

This is because you want to browse from the root path, but it is not public.

I also get a 404 error when I attempt to browser:

Two ways to solve this error:

1.Since your 'gfsweatherdatacontaine' is public, you can browse from this path. So just type your container name and click 'From specified path'.

在此处输入图像描述

2.Generate SAS from blob, and copy SAS Token form blob storage to link service in ADF.

I think the first way is better for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM