|
1 |
| -# How To Create Azure AI Service |
| 1 | +# How to Create an Azure AI Service |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | ## 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). |
7 | 7 | - Select your Azure subscription.
|
8 | 8 | - 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: |
10 | 10 |
|
11 | 11 | | 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 | |
16 | 16 |
|
17 | 17 | - Enter a name for your Content Understanding resource.
|
18 | 18 | - Select a pricing plan.
|
19 | 19 | <img src="./create_srv_1.png" width="600" />
|
20 | 20 | - Configure additional settings as needed, read and accept the terms, then click **Create**.
|
21 | 21 | <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 Azure’s 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**. |
24 | 24 |
|
25 | 25 | ## 2. Get Keys and Endpoint
|
26 | 26 | - Navigate to your deployed resource.
|
27 | 27 | - 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 |
30 | 30 | ```
|
31 | 31 | AZURE_AI_ENDPOINT = "https://<AzureAIContentUnderstandingResourceName>.services.ai.azure.com/"
|
32 | 32 | ```
|
33 |
| - - **Primary Key**: |
| 33 | + - **Primary Key:** |
34 | 34 | ```
|
35 | 35 | AZURE_AI_API_KEY = <your_primary_key>
|
36 | 36 | ```
|
37 |
| - - **API Version**: |
| 37 | + - **API Version:** |
38 | 38 | ```
|
39 | 39 | AZURE_AI_API_VERSION = "2025-05-01-preview"
|
40 | 40 | ```
|
41 | 41 | <img src="./create_srv_3.png" width="600" />
|
42 | 42 |
|
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. |
44 | 44 |
|
45 | 45 | ---
|
| 46 | +
|
46 | 47 | **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