diff --git a/plugin/skills/azure-deploy/SKILL.md b/plugin/skills/azure-deploy/SKILL.md index 015cd3836..12f490042 100644 --- a/plugin/skills/azure-deploy/SKILL.md +++ b/plugin/skills/azure-deploy/SKILL.md @@ -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 diff --git a/plugin/skills/azure-deploy/references/region-availability.md b/plugin/skills/azure-deploy/references/region-availability.md index 3df83c819..bda258470 100644 --- a/plugin/skills/azure-deploy/references/region-availability.md +++ b/plugin/skills/azure-deploy/references/region-availability.md @@ -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 @@ -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** @@ -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 diff --git a/plugin/skills/azure-prepare/SKILL.md b/plugin/skills/azure-prepare/SKILL.md index 55885842a..e2b6012cb 100644 --- a/plugin/skills/azure-prepare/SKILL.md +++ b/plugin/skills/azure-prepare/SKILL.md @@ -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 diff --git a/plugin/skills/azure-prepare/references/region-availability.md b/plugin/skills/azure-prepare/references/region-availability.md index 1b4931912..b1d969fc7 100644 --- a/plugin/skills/azure-prepare/references/region-availability.md +++ b/plugin/skills/azure-prepare/references/region-availability.md @@ -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 @@ -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. | --- diff --git a/plugin/skills/azure-validate/references/region-availability.md b/plugin/skills/azure-validate/references/region-availability.md index 3df83c819..d71309eaf 100644 --- a/plugin/skills/azure-validate/references/region-availability.md +++ b/plugin/skills/azure-validate/references/region-availability.md @@ -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 @@ -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: @@ -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