Skip to content

Commit 716c559

Browse files
committed
Fixed warnings
1 parent b748a1f commit 716c559

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

learn-pr/wwl-data-ai/analyze-text-ai-language/includes/2-provision-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ After you have provisioned a Foundry resource in your Azure subscription, you ca
2222
To authenticate using *key-based* authentication, use the key associated with your Foundry resource - you can find this information in the Foundry portal.
2323

2424
> [!TIP]
25-
> The default home page in the Foundry portal shows the endpoint and key for your *project*. To view the key and endpoint for your *resource*, you can view the parent resource for your project in the **Admin** tab of the **Operate** page of the portal. The project and foundry resource keys are the same, and the project endpoint is the resource endpoint with */api/projects/<project-name>* appended - so if the project endpoint is `https://my-ai-app-foundry.services.ai.azure.com/api/projects/my-ai-app`, then the resource endpoint is `https://my-ai-app-foundry.services.ai.azure.com`.
25+
> The default home page in the Foundry portal shows the endpoint and key for your *project*. To view the key and endpoint for your *resource*, you can view the parent resource for your project in the **Admin** tab of the **Operate** page of the portal. The project and foundry resource keys are the same, and the project endpoint is the resource endpoint with */api/projects/{project_name}* appended - so if the project endpoint is `https://my-ai-app-foundry.services.ai.azure.com/api/projects/my-ai-app`, then the resource endpoint is `https://my-ai-app-foundry.services.ai.azure.com`.
2626
2727
For example, the following Python code creates a **TextAnalyticsClient** object that can be used to submit requests to Azure Language APIs in a Foundry resource.
2828

learn-pr/wwl-data-ai/analyze-text-ai-language/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
author: ivorb
77
ms.author: berryivor
88
ms.date: 03/10/2026
9-
ms.service: microsoft-foundry
109
ms.topic: module-standard-task-based
1110
ai-usage: ai-assisted
1211
ms.collection:

learn-pr/wwl-data-ai/create-speech-enabled-apps/includes/2-create-speech-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After you have provisioned a Foundry resource in your Azure subscription, you ca
2020
The initial object you need to create to provide access to the Azure Speech in Foundry Toole endpoint is a **SpeechConfig** object; which encapsulates the connection details for the service in your Foundry resource.
2121

2222
> [!TIP]
23-
> The default home page in the Foundry portal shows the endpoint and key for your *project*. To view the key and endpoint for your *resource*, you can view the parent resource for your project in the **Admin** tab of the **Operate** page of the portal. The project and foundry resource keys are the same, and the project endpoint is the resource endpoint with */api/projects/<project-name>* appended - so if the project endpoint is `https://my-ai-app-foundry.services.ai.azure.com/api/projects/my-ai-app`, then the resource endpoint is `https://my-ai-app-foundry.services.ai.azure.com`.
23+
> The default home page in the Foundry portal shows the endpoint and key for your *project*. To view the key and endpoint for your *resource*, you can view the parent resource for your project in the **Admin** tab of the **Operate** page of the portal. The project and foundry resource keys are the same, and the project endpoint is the resource endpoint with */api/projects/{project_name}* appended - so if the project endpoint is `https://my-ai-app-foundry.services.ai.azure.com/api/projects/my-ai-app`, then the resource endpoint is `https://my-ai-app-foundry.services.ai.azure.com`.
2424
2525
For example, the following Python code creates a **SpeechConfig** object that can be used to submit requests to Azure Speech APIs in a Foundry resource.
2626

learn-pr/wwl-data-ai/create-speech-enabled-apps/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
author: ivorb
77
ms.author: berryivor
88
ms.date: 03/10/2026
9-
ms.service: microsoft-foundry
109
ms.topic: module-standard-task-based
1110
ai-usage: ai-assisted
1211
ms.collection:

0 commit comments

Comments
 (0)