You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Billing for the GitHub Copilot SDK is based on the same model as the Copilot CLI
69
69
70
70
### Does it support BYOK (Bring Your Own Key)?
71
71
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.
73
73
74
74
**Note:** BYOK uses key-based authentication only. Microsoft Entra ID (Azure AD), managed identities, and third-party identity providers are not supported.
|[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 |
14
14
15
15
## GitHub signed-in user
16
16
@@ -285,16 +285,16 @@ await client.start()
285
285
286
286
## BYOK (bring your own key)
287
287
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.
289
289
290
290
**Key benefits:**
291
291
* No GitHub Copilot subscription required
292
292
* Use enterprise model deployments
293
293
* 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
295
295
296
296
**See the [BYOK documentation](./byok.md) for complete details**, including:
0 commit comments