Skip to content

[codex] add azure openai keyless example#9

Draft
joeyorlando wants to merge 2 commits into
mainfrom
codex/azure-openai-keyless-example
Draft

[codex] add azure openai keyless example#9
joeyorlando wants to merge 2 commits into
mainfrom
codex/azure-openai-keyless-example

Conversation

@joeyorlando
Copy link
Copy Markdown
Contributor

@joeyorlando joeyorlando commented May 5, 2026

Summary

  • Adds a minimal Azure OpenAI keyless authentication example using Microsoft Entra ID.
  • Shows local Azure CLI credential usage through DefaultAzureCredential and getBearerTokenProvider.
  • Supports both deployment URL mode and Microsoft Foundry v1 /openai/v1 mode with the correct token scope/query behavior.
  • Documents the matching Archestra environment variables.

Validation

  • npm --prefix ../../examples/azure-openai-keyless install
  • Deployment URL mode returned ok against an existing Azure OpenAI deployment.
  • AZURE_OPENAI_BASE_URL=<foundry-v1-url> AZURE_OPENAI_MODEL=<deployment-name> npm --prefix ../../examples/azure-openai-keyless start returned ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant