Skip to content

Commit 647786b

Browse files
Merge pull request #311633 from JKirsch1/foundry-rebrand-batch-5
Foundry branding
2 parents 40599b3 + 88cc20d commit 647786b

31 files changed

Lines changed: 55 additions & 58 deletions

articles/api-management/amazon-bedrock-passthrough-llm-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: template-how-to, build-2024
1515

1616
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1717

18-
In this article, you import an Amazon Bedrock language model API into your API Management instance as a passthrough API. This example shows a model that's hosted on an inference provider other than Azure AI services. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
18+
In this article, you import an Amazon Bedrock language model API into your API Management instance as a passthrough API. This example shows a model that's hosted on an inference provider other than Foundry Tools. Use AI gateway policies and other capabilities in API Management to simplify integration, improve observability, and enhance control over the model endpoints.
1919

2020
For more information about managing AI APIs in API Management, see:
2121

articles/api-management/azure-ai-foundry-api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Learn more about managing AI APIs in API Management:
2424

2525
## Client compatibility options
2626

27-
API Management supports two client compatibility options for AI APIs from Microsoft Foundry. When you import the API using the wizard, choose the option suitable for your model deployment. The option determines how clients call the API and how the API Management instance routes requests to the AI service.
27+
API Management supports two client compatibility options for AI APIs from Microsoft Foundry. When you import the API using the wizard, choose the option suitable for your model deployment. The option determines how clients call the API and how the API Management instance routes requests to the Foundry Tool.
2828

2929
* **Azure OpenAI** - Manage Azure OpenAI in Microsoft Foundry model deployments.
3030

31-
Clients call the deployment at an `/openai` endpoint such as `/openai/deployments/my-deployment/chat/completions`. Deployment name is passed in the request path. Use this option if your AI service only includes Azure OpenAI model deployments.
31+
Clients call the deployment at an `/openai` endpoint such as `/openai/deployments/my-deployment/chat/completions`. Deployment name is passed in the request path. Use this option if your Foundry Tool only includes Azure OpenAI model deployments.
3232

3333
* **Azure AI** - Manage model endpoints in Microsoft Foundry that are exposed through the [Azure AI Model Inference API](/azure/ai-studio/reference/reference-model-inference-api).
3434

@@ -38,7 +38,7 @@ API Management supports two client compatibility options for AI APIs from Micros
3838

