Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion plugin/skills/azure-deploy/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Execute Azure deployments for ALREADY-PREPARED applications that h
license: MIT
metadata:
author: Microsoft
version: "1.0.2"
version: "1.0.3"
---

# Azure Deploy
Expand Down
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 → refer to the table or use the MCP tool for that service to list supported regions with sufficient quota, 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-03-03

2 changes: 1 addition & 1 deletion plugin/skills/azure-prepare/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Prepare Azure apps for deployment (infra Bicep/Terraform, azure.ya
license: MIT
metadata:
author: Microsoft
version: "1.0.1"
version: "1.0.2"
---

# Azure Prepare
Expand Down
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 use the MCP tool to list supported regions with sufficient quota for that 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 @@ -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
22 changes: 20 additions & 2 deletions 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 → refer to the table or use the MCP tool to list supported regions with sufficient quota for that 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 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-03-02

Loading