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
Copy file name to clipboardExpand all lines: articles/data-factory/connector-azure-file-storage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jianleishen
7
7
ms.subservice: data-movement
8
8
ms.topic: conceptual
9
9
ms.custom: synapse
10
-
ms.date: 07/31/2024
10
+
ms.date: 09/13/2024
11
11
---
12
12
13
13
# Copy data from or to Azure Files by using Azure Data Factory
@@ -213,8 +213,8 @@ To use system-assigned managed identity authentication, follow these steps:
213
213
214
214
2. Grant the managed identity permission in Azure Files. For more information on the roles, see this [article](../role-based-access-control/built-in-roles/storage.md#storage-file-data-smb-share-reader).
215
215
216
-
-**As source**, in **Access control (IAM)**, grant at least the **Storage File Data SMB Share Reader** role.
217
-
-**As sink**, in **Access control (IAM)**, grant at least the **Storage File Data SMB Share Contributor** role.
216
+
-**As source**, in **Access control (IAM)**, grant at least the **Storage File Data Privileged Reader** role.
217
+
-**As sink**, in **Access control (IAM)**, grant at least the **Storage File Data Privileged Contributor** role.
218
218
219
219
These properties are supported for an Azure Files linked service:
220
220
@@ -257,8 +257,8 @@ To use user-assigned managed identity authentication, follow these steps:
257
257
258
258
1.[Create one or multiple user-assigned managed identities](../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md) and grant permission in Azure Files. For more information on the roles, see this [article](../role-based-access-control/built-in-roles/storage.md#storage-file-data-smb-share-reader).
259
259
260
-
-**As source**, in **Access control (IAM)**, grant at least the **Storage File Data SMB Share Reader** role.
261
-
-**As sink**, in **Access control (IAM)**, grant at least the **Storage File Data SMB Share Contributor** role.
260
+
-**As source**, in **Access control (IAM)**, grant at least the **Storage File Data Privileged Reader** role.
261
+
-**As sink**, in **Access control (IAM)**, grant at least the **Storage File Data Privileged Contributor** role.
262
262
263
263
2. Assign one or multiple user-assigned managed identities to your data factory and [create credentials](credentials.md) for each user-assigned managed identity.
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/control-egress-traffic-from-hdinsight-on-aks-clusters.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ title: Control network traffic from HDInsight on AKS Cluster pools and cluster
3
3
description: A guide to configure and manage inbound and outbound network connections from HDInsight on AKS.
4
4
ms.service: azure-hdinsight-on-aks
5
5
ms.topic: how-to
6
-
ms.date: 05/21/2024
6
+
ms.date: 09/20/2024
7
+
ROBOTS: NOINDEX
7
8
---
8
9
9
10
# Control network traffic from HDInsight on AKS Cluster pools and clusters
@@ -43,7 +44,7 @@ In the following sections, we describe each method in detail.
43
44
44
45
### Outbound with load balancer
45
46
46
-
The load balancer is used for egress through an HDInsight on AKS assigned public IP. When you configure the outbound type of load balancer on your cluster pool, you can expect egress out of the load balancer created by the HDInsight on AKS.
47
+
The load balancer is used for egress through a HDInsight on AKS assigned public IP. When you configure the outbound type of load balancer on your cluster pool, you can expect egress out of the load balancer created by the HDInsight on AKS.
47
48
48
49
You can configure the outbound with load balancer configuration using the Azure portal.
Copy file name to clipboardExpand all lines: articles/hdinsight-aks/customize-clusters.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@ title: Customize Azure HDInsight on AKS clusters
3
3
description: Add custom components to HDInsight on AKS clusters by using script actions. Script actions are Bash scripts that can be used to customize the cluster configuration.
4
4
ms.topic: conceptual
5
5
ms.service: azure-hdinsight-on-aks
6
-
ms.date: 08/29/2023
6
+
ms.date: 09/20/2024
7
+
ROBOTS: NOINDEX
7
8
---
8
9
9
10
# Customize Azure HDInsight on AKS clusters using script actions
@@ -17,7 +18,7 @@ Azure HDInsight on AKS provides a configuration method called Script Actions
17
18
18
19
## Understand script actions
19
20
20
-
A script action is Bash script that runs on the service components in an HDInsight on AKS cluster.
21
+
A script action is Bash script that runs on the service components in a HDInsight on AKS cluster.
21
22
22
23
The characteristics and features of script actions are as follows:
0 commit comments