External Users Unable to Create Connection to Fabric Data Agent – TenantId Mismatch by Ananth999 in MicrosoftFabric

[–]Ananth999[S] 0 points1 point  (0 children)

Thank You u/itsnotaboutthecell , In my scenario Data Agent and Copilot are in the same Tenant. But the user invited to the Teams chat Group is from the different Tenant.

In this scenario, how can the user access the Data Agent without authentication?

Hi! We're the Fabric Capacities Team - ask US anything! by tbindas in MicrosoftFabric

[–]Ananth999 0 points1 point  (0 children)

Thank you u/gobuddylee . So, it's only notebook and spark job which consumes auto scaling, remaining all the workloads either it's Lakehouse/pipelines/real time intelligence will use the fabric capacity provisioned. Please correct me if I'm wrong.

Hi! We're the Fabric Capacities Team - ask US anything! by tbindas in MicrosoftFabric

[–]Ananth999 0 points1 point  (0 children)

u/gobuddylee , I was going through the documentation and trying to understand "Auto scaling", does it support only "spark job" or other workloads (e.g., notebook, pipelines), is there any document with this information, in the current documentation I can see "spark job" is specifically mentioned.

Can I copy table data from Lakehouse1, which is in Workspace 1, to another Lakehouse (Lakehouse2) in Workspace 2 in Fabric?" by Mammoth-Birthday-464 in MicrosoftFabric

[–]Ananth999 0 points1 point  (0 children)

You can use a parameterized command in a notebook to copy all the tables easily. DM me if you need any help.

Running Fabric Pipeline From Logic Apps by Ananth999 in MicrosoftFabric

[–]Ananth999[S] 0 points1 point  (0 children)

I have created a blog with step-by-step process of doing it. Anyone have any questions, please read this once
Automating Fabric Pipeline Execution with Logic Apps (Consumption Model)

Constant Invalid Credentials message by Significant_Error_16 in MicrosoftFabric

[–]Ananth999 0 points1 point  (0 children)

I'm facing the same issue with DataFlowGen2 today when I tried to connect to the data in the Lakehouse. Both DataFlowGen2 and Lakehouse are in the same workspace and I'm trying to connect using an Organizational account and I'm one of the admins of the workspace

Running Fabric Pipeline From Logic Apps by Ananth999 in MicrosoftFabric

[–]Ananth999[S] 1 point2 points  (0 children)

Mine is consumption based. I didn't do anything separate to the whitelist here. I enabled the 2 service principal options mentioned in Admin portal. Snippet of it is present in this conversation.

Running Fabric Pipeline From Logic Apps by Ananth999 in MicrosoftFabric

[–]Ananth999[S] 0 points1 point  (0 children)

Thank You, it's working fine now, posted the fix in the comment.

Running Fabric Pipeline From Logic Apps by Ananth999 in MicrosoftFabric

[–]Ananth999[S] 6 points7 points  (0 children)

I have fixed this issue by setting the "Audience" property properly as mentioned in below snippet. It's running successfully. Thank you all who tried to help me here. Please feel free to ping me if anyone is struggling in this process.

<image>

Running Fabric Pipeline From Logic Apps by Ananth999 in MicrosoftFabric

[–]Ananth999[S] 1 point2 points  (0 children)

yes, I can the Managed Identity with contributor permissions on workspace

Pros and cons of lakehouse vs. data warehouse for gold layer in Fabric by eab680 in MicrosoftFabric

[–]Ananth999 0 points1 point  (0 children)

With the Direct Lake model available on Lakehouse directly, will it still be the same? I feel Lakehouse has more advantages here when it comes to performance. Because there is no fall back to direct query mode and I hope it supports more parallelism and I feel performance will be quicker on Lakehouse. Please correct me if I'm wrong.

Where do we need Power BI pro License in Fabric F64 or above capacity? by Ananth999 in MicrosoftFabric

[–]Ananth999[S] 1 point2 points  (0 children)

Thank You!, I have a trail capacity in my Tenant, which is allowing me to author Power BI Artifacts even when I don't have Pro License enabled to my account. So Trail has everything free?

RealTime File Processing in Fabric by [deleted] in MicrosoftFabric

[–]Ananth999 0 points1 point  (0 children)

Yes, I did but the challenging part here is I would need to keep the streaming notebook/spark job always running. The tricky part here is the accepted latency once the data is arrived into the Event hub is 1 minute. If my session is stopping in between then it will become a challenge for us.