---
name: Azure Tools Setup
slug: azure-tools-setup
category: DevOps
description: Azure Tools Setup guides users through configuring Azure MCP integration, fixing common authentication and CLI issues. Use it when Azure authentication fails, Azure CLI is missing, or Azure MCP errors appear.
github: "https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/azure-tools/skills/setup"
language: Python
stars: 1086
forks: 102
install: "npx degit https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/azure-tools/skills/setup ~/.claude/skills/setup"
installs_to: ~/.claude/skills/setup
source_path: plugins/azure-tools/skills/setup/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/fcakyon/claude-codex-settings"
added: 2026-08-20T07:56:40.940Z
last_synced: 2026-08-20T07:56:40.940Z
canonical_url: "https://dirskills.com/skills/azure-tools-setup"
---

# Azure Tools Setup

Azure Tools Setup guides users through configuring Azure MCP integration, fixing common authentication and CLI issues. Use it when Azure authentication fails, Azure CLI is missing, or Azure MCP errors appear.

**Install:**

```bash
npx degit https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/azure-tools/skills/setup ~/.claude/skills/setup
```

## README

# Azure Tools Setup

Run `/azure-tools:setup` to configure Azure MCP.

## Quick Fixes

- **Authentication failed** - Run `az login` to authenticate
- **Azure CLI not found** - Install Azure CLI first
- **Permission denied** - Check Azure RBAC roles for your account
- **Node.js not found** - Install Node.js 20 LTS or later

## Don't Need Azure MCP?

Disable via `/mcp` command to prevent errors.
