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
Save this endpoint to an environment variable named `PROJECT_ENDPOINT`.
43
+
44
+
45
+
* The name of your Microsoft Fabric connection name. You can find it in the Azure AI Foundry portal by selecting **Management center** from the left navigation menu. Then selecting **Connected resources**.
Save this endpoint to an environment variable named `FABRIC_CONNECTION_ID`
50
+
51
+
52
+
* The names of your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
53
+
54
+
:::image type="content" source="../../media/tools/model-deployment-4o.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-4o.png":::
55
+
56
+
Save the name of your model deployment name as an environment variable named `MODEL_DEPLOYMENT_NAME`.
57
+
37
58
## Setup
59
+
38
60
> [!NOTE]
39
61
> * The model you selected in Azure AI Foundry Agent setup is only used for agent orchestration and response generation. It doesn't impact which model Fabric data agent uses for NL2SQL operation.
40
62
> * To help your model invoke your Microsoft Fabric tool in the expected way, make sure you update agent instructions with descriptions of your Fabric data agent and what data it can access. An example is "for customer and product sales related data, please use the Fabric tool". We recommend using a smaller AI model such as `gpt-4o-mini`. You can also use `tool_choice` parameter in SDK or API to force Fabric tool to be invoked at each run.
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/includes/quickstart-csharp.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@ For example, your endpoint may look something like:
55
55
Set this endpoint in an appsetting variable named `ProjectEndpoint`.
56
56
57
57
58
+
You also need your model's deployment name. You can find it in **Models + Endpoints** in the left navigation menu.
59
+
60
+
:::image type="content" source="../media/tools/model-deployment-4o.png" alt-text="A screenshot showing the model deployment screen the AI Foundry portal." lightbox="../../media/tools/model-deployment-4o.png":::
61
+
62
+
Save the name of your model deployment name as an environment variable named `ModelDeploymentName`.
0 commit comments