3939
- An existing API Management instance. [Create one if you haven't already](get-started-create-service-instance.md).
4040

41-
- An Azure AI service in your subscription with one or more models deployed. Examples include models deployed in Microsoft Foundry or Azure OpenAI.
41+
- A Foundry Tool in your subscription with one or more models deployed. Examples include models deployed in Microsoft Foundry or Azure OpenAI.
4242

4343
## Import Microsoft Foundry API using the portal
4444

@@ -47,8 +47,8 @@ Use the following steps to import an AI API to API Management.
4747
When you import the API, API Management automatically configures:
4848

4949
* Operations for each of the API's REST API endpoints
50-
* A system-assigned identity with the necessary permissions to access the AI service deployment.
51-
* A [backend](backends.md) resource and a [set-backend-service](set-backend-service-policy.md) policy that direct API requests to the AI service endpoint.
50+
* A system-assigned identity with the necessary permissions to access the Foundry Tool deployment.
51+
* A [backend](backends.md) resource and a [set-backend-service](set-backend-service-policy.md) policy that direct API requests to the Azure AI Services endpoint.
5252
* Authentication to the backend using the instance's system-assigned managed identity.
5353
* (optionally) Policies to help you monitor and manage the API.
5454

@@ -59,10 +59,10 @@ To import a Microsoft Foundry API to API Management:
5959
1. Under **Create from Azure resource**, select **Microsoft Foundry**.
6060

6161
:::image type="content" source="media/azure-ai-foundry-api/ai-foundry-api.png" alt-text="Screenshot of creating an OpenAI-compatible API in the portal." :::
62-
1. On the **Select AI service** tab:
63-
1. Select the **Subscription** in which to search for AI services. To get information about the model deployments in a service, select the **deployments** link next to the service name.
62+
1. On the **Select AI Service** tab:
63+
1. Select the **Subscription** in which to search for Foundry Tools. To get information about the model deployments in a service, select the **deployments** link next to the service name.
6464
:::image type="content" source="media/azure-ai-foundry-api/deployments.png" alt-text="Screenshot of deployments for an AI service in the portal.":::
65-
1. Select an AI service.
65+
1. Select a Foundry Tool.
6666
1. Select **Next**.
6767
1. On the **Configure API** tab:
6868
1. Enter a **Display name** and optional **Description** for the API.

articles/api-management/breaking-changes/identity-provider-adal-retirement-sep-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This change will have no effect on the availability of your API Management servi
2323

2424
Your service is impacted by this change if:
2525

26-
* You've configured an [Microsoft Entra ID](../api-management-howto-aad.md) or [Azure AD B2C](../api-management-howto-aad-b2c.md) identity provider for user account authentication using the ADAL and use the provided developer portal.
26+
* You've configured a [Microsoft Entra ID](../api-management-howto-aad.md) or [Azure AD B2C](../api-management-howto-aad-b2c.md) identity provider for user account authentication using the ADAL and use the provided developer portal.
2727

2828
## What is the deadline for the change?
2929

articles/api-management/edit-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Edit an API in the Azure Portal | Microsoft Docs
2+
title: Edit an API in the Azure portal | Microsoft Docs
33
description: Learn how to use API Management to edit an API or its swagger.
44
services: api-management
55
author: dlepow

articles/api-management/front-door-api-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The following are high level steps to add an endpoint for the developer portal t
143143
For more information and details about settings, see [How to configure an origin for Azure Front Door](../frontdoor/how-to-configure-origin.md#create-a-new-origin-group).
144144

145145
> [!NOTE]
146-
> If you've configured an [Microsoft Entra ID](api-management-howto-aad.md) or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam) identity provider for the developer portal, you need to update the corresponding app registration with an additional redirect URL to Front Door. In the app registration, add the URL for the developer portal endpoint configured in your Front Door profile.
146+
> If you've configured a [Microsoft Entra ID](api-management-howto-aad.md) or [Microsoft Entra External ID](/entra/external-id/customers/overview-customers-ciam) identity provider for the developer portal, you need to update the corresponding app registration with an additional redirect URL to Front Door. In the app registration, add the URL for the developer portal endpoint configured in your Front Door profile.
147147
148148
## Related content
149149

articles/api-management/genai-gateway-capabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For example, to onboard a model deployed in Microsoft Foundry or another provide
6868

6969
More information:
7070

71-
* [Import an Microsoft Foundry API](azure-ai-foundry-api.md)
71+
* [Import a Microsoft Foundry API](azure-ai-foundry-api.md)
7272
* [Import a language model API](openai-compatible-llm-api.md)
7373
* [Expose a REST API as an MCP server](export-rest-mcp-server.md)
7474
* [Expose and govern an existing MCP server](expose-existing-mcp-server.md)
@@ -130,7 +130,7 @@ More information:
130130

131131
An AI gateway secures and controls access to your AI APIs. By using the AI gateway, you can:
132132

133-
* Use managed identities to authenticate to Azure AI services, so you don't need API keys for authentication
133+
* Use managed identities to authenticate to AI services in Azure, so you don't need API keys for authentication
134134
* Configure OAuth authorization for AI apps and agents to access APIs or MCP servers by using API Management's credential manager
135135
* Apply policies to automatically moderate LLM prompts by using [Azure AI Content Safety](/azure/ai-services/content-safety/overview)
136136

articles/api-management/openai-compatible-llm-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: template-how-to
1515

1616
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1717

18-
You can import OpenAI-compatible language model endpoints to your API Management instance, or import non-compatible models as passthrough APIs. For example, manage self-hosted LLMs or those hosted on inference providers other than Azure AI services. Use AI gateway policies and other API Management capabilities to simplify integration, improve observability, and enhance control over model endpoints.
18+
You can import OpenAI-compatible language model endpoints to your API Management instance, or import non-compatible models as passthrough APIs. For example, manage self-hosted LLMs or those hosted on inference providers other than Foundry Tools. Use AI gateway policies and other API Management capabilities to simplify integration, improve observability, and enhance control over model endpoints.
1919

2020
Learn more about managing AI APIs in API Management:
2121

articles/api-management/sap-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Import an SAP API by Using the Azure Portal | Microsoft Docs
2+
title: Import an SAP API by Using the Azure portal | Microsoft Docs
33
titleSuffix:
44
description: Learn how to import OData metadata from SAP as an API to Azure API Management, either directly or by converting the metadata to an OpenAPI specification.
55
ms.service: azure-api-management

articles/api-management/self-hosted-gateway-enable-azure-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: danlep
1616

1717
The Azure API Management [self-hosted gateway](self-hosted-gateway-overview.md) needs connectivity with its associated cloud-based API Management instance for reporting status, checking for and applying configuration updates, and sending metrics and events.
1818

19-
This article shows you how to enable the self-hosted gateway to authenticate to its associated cloud instance by using an [Microsoft Entra ID app](../active-directory/develop/app-objects-and-service-principals.md), using a client secret or certificate. By using Microsoft Entra authentication, you can configure longer expiry times for secrets and use standard steps to manage and rotate secrets. For other authentication options, see [Self-hosted gateway authentication options](self-hosted-gateway-authentication-options.md).
19+
This article shows you how to enable the self-hosted gateway to authenticate to its associated cloud instance by using a [Microsoft Entra ID app](../active-directory/develop/app-objects-and-service-principals.md), using a client secret or certificate. By using Microsoft Entra authentication, you can configure longer expiry times for secrets and use standard steps to manage and rotate secrets. For other authentication options, see [Self-hosted gateway authentication options](self-hosted-gateway-authentication-options.md).
2020

2121
## Scenario overview
2222

articles/service-connector/how-to-integrate-ai-services.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Connect to Azure AI services with other Azure services
2+
title: Connect to Foundry Tools with other Azure services
33
titleSuffix: Service Connector
4-
description: Learn how to integrate Azure AI Services into your application with Service Connector by using supported authentication methods and clients.
4+
description: Learn how to integrate Foundry Tools into your application with Service Connector by using supported authentication methods and clients.
55
author: wchigit
66
ms.author: wchi
77
ms.service: service-connector
@@ -11,14 +11,13 @@ ms.update-cycle: 180-days
1111
ms.collection: ce-skilling-ai-copilot
1212
---
1313

14-
# Connect to Azure AI services using Service Connector
15-
16-
In this article, we cover the supported authentication methods and clients that you can use to connect your apps to Azure AI services using Service Connector. For each supported method, we provide sample code and describe the default environment variable names and values obtained when creating the service connection.
14+
# Connect to Foundry Tools using Service Connector
1715

16+
In this article, we cover the supported authentication methods and clients that you can use to connect your apps to Foundry Tools using Service Connector. For each supported method, we provide sample code and describe the default environment variable names and values obtained when creating the service connection.
1817

1918
## Supported compute services
2019

21-
Service Connector can be used to connect the following compute services to Azure AI Services:
20+
Service Connector can be used to connect the following compute services to Foundry Tools:
2221

2322
- Azure App Service
2423
- Azure Container Apps
@@ -28,8 +27,7 @@ Service Connector can be used to connect the following compute services to Azure
2827

2928
## Supported authentication types and client types
3029

31-
The following table indicates which combinations of authentication methods and clients are supported for connecting your compute service to individual Azure AI Services using Service Connector. A *Yes* indicates that the combination is supported, while a *No* indicates that it isn't supported.
32-
30+
The following table indicates which combinations of authentication methods and clients are supported for connecting your compute service to individual Foundry Tools using Service Connector. A *Yes* indicates that the combination is supported, while a *No* indicates that it isn't supported.
3331

3432
| Client type | System-assigned managed identity | User-assigned managed identity | Secret/connection string | Service principal |
3533
|-------------|:--------------------------------:|:------------------------------:|:------------------------:|:-----------------:|
@@ -39,11 +37,11 @@ The following table indicates which combinations of authentication methods and c
3937
| Python | Yes | Yes | Yes | Yes |
4038
| None | Yes | Yes | Yes | Yes |
4139

42-
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Azure AI Services using Service Connector.
40+
This table indicates that all combinations of client types and authentication methods in the table are supported. All client types can use any of the authentication methods to connect to Foundry Tools using Service Connector.
4341

4442
## Default environment variable names or application properties and sample code
4543

46-
Use the following connection details to connect compute services to Azure AI Services. For more information about naming conventions, see the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
44+
Use the following connection details to connect compute services to Foundry Tools. For more information about naming conventions, see the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
4745

4846
### System-assigned managed identity (recommended)
4947

@@ -55,7 +53,7 @@ Use the following connection details to connect compute services to Azure AI Ser
5553

5654
#### Sample code
5755

58-
To connect to Azure AI Services using a system-assigned managed identity, refer to the following steps and code.
56+
To connect to Foundry Tools using a system-assigned managed identity, refer to the following steps and code.
5957

6058
[!INCLUDE [code sample for app config](./includes/code-ai-services-microsoft-entra-id.md)]
6159

@@ -70,7 +68,7 @@ To connect to Azure AI Services using a system-assigned managed identity, refer
7068

7169
#### Sample code
7270

73-
To connect to Azure AI Services using a user-assigned managed identity, refer to the following steps and code.
71+
To connect to Foundry Tools using a user-assigned managed identity, refer to the following steps and code.
7472

7573
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-microsoft-entra-id.md)]
7674

