-
Notifications
You must be signed in to change notification settings - Fork 36
Update Azure AI Service creation instructions and replace image files… #83
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
yungshinlintw
merged 5 commits into
main
from
changjian-wang/update_create_azure_ai_service
Sep 5, 2025
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
771eae9
Update Azure AI Service creation instructions and replace image files…
ae2601a
Revise Azure AI Service creation guide to enhance clarity and structu…
6cd5867
Update Azure AI Service guide to streamline Foundry Hub creation step…
9818ac3
Remove redundant title from Azure AI Service guide for clarity
5b7cba5
Merge branch 'main' into changjian-wang/update_create_azure_ai_service
yungshinlintw 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,21 +1,56 @@ | ||
# 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. | ||
# How To Create Azure AI Service (Foundry Content Understanding) | ||
|
||
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 Foundry Hub Creation](https://portal.azure.com/#create/Microsoft.CognitiveServicesAIFoundry). | ||
- Select your Azure subscription. | ||
- Choose or create a Resource Group. | ||
- Enter a name for your Foundry Hub. | ||
|
||
## 2. Create a Foundry Project | ||
yungshinlintw marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- Once your Foundry Hub is created, navigate to it. | ||
- Create a new Foundry Project within the hub. | ||
|
||
## 3. Deploy Azure AI Content Understanding | ||
- In your Foundry Project, deploy the "Content Understanding" service. | ||
yungshinlintw marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
- **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. | ||
<img src="./create_srv_1.png" width="600" /> | ||
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**. | ||
<img src="./create_srv_2.png" width="600" /> | ||
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**. | ||
<img src="./create_srv_3.png" width="600" /> | ||
Now,you could start with these information to run the samples. | ||
- 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." | ||
|
||
## 4. 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://<AzureAIContentUnderstandingResourceName>.services.ai.azure.com/" | ||
``` | ||
- **Primary Key**: | ||
``` | ||
AZURE_AI_API_KEY = <your_primary_key> | ||
``` | ||
- **API Version**: | ||
``` | ||
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. | ||
|
||
--- | ||
**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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.