Skip to content

Commit d61b750

Browse files
authored
Rebrand Azure AI Foundry references (#2126)
Replace remaining "Azure AI Foundry" product references with "Microsoft Foundry" across user-facing documentation and internal docs style guidance to align with the product rebrand. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: e7b439ee-4e42-4f2b-acac-208ee945fc43
1 parent 7c6b442 commit d61b750

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/instructions/docs-style.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This style guide applies to all documentation in the `docs/` directory. These do
1010

1111
Use **sentence case** for all headings. Capitalize only the first word and proper nouns.
1212

13-
* `## Quick start: Azure AI Foundry` — not `## Quick Start: Azure AI Foundry`
13+
* `## Quick start: Microsoft Foundry` — not `## Quick Start: Microsoft Foundry`
1414
* `# Custom agents and sub-agent orchestration` — not `# Custom Agents & Sub-Agent Orchestration`
1515

1616
Use `and` instead of `&` in headings.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Billing for the GitHub Copilot SDK is based on the same model as the Copilot CLI
6969

7070
### Does it support BYOK (Bring Your Own Key)?
7171

72-
Yes, the GitHub Copilot SDK supports BYOK (Bring Your Own Key). You can configure the SDK to use your own API keys from supported LLM providers (e.g. OpenAI, Azure AI Foundry, Anthropic) to access models through those providers. See the **[BYOK documentation](./docs/auth/byok.md)** for setup instructions and examples.
72+
Yes, the GitHub Copilot SDK supports BYOK (Bring Your Own Key). You can configure the SDK to use your own API keys from supported LLM providers (e.g. OpenAI, Microsoft Foundry, Anthropic) to access models through those providers. See the **[BYOK documentation](./docs/auth/byok.md)** for setup instructions and examples.
7373

7474
**Note:** BYOK uses key-based authentication only. Microsoft Entra ID (Azure AD), managed identities, and third-party identity providers are not supported.
7575

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ How to configure and deploy the SDK for your use case.
2626
* [Local CLI](./setup/local-cli.md): use your own CLI binary or running instance
2727
* [Backend Services](./setup/backend-services.md): server-side with headless CLI over TCP
2828
* [GitHub OAuth](./setup/github-oauth.md): implement the OAuth flow
29-
* [Azure Managed Identity](./setup/azure-managed-identity.md): BYOK with Azure AI Foundry
29+
* [Azure Managed Identity](./setup/azure-managed-identity.md): BYOK with Microsoft Foundry
3030
* [Scaling & Multi-Tenancy](./setup/scaling.md): horizontal scaling, isolation patterns
3131
* [Multi-Tenancy & Server Deployments](./setup/multi-tenancy.md): mode: "empty", session isolation, integration IDs, sessionFs
3232

docs/auth/authenticate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The GitHub Copilot SDK supports multiple authentication methods to fit different
1010
| [OAuth GitHub App](#oauth-github-app) | Apps acting on behalf of users via OAuth | Yes |
1111
| [Environment Variables](#environment-variables) | CI/CD, automation, server-to-server | Yes |
1212
| [Server-to-server authentication](./server-to-server-tokens.md) | Organization-attributed automation and direct organization billing | No user subscription; organization policy required |
13-
| [BYOK (Bring Your Own Key)](./byok.md) | Using your own API keys (Azure AI Foundry, OpenAI, and more) | No |
13+
| [BYOK (Bring Your Own Key)](./byok.md) | Using your own API keys (Microsoft Foundry, OpenAI, and more) | No |
1414

1515
## GitHub signed-in user
1616

@@ -285,16 +285,16 @@ await client.start()
285285

286286
## BYOK (bring your own key)
287287

288-
BYOK allows you to use your own API keys from model providers like Azure AI Foundry, OpenAI, or Anthropic. This bypasses GitHub Copilot authentication entirely.
288+
BYOK allows you to use your own API keys from model providers like Microsoft Foundry, OpenAI, or Anthropic. This bypasses GitHub Copilot authentication entirely.
289289

290290
**Key benefits:**
291291
* No GitHub Copilot subscription required
292292
* Use enterprise model deployments
293293
* Direct billing with your model provider
294-
* Support for Azure AI Foundry, OpenAI, Anthropic, and OpenAI-compatible endpoints
294+
* Support for Microsoft Foundry, OpenAI, Anthropic, and OpenAI-compatible endpoints
295295

296296
**See the [BYOK documentation](./byok.md) for complete details**, including:
297-
* Azure AI Foundry setup
297+
* Microsoft Foundry setup
298298
* Provider configuration options
299299
* Limitations and considerations
300300
* Complete code examples

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,7 @@ Trace context is propagated automatically—no manual instrumentation is needed:
22642264
## Learn more
22652265

22662266
* [Authentication Guide](./auth/authenticate.md) - GitHub OAuth, environment variables, and BYOK
2267-
* [BYOK (Bring Your Own Key)](./auth/byok.md) - Use your own API keys from Azure AI Foundry, OpenAI, etc.
2267+
* [BYOK (Bring Your Own Key)](./auth/byok.md) - Use your own API keys from Microsoft Foundry, OpenAI, etc.
22682268
* [Node.js SDK Reference](../nodejs/README.md)
22692269
* [Python SDK Reference](../python/README.md)
22702270
* [Go SDK Reference](../go/README.md)

docs/setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Configure and deploy the GitHub Copilot SDK for your use case.
88
* [Backend services](./backend-services.md): server-side with headless CLI over TCP
99
* [Multi-tenancy and server deployments](./multi-tenancy.md): SDK options for multi-user server mode
1010
* [GitHub OAuth](./github-oauth.md): implement the OAuth flow
11-
* [Azure managed identity](./azure-managed-identity.md): BYOK with Azure AI Foundry
11+
* [Azure managed identity](./azure-managed-identity.md): BYOK with Microsoft Foundry
1212
* [Scaling and multi-tenancy](./scaling.md): horizontal scaling, isolation patterns

0 commit comments

Comments
 (0)