# 2599 Azure Bf38396a

> Backend Setup - Azure

- Skill: `tools-only/2599-azure-bf38396a` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/2599-azure-bf38396a`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/2599-azure-bf38396a/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/2599-azure-bf38396a

---

# Backend Setup - Azure

![azureinfo](https://github.com/user-attachments/assets/d27c8baa-a609-4cc0-ad08-484300b3d2fa)

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`

![Tokens_per_minute_rate_limit](https://github.com/user-attachments/assets/71fa9a47-1963-47fc-bc00-520e6000dcab)

# Azure Portal

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

![Image](https://github.com/user-attachments/assets/9477e01a-fd7e-4726-850e-cefd3f9f4346)

# 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/reference
