Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions plugin/skills/azure-deploy/references/region-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
## How to Use

1. Check if your architecture includes any **limited availability** services below
2. If yes → only offer regions that support ALL services
2. If yes → get the list of supported regions with enough quota with MCP tool for the service and only offer regions that support ALL services
3. If all services are "available everywhere" → offer common regions

## MCP Tools Used

| Tool | Purpose |
|------|---------|
| `mcp_azure_mcp_quota` | Check Azure region availability and quota by setting `command` to `quota_usage_check` or `quota_region_availability_list` |

---

## Services with LIMITED Region Availability
Expand All @@ -30,6 +36,18 @@

---

### Azure Kubernetes Service (AKS)

It has limited quota in some regions, to get available regions with enough quota, use mcp_azure_mcp_quota tool.

---

### Azure Database for PostgreSQL

It has limited quota in some regions, to get available regions with enough quota, use mcp_azure_mcp_quota tool.

---

### Azure OpenAI

⚠️ **Very limited — varies by model**
Expand Down Expand Up @@ -77,5 +95,5 @@ These services are available in all major Azure regions — no special considera

---

**Last updated:** 2026-02-03
**Last updated:** 2026-02-25

10 changes: 9 additions & 1 deletion plugin/skills/azure-prepare/references/region-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
## How to Use

1. Check if your architecture includes any **limited availability** services below
2. If yes → consult the service-specific file and only offer regions that support ALL services
2. If yes → consult the service-specific file or get available regions with enough quota using the MCP tool,and only offer regions that support ALL services
3. If all services are "available everywhere" → offer common regions

## MCP Tools Used

| Tool | Purpose |
|------|---------|
| `mcp_azure_mcp_quota` | Check Azure region availability and quota by setting `command` to `quota_usage_check` or `quota_region_availability_list` |

---

## Services with LIMITED Region Availability
Expand All @@ -18,6 +24,8 @@
|---------|--------------|---------|
| Static Web Apps | Limited (5 regions) | [Region Details](services/static-web-apps/region-availability.md) |
| Azure AI Foundry | Very limited (by model) | [Region Details](services/foundry/region-availability.md) |
| Azure Kubernetes Service (AKS) | Limited in some regions | To get available regions with enough quota, use mcp_azure_mcp_quota tool. |
| Azure Database for PostgreSQL | Limited in some regions | To get available regions with enough quota, use mcp_azure_mcp_quota tool. |

---

Expand Down
20 changes: 19 additions & 1 deletion plugin/skills/azure-validate/references/region-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@
## How to Use

1. Check if your architecture includes any **limited availability** services below
2. If yes → only offer regions that support ALL services
2. If yes → get the list of supported regions with enough quota with MCP tool for the service and only offer regions that support ALL services
3. If all services are "available everywhere" → offer common regions

## MCP Tools Used

| Tool | Purpose |
|------|---------|
| `mcp_azure_mcp_quota` | Check Azure region availability and quota by setting `command` to `quota_usage_check` or `quota_region_availability_list` |

---

## Services with LIMITED Region Availability
Expand Down Expand Up @@ -48,6 +54,18 @@

---

### Azure Kubernetes Service (AKS)

It has limited quota in some regions, to get available regions with enough quota, use mcp_azure_mcp_quota tool.

---

### Azure Database for PostgreSQL

It has limited quota in some regions, to get available regions with enough quota, use mcp_azure_mcp_quota tool.

---

## Services Available in Most Regions

These services are available in all major Azure regions — no special consideration needed:
Expand Down
Loading