> ## Documentation Index
> Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure CLI

> CLI commands for Azure OpenAI provider

# Azure OpenAI CLI Commands

## Environment Setup

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export AZURE_API_KEY=...
export AZURE_RESOURCE_NAME=your-resource
export AZURE_DEPLOYMENT_NAME=your-deployment
```

## Commands

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai-ts providers doctor azure
praisonai-ts providers test azure gpt-4o
praisonai-ts providers doctor azure --json
```

## Aliases

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai-ts providers doctor azure-openai
```

## Related

* [Azure Code Usage](/docs/js/providers/azure-code)
