Skip to content

Commit 2b997c0

Browse files
Fix typos, grammar, and formatting in Azure OpenAI setup guide
1 parent c9b8495 commit 2b997c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/setup/getting-started-azure-openai.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Setting Up the Development Environment for Azure OpenAI
22

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.
44

55
> [!NOTE]
66
> If you want to use Azure AI Foundry models for your .NET AI apps in this course, follow the steps in this guide.
77
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)
99

1010
## Create the Azure AI Foundry resources
1111

@@ -15,7 +15,7 @@ To use Azure AI Foundry models, you need to take the following steps:
1515
1. Deploy a model to your project.
1616
1. Add the Azure AI library code + API key and other credentials to your code.
1717

18-
### -1- Create a Hub and Project in Azure AI Foundry
18+
### Step 1: Create a Hub and Project in Azure AI Foundry
1919

2020
1. Go to the [Azure AI Foundry Portal](https://ai.azure.com/).
2121
1. Sign in with your Azure account.
@@ -36,7 +36,7 @@ To use Azure AI Foundry models, you need to take the following steps:
3636

3737
Before you can interact with the model, you need to deploy it to your project, so let's do that next.
3838

39-
### -2- Deploy a Language Model in Azure AI Foundry
39+
### Step 2 : Deploy a Language Model in Azure AI Foundry
4040

4141
Now, let’s deploy a **gpt-4o-mini** model to your project:
4242

0 commit comments

Comments
 (0)