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/semantic-kernel.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to Develop applications with Semantic Kernel and Azure AI
5
5
author: lgayhardt
6
6
ms.author: lagayhar
7
7
ms.reviewer: taochen
8
-
ms.date: 02/27/2025
8
+
ms.date: 10/20/2025
9
9
ms.topic: how-to
10
10
ms.service: azure-ai-foundry
11
11
---
@@ -29,15 +29,15 @@ In this article, you learn how to use [Semantic Kernel](/semantic-kernel/overvie
29
29
pip install semantic-kernel
30
30
```
31
31
32
-
- This article uses the Model Inference API, so install the relevant Azure dependencies. You can use the following command:
32
+
- This article uses the Model Inference API, so install the relevant Azure dependencies. You can use the following command:
33
33
34
34
```bash
35
35
pip install semantic-kernel[azure]
36
36
```
37
37
38
38
## Configure the environment
39
39
40
-
To use language models deployed in Azure AI Foundry portal, you need the endpoint and credentials to connect to your project. Follow these steps to get the information you need from the model you want to use:
40
+
To use language models deployed in Azure AI Foundry portal, you need the endpoint and credentials to connect to your project. Follow these steps to get the information you need from the model:
>IF you use Microsoft Entra ID, make sure that the endpoint was deployed with that authentication method and that you have the required permissions to invoke it.
83
+
>If you use Microsoft Entra ID, make sure that the endpoint was deployed with that authentication method and that you have the required permissions to invoke it.
0 commit comments