Skip to content

Commit 1c2dc15

Browse files
authored
Merge pull request #49283 from GraemeMalcolm/main
Fixed incorrect KC answer
2 parents 8597496 + 3acaa4e commit 1c2dc15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

learn-pr/wwl-data-ai/ai-foundry-sdk/06-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ quiz:
2929
- content: "What value is needed to instantiate a AIProjectClient object?"
3030
choices:
3131
- content: "The project connection string."
32-
isCorrect: false
32+
isCorrect: true
3333
explanation: "Correct. You need the project connection string to instantiate a AIProjectClient object."
3434
- content: "The Azure OpenAI authorization key"
35-
isCorrect: true
35+
isCorrect: false
3636
explanation: "Incorrect. You don't need the Azure OpenAI authorization key to instantiate a AIProjectClient object."
3737
- content: "The Azure subscription ID"
3838
isCorrect: false

learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/3-azure-ai-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Using a multi-service resource can make it easier to manage applications that us
4848
4949
### Regional availability
5050

51-
Some services and models and available in only a subset of Azure regions. Consider service availability and any regional quota restrictions for your subscription when provisioning Azure AI services. Use the [product availability table](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table?azure-portal=true) to check regional availability of Azure services. Use the [model availability table](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability?azure-portal=true) in the Azure OpenAI service documentation to determine regional availability for Azure OpenAI models.
51+
Some services and models are available in only a subset of Azure regions. Consider service availability and any regional quota restrictions for your subscription when provisioning Azure AI services. Use the [product availability table](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table?azure-portal=true) to check regional availability of Azure services. Use the [model availability table](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability?azure-portal=true) in the Azure OpenAI service documentation to determine regional availability for Azure OpenAI models.
5252

5353
### Cost
5454

0 commit comments

Comments
 (0)