Skip to content

Commit 740cd12

Browse files
Merge branch 'main' into review-main-notebooks-build_person_directory.ipynb-1758586975
2 parents e18c4b5 + 188ef90 commit 740cd12

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

docs/create_azure_ai_service.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,49 @@
1-
# How To Create Azure AI Service
1+
# How to Create an Azure AI Service
22

3-
This guide covers the latest configuration using **Azure AI Foundry**, including creating a Foundry Hub and Project, and deploying Azure AI Content Understanding.
3+
This guide walks you through the latest configuration using **Azure AI Foundry**, including creating a Foundry Hub and Project, and deploying Azure AI Content Understanding.
44

55
## 1. Create a Foundry Hub
6-
- Go to [Azure Portal AI Foundry Resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAIFoundry).
6+
- Go to the [Azure Portal AI Foundry Resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAIFoundry).
77
- Select your Azure subscription.
88
- Choose or create a Resource Group.
9-
- **Choose a supported region** from the table below:
9+
- **Please select a supported region** from the table below:
1010

1111
| Geography | Region | Region Identifier |
12-
| --------- | -------------- | ------------------ |
13-
| US | West US | westus |
14-
| Europe | Sweden Central | swedencentral |
15-
| Australia | Australia East | australiaeast |
12+
| --------- | -------------- | ------------------- |
13+
| US | West US | westus |
14+
| Europe | Sweden Central | swedencentral |
15+
| Australia | Australia East | australiaeast |
1616

1717
- Enter a name for your Content Understanding resource.
1818
- Select a pricing plan.
1919
<img src="./create_srv_1.png" width="600" />
2020
- Configure additional settings as needed, read and accept the terms, then click **Create**.
2121
<img src="./create_srv_2.png" width="600" />
22-
- Wait for Azure's validation (look for a green "Validation Passed" banner).
23-
- Click **Create**. Deployment will begin, and after a few seconds, you should see "Your deployment is complete."
22+
- Wait for Azures validation (look for a green **Validation Passed** banner).
23+
- Click **Create** to start deployment. After a few seconds, you should see a message confirming, **Your deployment is complete**.
2424

2525
## 2. Get Keys and Endpoint
2626
- Navigate to your deployed resource.
2727
- In the left menu, select **Keys and Endpoint**.
28-
- Copy the following information:
29-
- **Endpoint**: Format is
28+
- Please copy the following information carefully:
29+
- **Endpoint:** The format is
3030
```
3131
AZURE_AI_ENDPOINT = "https://<AzureAIContentUnderstandingResourceName>.services.ai.azure.com/"
3232
```
33-
- **Primary Key**:
33+
- **Primary Key:**
3434
```
3535
AZURE_AI_API_KEY = <your_primary_key>
3636
```
37-
- **API Version**:
37+
- **API Version:**
3838
```
3939
AZURE_AI_API_VERSION = "2025-05-01-preview"
4040
```
4141
<img src="./create_srv_3.png" width="600" />
4242
43-
Now you are ready to use these credentials to run the samples.
43+
You are now ready to use these credentials to run the samples.
4444
4545
---
46+
4647
**Note:**
47-
- Always use the **Foundry Hub > Foundry Project** structure for Azure AI Content Understanding configuration.
48-
- Make sure to select a supported region for Content Understanding during deployment.
48+
- Always use the **Foundry Hub > Foundry Project** structure for Azure AI Content Understanding configuration.
49+
- Please ensure you select a supported region for Content Understanding during deployment.

0 commit comments

Comments
 (0)