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: docs/setup/getting-started-azure-openai.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Setting Up the Development Environment for Azure OpenAI
2
2
3
-
Azure AI Foundry is a service that allows you to deploy and manage AI models in the cloud. You can things like create a project, deploy a model, interact with the model, and more.
3
+
Azure AI Foundry is a service that allows you to deploy and manage AI models in the cloud. You can do things like create a project, deploy a model, interact with the model, and more.
4
4
5
5
> [!NOTE]
6
6
> If you want to use Azure AI Foundry models for your .NET AI apps in this course, follow the steps in this guide.
7
7
8
-
👉 [To use GitHub Models this is the guide for you](./README.md)
8
+
👉 [If you want to use GitHub models, follow this guide instruction.](./README.md)
9
9
10
10
## Create the Azure AI Foundry resources
11
11
@@ -15,7 +15,7 @@ To use Azure AI Foundry models, you need to take the following steps:
15
15
1. Deploy a model to your project.
16
16
1. Add the Azure AI library code + API key and other credentials to your code.
17
17
18
-
### -1- Create a Hub and Project in Azure AI Foundry
18
+
### Step 1: Create a Hub and Project in Azure AI Foundry
19
19
20
20
1. Go to the [Azure AI Foundry Portal](https://ai.azure.com/).
21
21
1. Sign in with your Azure account.
@@ -36,7 +36,7 @@ To use Azure AI Foundry models, you need to take the following steps:
36
36
37
37
Before you can interact with the model, you need to deploy it to your project, so let's do that next.
38
38
39
-
### -2- Deploy a Language Model in Azure AI Foundry
39
+
### Step 2 : Deploy a Language Model in Azure AI Foundry
40
40
41
41
Now, let’s deploy a **gpt-4o-mini** model to your project:
0 commit comments