Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hello all:
I am trying to use a Fabric Pipeline Web task to GET (and eventually POST) Azure Key Vault Secrets. I have it working in classic Azure Data Factory, and am pretty close, I think, to getting it to work in Fabric.
In ADF on the Web task, there is a Resource property that I set as "https://vault.azure.net":
I suspect I need to set something similar in the Fabric Pipeline Web task, but don't see where.
Any suggestions?
Thanks in advance.
Proud to be a Super User! | |
Solved! Go to Solution.
Hi @ToddChitt ,
As shown in the screenshot you shared, that's from Azure Data Factory.
However, in Microsoft Fabric Pipelines, when you choose to create a new connection in a Web activity, you'll notice the interface is different. Fabric allows you to provide the base URL and authentication details as shown in the below screenshot.
Reference : Web activity - Microsoft Fabric | Microsoft Learn
Hope this helps !!
If this post was helpful, please consider marking Accept as solution to assist other members in finding it more easily.
If you continue to face issues, feel free to reach out to us for further assistance!
I discovered that this morning. I also found that the Resource property you set in the CREATE Connection dialog box shows up as a Header.
But now armed with that, the pipeline task does not run, does not even show any Output. I click Run and only get the confirmation in the upper right:
But NOTHING HAPPENS.
(I can verify that the Azure Key Vault referenced in the URL is responding.)
Any ideas?
Proud to be a Super User! | |
Hi @ToddChitt
Thanks for sharing the screenshots ! From what you've shared, it looks like the pipeline has successfully started running, as indicated by the notification:
Successfully running Azure Key Vault (Pipeline).
However, at this point, the execution may still be in progress, which is why the Output panel isn’t showing any data yet.
Once the pipeline completes the status will update to "Succeeded" as seen in your below screenshot.
The Output section will then display detailed execution metrics like files read/written, throughput, and duration etc.
Hope this helps!!
Regards,
atheeq.
Hi @ToddChitt ,
As shown in the screenshot you shared, that's from Azure Data Factory.
However, in Microsoft Fabric Pipelines, when you choose to create a new connection in a Web activity, you'll notice the interface is different. Fabric allows you to provide the base URL and authentication details as shown in the below screenshot.
Reference : Web activity - Microsoft Fabric | Microsoft Learn
Hope this helps !!
If this post was helpful, please consider marking Accept as solution to assist other members in finding it more easily.
If you continue to face issues, feel free to reach out to us for further assistance!