@@ -82,15 +80,14 @@ To connect to Azure AI Services using a user-assigned managed identity, refer to
8280
> | AZURE_AISERVICES_OPENAI_BASE | Azure OpenAI endpoint | `https://<your-Azure-AI-Services-endpoint>.openai.azure.com/` |
8381
> | AZURE_AISERVICES_COGNITIVESERVICES_ENDPOINT | Azure Cognitive Services token provider service | `https://<your-Azure-AI-Services-endpoint>.cognitiveservices.azure.com/` |
8482
> | AZURE_AISERVICES_SPEECH_ENDPOINT | Speech to Text (Standard) API endpoint | `https://<location>.stt.speech.microsoft.com` |
85-
> | AZURE_AISERVICES_KEY | Azure AI Services API key | `<api-key>` |
83+
> | AZURE_AISERVICES_KEY | Foundry Tools API key | `<api-key>` |
8684
8785
#### Sample code
8886

89-
To connect to Azure AI Services using a connection string, refer to the following steps and code.
87+
To connect to Foundry Tools using a connection string, refer to the following steps and code.
9088

9189
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-secret.md)]
9290

93-
9491
### Service principal
9592

9693
| Default environment variable name | Description | Sample value |
@@ -104,7 +101,7 @@ To connect to Azure AI Services using a connection string, refer to the followin
104101

105102
#### Sample code
106103

107-
To connect to Azure AI Services using a service principaL, refer to the following steps and code.
104+
To connect to Foundry Tools using a service principaL, refer to the following steps and code.
108105

109106
[!INCLUDE [code sample for azure AI Services](./includes/code-ai-services-microsoft-entra-id.md)]
110107

0 commit comments

Comments
 (0)