diff --git a/docs/create_azure_ai_service.md b/docs/create_azure_ai_service.md index c7f3db7..9a12909 100644 --- a/docs/create_azure_ai_service.md +++ b/docs/create_azure_ai_service.md @@ -1,21 +1,48 @@ # How To Create Azure AI Service -1. Navigate to https://aka.ms/CognitiveServicesAIServices . -2. Select your Azure subscription. -3. Select the available Resource group. -4. Choose the region which support Content Understanding service from below tables. - | Geography | Region | Region Identifier| - | --------- | -------------- | ---------------- | - | US | West US | westus | - | Europe | Sweden Central | swedencentral | - | Australia | Australia East | australiaeast | -5. Enter a name for your resource. -6. Choose a price plan. + +This guide covers the latest configuration using **Azure AI Foundry**, including creating a Foundry Hub and Project, and deploying Azure AI Content Understanding. + +## 1. Create a Foundry Hub +- Go to [Azure Portal AI Foundry Resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAIFoundry). +- Select your Azure subscription. +- Choose or create a Resource Group. +- **Choose a supported region** from the table below: + + | Geography | Region | Region Identifier | + | --------- | -------------- | ------------------ | + | US | West US | westus | + | Europe | Sweden Central | swedencentral | + | Australia | Australia East | australiaeast | + +- Enter a name for your Content Understanding resource. +- Select a pricing plan. -7. Configure other settings for your resource as needed, read, and accept the conditions (as applicable), and then select Review + create. +- Configure additional settings as needed, read and accept the terms, then click **Create**. -8. Azure will run a quick validation check, after a few seconds you should see a green banner that says Validation Passed. -9. Once the validation banner appears, select the Create button from the bottom-left corner. -10. After you select create, you'll be redirected to a new page that says Deployment in progress. After a few seconds, you'll see a message that says, Your deployment is complete. -11. Navigate to the resouce. In the left navigation menu, select "Keys and Endpoint", then get the **key** and **endpoint**. - -Now,you could start with these information to run the samples. \ No newline at end of file +- Wait for Azure's validation (look for a green "Validation Passed" banner). +- Click **Create**. Deployment will begin, and after a few seconds, you should see "Your deployment is complete." + +## 2. Get Keys and Endpoint +- Navigate to your deployed resource. +- In the left menu, select **Keys and Endpoint**. +- Copy the following information: + - **Endpoint**: Format is + ``` + AZURE_AI_ENDPOINT = "https://.services.ai.azure.com/" + ``` + - **Primary Key**: + ``` + AZURE_AI_API_KEY = + ``` + - **API Version**: + ``` + AZURE_AI_API_VERSION = "2025-05-01-preview" + ``` + + +Now you are ready to use these credentials to run the samples. + +--- +**Note:** +- Always use the **Foundry Hub > Foundry Project** structure for Azure AI Content Understanding configuration. +- Make sure to select a supported region for Content Understanding during deployment. \ No newline at end of file diff --git a/docs/create_srv_1.png b/docs/create_srv_1.png index 4b99414..26d9b58 100644 --- a/docs/create_srv_1.png +++ b/docs/create_srv_1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3912c2cc2f4c74fa5ea2815dd4158594f07f350d4872f87f83dbeeeeb13afffa -size 61242 +oid sha256:2e6412ae19eaae5d24de7f095651be179d2ff88fe857e2c4d29d1db6a7ddcfe6 +size 86749 diff --git a/docs/create_srv_2.png b/docs/create_srv_2.png index 88d0925..03dc525 100644 --- a/docs/create_srv_2.png +++ b/docs/create_srv_2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21b0d11ee841b5840718667c129a32080edc512c236b2694c96610bda2323884 -size 39160 +oid sha256:d5828a2477b31f428993ddef0f8ecdb254f5d4e0f35d7e83dd809b7a416e1cec +size 46982 diff --git a/docs/create_srv_3.png b/docs/create_srv_3.png index 7e9992e..e4d91f5 100644 --- a/docs/create_srv_3.png +++ b/docs/create_srv_3.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f98782dbaa4bc4f62e6dcddbe45b8df3b1506060d2b2269153183c0e3e3f2855 -size 94030 +oid sha256:442394819b406d7849829f7b72f674f2aaab6785d6607fe2ead133c9926b160a +size 161086