You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Service principal authentication](#service-principal-authentication)
@@ -93,6 +94,44 @@ This Blob storage connector supports the following authentication types. See the
93
94
>[!NOTE]
94
95
>Azure HDInsight and Azure Machine Learning activities only support authentication that uses Azure Blob Storage account keys.
95
96
97
+
### Anonymous authentication
98
+
99
+
The following properties are supported for storage account key authentication in Azure Data Factory or Synapse pipelines:
100
+
101
+
| Property | Description | Required |
102
+
|:--- |:--- |:--- |
103
+
| type | The `type` property must be set to `AzureBlobStorage` (suggested) or `AzureStorage` (see the following notes). | Yes |
104
+
| containerUri | Specify the Azure Blob container URI which has enabled Anonymous read access by taking this format `https://<AccountName>.blob.core.windows.net/<ContainerName>` and [Configure anonymous public read access for containers and blobs](/azure/storage/blobs/anonymous-read-access-configure#set-the-public-access-level-for-a-container)| Yes |
105
+
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use the Azure integration runtime or the self-hosted integration runtime (if your data store is in a private network). If this property isn't specified, the service uses the default Azure integration runtime. | No |
The UI experience will be like below. This sample will use the Azure open dataset as the source. If you want to get the open [dataset bing_covid-19_data.csv](https://pandemicdatalake.blob.core.windows.net/public/curated/covid-19/bing_covid-19_data/latest/bing_covid-19_data.csv), you just need to choose **Authentication type** as **Anonymous** and fill in Container URI with `https://pandemicdatalake.blob.core.windows.net/public`.
131
+
132
+
:::image type="content" source="media/connector-azure-blob-storage/anonymous-ui.png" alt-text="Screenshot of configuration for Anonymous examples UI.":::
133
+
134
+
96
135
### Account key authentication
97
136
98
137
The following properties are supported for storage account key authentication in Azure Data Factory or Synapse pipelines:
@@ -849,7 +888,7 @@ To learn details about the properties, check [Delete activity](delete-activity.m
849
888
850
889
## Change data capture
851
890
852
-
Azure Data Factory can get new or changed files only from Azure Blob Storage by enabling **Enable change data capture ** in the mapping data flow source transformation. With this connector option, you can read new or updated files only and apply transformations before loading transformed data into destination datasets of your choice. Pleaser refer to [Change Data Capture](concepts-change-data-capture.md) for detials.
891
+
Azure Data Factory can get new or changed files only from Azure Blob Storage by enabling **Enable change data capture ** in the mapping data flow source transformation. With this connector option, you can read new or updated files only and apply transformations before loading transformed data into destination datasets of your choice. Pleaser refer to [Change Data Capture](concepts-change-data-capture.md) for details.
0 commit comments