 1. Go to https://github.com/ > Signup 2. Go to https://github.com/marketplace/models/azure-openai/gpt-4o or https://github.com/marketplace/models/catalog and select gpt-4o 3. Get API Key > Get production key 4. Sign up and sign in Azure account 6. Select `Deploy to selected resource` 7. Locate the newly created resource under `All resources` 8. Select Azure Open AI 9. Copy one of the `API keys` and `...
Scanned 5/31/2026
Install via CLI
openskills install tools-only/X-Skills# Backend Setup - Azure

1. Go to https://github.com/ > Signup
2. Go to https://github.com/marketplace/models/azure-openai/gpt-4o or https://github.com/marketplace/models/catalog and select gpt-4o
3. Get API Key > Get production key
4. Sign up and sign in Azure account
6. Select `Deploy to selected resource`
7. Locate the newly created resource under `All resources`
8. Select Azure Open AI
9. Copy one of the `API keys` and `inference endpoint` store it in a secure place
Optional - Change Tokens per Minute Rate Limit
1. Under the newly created resource, select the newly depolyed model > `Edit`
2. Adjust "Tokens per Minute Rate Limit"
3. Click `Save and close`

# Azure Portal
You can also locate the API keys or endpoints via Azure Portal.

# Setup in AgentMake AI
1. Run `ai -ec`
2. Locate the following session and fill in the values:
```
AZURE_OPENAI_API_VERSION=2024-10-21
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_API_ENDPOINT=
AZURE_OPENAI_MODEL=gpt-5-chat
```
3. Optionally, you can set the default backend to `azure`:
> DEFAULT_AI_BACKEND=azure
4. Use backend `azure` without setting it as default:
> agentmake -b azure
# Links
https://github.com/marketplace
https://ai.azure.com/github
https://portal.azure.com/
https://learn.microsoft.com/en-us/azure/ai-services/openai/referenceNo comments yet. Be the first to comment!