FabricToolResource
Class sealed net8.0
A Foundry tool resource that enables an agent to query data using a Microsoft Fabric data agent.
namespace Aspire.Hosting.Foundry;
public sealed class FabricToolResource : Aspire.Hosting.Foundry.FoundryToolResource{ // ...}Remarks
Section titled Remarks Fabric connections must be configured in the Foundry project beforehand. This tool references existing connections by their Foundry project connection IDs.
Constructors1
Section titled ConstructorsFabricToolResource(string, AzureCognitiveServicesProjectResource, string[]) Creates a new instance of the
FabricToolResource class.