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.
|[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 |
13
13
14
14
## GitHub signed-in user
15
15
@@ -282,16 +282,16 @@ await client.start()
282
282
283
283
## BYOK (bring your own key)
284
284
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.
286
286
287
287
**Key benefits:**
288
288
* No GitHub Copilot subscription required
289
289
* Use enterprise model deployments
290
290
* 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
292
292
293
293
**See the [BYOK documentation](./byok.md) for complete details**, including:
0 commit comments