Skip to content
Docs Try Aspire
Docs Try

AzureCognitiveServicesProjectResource.addFabricTool

Method
📦 Aspire.Hosting.Foundry v13.4.0-preview.1.26281.18
interface AzureCognitiveServicesProjectResource {
// ... omitted for brevity
addFabricTool(
name: string,
projectConnectionIds: string[]): FabricToolResource;
}

Signature

method addFabricTool builder
Adds a Microsoft Fabric data agent tool to a Microsoft Foundry project, enabling agents to query data through Fabric data agents.
addFabricTool(
name: string,
projectConnectionIds: string[]): FabricToolResource
name string
projectConnectionIds string[]
FabricToolResource

Defined on

This method is defined on the following type: