1---2name: 2599-azure-bf38396a3description: Backend Setup - Azure4---5# Backend Setup - Azure67891. Go to https://github.com/ > Signup102. Go to https://github.com/marketplace/models/azure-openai/gpt-4o or https://github.com/marketplace/models/catalog and select gpt-4o113. Get API Key > Get production key124. Sign up and sign in Azure account136. Select `Deploy to selected resource`147. Locate the newly created resource under `All resources`158. Select Azure Open AI169. Copy one of the `API keys` and `inference endpoint` store it in a secure place1718Optional - Change Tokens per Minute Rate Limit19201. Under the newly created resource, select the newly depolyed model > `Edit`212. Adjust "Tokens per Minute Rate Limit"223. Click `Save and close`23242526# Azure Portal2728You can also locate the API keys or endpoints via Azure Portal.29303132# Setup in AgentMake AI33341. Run `ai -ec`35362. Locate the following session and fill in the values:3738```39AZURE_OPENAI_API_VERSION=2024-10-2140AZURE_OPENAI_API_KEY=41AZURE_OPENAI_API_ENDPOINT=42AZURE_OPENAI_MODEL=gpt-5-chat43```44453. Optionally, you can set the default backend to `azure`:4647> DEFAULT_AI_BACKEND=azure48494. Use backend `azure` without setting it as default:5051> agentmake -b azure5253# Links5455https://github.com/marketplace5657https://ai.azure.com/github5859https://portal.azure.com/6061https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
Run npx skillmds@latest add tools-only/2599-azure-bf38396a in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Backend Setup - Azure It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.