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/FabricDataAgentGuide.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ After you have deployed your solution, you can add Azure Data Agent to get data
6
6
- Add the KQL Database created in the Fabric workspace as your data source,
7
7
- Use the Agent configuration files provided below to set up your Fabric Data Agent.
8
8
9
+
> [!NOTE]
10
+
> The Fabric Data Agent SDK is currently in **Preview**. After deployment, table selections may not persist — you may need to manually select the required tables in the Fabric portal under the **Data** tab and save. Once saved through the UI, the selections persist and the agent works as expected.
Copy file name to clipboardExpand all lines: infra/main.bicep
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,10 @@ var allTags = union(
102
102
tags
103
103
)
104
104
105
+
vareventHubTags = union(allTags, {
106
+
SecurityControl: 'Ignore'// Required to override MSFT subscription policy controls that enforce disableLocalAuth; local auth needed for Fabric SAS connection
0 commit comments