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
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/langchain.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,7 @@ To use LLMs deployed in Azure AI Foundry portal, you need the endpoint and crede
64
64
> [!TIP]
65
65
> If your model was deployed with Microsoft Entra ID support, you don't need a key.
66
66
67
-
In this scenario, we placed both the endpoint URL and key in the following environment variables.
68
-
69
-
> [!TIP]
70
-
> The endpoint you copied might have extra text after /models. Delete that and stop at /models as shown here.
67
+
In this scenario, set the endpoint URL and key as environment variables. (If the endpoint you copied includes additional text after `/models`, remove it so the URL ends at `/models` as shown below.)
0 commit comments