Skip to content

Commit 91ccb76

Browse files
committed
Rebrand Azure AI Foundry references
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 aa4e707 commit 91ccb76

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
@@ -9,7 +9,7 @@ The GitHub Copilot SDK supports multiple authentication methods to fit different
99
| [GitHub Signed-in User](#github-signed-in-user) | Interactive apps where users sign in with GitHub | Yes |
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 |
12-
| [BYOK (Bring Your Own Key)](./byok.md) | Using your own API keys (Azure AI Foundry, OpenAI, and more) | No |
12+
| [BYOK (Bring Your Own Key)](./byok.md) | Using your own API keys (Microsoft Foundry, OpenAI, and more) | No |
1313

1414
## GitHub signed-in user
1515

@@ -282,16 +282,16 @@ await client.start()
282282

283283
## BYOK (bring your own key)
284284

285-
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.
285+
BYOK allows you to use your own API keys from model providers like Microsoft Foundry, OpenAI, or Anthropic. This bypasses GitHub Copilot authentication entirely.
286286

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

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

docs/getting-started.md

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

22652265
* [Authentication Guide](./auth/authenticate.md) - GitHub OAuth, environment variables, and BYOK
2266-
* [BYOK (Bring Your Own Key)](./auth/byok.md) - Use your own API keys from Azure AI Foundry, OpenAI, etc.
2266+
* [BYOK (Bring Your Own Key)](./auth/byok.md) - Use your own API keys from Microsoft Foundry, OpenAI, etc.
22672267
* [Node.js SDK Reference](../nodejs/README.md)
22682268
* [Python SDK Reference](../python/README.md)
22692269
* [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)