-
Notifications
You must be signed in to change notification settings - Fork 36
[Checked] Review main-docs/create_azure_ai_service.md
#101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
chienyuanchang
merged 1 commit into
main
from
review-main-docs-create_azure_ai_service.md-1757104569
Sep 23, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,49 @@ | ||
# How To Create Azure AI Service | ||
# How to Create an Azure AI Service | ||
|
||
This guide covers the latest configuration using **Azure AI Foundry**, including creating a Foundry Hub and Project, and deploying Azure AI Content Understanding. | ||
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. | ||
|
||
## 1. Create a Foundry Hub | ||
- Go to [Azure Portal AI Foundry Resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesAIFoundry). | ||
- Go to the [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: | ||
- **Please select a supported region** from the table below: | ||
|
||
| Geography | Region | Region Identifier | | ||
| --------- | -------------- | ------------------ | | ||
| US | West US | westus | | ||
| Europe | Sweden Central | swedencentral | | ||
| Australia | Australia East | australiaeast | | ||
| --------- | -------------- | ------------------- | | ||
| US | West US | westus | | ||
| Europe | Sweden Central | swedencentral | | ||
| Australia | Australia East | australiaeast | | ||
|
||
- Enter a name for your Content Understanding resource. | ||
- Select a pricing plan. | ||
<img src="./create_srv_1.png" width="600" /> | ||
- Configure additional settings as needed, read and accept the terms, then click **Create**. | ||
<img src="./create_srv_2.png" width="600" /> | ||
- 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." | ||
- Wait for Azure’s validation (look for a green **Validation Passed** banner). | ||
- Click **Create** to start deployment. After a few seconds, you should see a message confirming, **Your deployment is complete**. | ||
|
||
chienyuanchang marked this conversation as resolved.
Show resolved
Hide resolved
|
||
## 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 | ||
- Please copy the following information carefully: | ||
- **Endpoint:** The format is | ||
``` | ||
chienyuanchang marked this conversation as resolved.
Show resolved
Hide resolved
|
||
AZURE_AI_ENDPOINT = "https://<AzureAIContentUnderstandingResourceName>.services.ai.azure.com/" | ||
``` | ||
- **Primary Key**: | ||
- **Primary Key:** | ||
``` | ||
chienyuanchang marked this conversation as resolved.
Show resolved
Hide resolved
|
||
AZURE_AI_API_KEY = <your_primary_key> | ||
``` | ||
- **API Version**: | ||
- **API Version:** | ||
``` | ||
chienyuanchang marked this conversation as resolved.
Show resolved
Hide resolved
|
||
AZURE_AI_API_VERSION = "2025-05-01-preview" | ||
``` | ||
<img src="./create_srv_3.png" width="600" /> | ||
|
||
Now you are ready to use these credentials to run the samples. | ||
You are now ready to use these credentials to run the samples. | ||
|
||
--- | ||
|
||
**Note:** | ||
chienyuanchang marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- 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. | ||
- Always use the **Foundry Hub > Foundry Project** structure for Azure AI Content Understanding configuration. | ||
- Please ensure you select a supported region for Content Understanding during deployment. | ||
chienyuanchang marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.