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: docs/data-factory/data-source-management.md
+18-6Lines changed: 18 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
title: Data source management
3
3
description: Learn how to add and remove data sources, and how to manage users.
4
4
ms.reviewer: whhender
5
-
ms.author: mideboer
6
-
author: miquelladeboer
5
+
ms.author: abnarain
6
+
author: abnarain
7
7
ms.topic: how-to
8
-
ms.date: 12/18/2024
8
+
ms.date: 6/4/2025
9
9
ms.custom: connectors
10
10
---
11
11
@@ -49,6 +49,17 @@ ms.custom: connectors
49
49
50
50
You can now use this data source to include data from Azure SQL in the supported [!INCLUDE [product-name](../includes/product-name.md)] items.
51
51
52
+
### Allow cloud connection usage on gateway
53
+
54
+
At the bottom of the connection creation dialog a new setting with the label **This connection can be used with on-premise data gateways and VNet data gateways** is present. Checking the box for this setting enables you
55
+
56
+
**When the setting is left unchecked** for the evaluation of a Fabric item that uses a gateway, the evaluation fails as the shareable cloud connection doesn't have the permissions to be used in the context of a gateway evaluation.
57
+
In contrast, **when the setting is checked** the shareable cloud connection can be used by gateway based evaluations.
58
+
59
+
>[!CAUTION]
60
+
>The *allow connection usage on gateway* setting is present when creating cloud connections through Dataflow Gen2, but not currently enforced. This means that all shareable cloud connections will be used through a gateway if a gateway is present.
61
+
>We're aware of this behavior and are working on a fix to only allow the usage of this connection on a gateway when this setting is checked.
62
+
52
63
## Remove a data source
53
64
54
65
You can remove a data source if you no longer use it. If you remove a data source, any items that rely on that data source no longer work.
@@ -164,16 +175,16 @@ By default, any user in Fabric can share their connections if they have the foll
164
175
165
176
Sharing a connection in Fabric is sometimes needed for collaboration within the same workload or when sharing the workload with others. Connection sharing in Fabric makes this easy by providing a secure way to share connections with others for collaboration, but without exposing the secrets at any time. These connections can only be used within the Fabric environment.
166
177
167
-
If your organization does not allow for connection sharing or wants to limit the sharing of connections, a tenant admin can restrict sharing as a tenant policy. The policy allows you to block sharing within the entire tenant.
178
+
If your organization doesn't allow for connection sharing or wants to limit the sharing of connections, a tenant admin can restrict sharing as a tenant policy. The policy allows you to block sharing within the entire tenant.
168
179
169
180
> [!NOTE]
170
181
> This restriction can result in limitations of multiple users being unable to collaborate within the same workloads.
171
-
> Disabling connection sharing does not impact connections that have already been shared.
182
+
> Disabling connection sharing doesn't impact connections that have already been shared.
172
183
173
184
How to enable the setting
174
185
1. You must have sufficient privileges from the Power BI Service Administrator role.
175
186
3. In Power BI or Fabric go to settings and the manage connections and gateways page.
176
-
4. In the top right, turn on the toggle for tenant administation.
187
+
4. In the top right, turn on the toggle for tenant administration.
177
188
178
189
:::image type="content" source="media/data-source-management/tenant-administration.png" alt-text="Screenshot showing the tenant administration toggle in the Manage connections and gateways page.":::
Copy file name to clipboardExpand all lines: docs/data-science/how-to-consume-data-agent.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ To make the Fabric data agent tool available to your Azure AI agent, use a conne
113
113
114
114
```python
115
115
# The Fabric connection ID can be found in the Azure AI Foundry project as a property of the Fabric tool
116
-
# Your connection ID is in the format /subscriptions/<your-subscription-id>/resourceGroups/<your-resource-group>/providers/Microsoft.MachineLearningServices/workspaces/<your-project-name>/connections/<your-fabric-connection-name>
116
+
# Your connection ID is in the format /subscriptions/<your-subscription-id>/resourceGroups/<your-resource-group>/providers/Microsoft.CognitiveServices/accounts/<ai-foundry-resource-name>/projects/<your-project-name>/connections/<your-fabric-connection-name>
117
117
conn_id ="your-connection-id"
118
118
119
119
# Initialize agent Fabric tool and add the connection ID
0 commit comments