Status Meanings

Latest snapshot: 2026-05-14T05:27:41.944718+00:00

Plain-language guide

What the dashboard can and cannot prove
Public Alpha. Data can be incomplete or temporarily wrong. The current scan covers 62 configured Azure public cloud regions and uses read-only Azure CLI/control-plane evidence. It does not claim to cover sovereign clouds, private previews, every possible API version, or hidden capacity signals.

This dashboard is a regional rollout monitor. Most checks are read-only catalog checks: they ask Azure which locations, versions, SKUs, or extension types are advertised by Azure control-plane APIs or Azure CLI commands. They are fast and cheap, but they are not the same thing as a full deployment test.

Region scope

The scheduled full scan uses the monitor's configured public Azure region list, which is refreshed from Azure CLI location metadata as the project evolves. In other words, the dashboard is intended to cover Azure public cloud physical regions in scope for this monitor, but it should not be read as a contractual list of every Azure location, sovereign cloud, private preview region, or capacity cell.

Overall statuses

StatusMeaningWhat it does not prove
availableThe feature was listed or matched by the read-only probe for that region.It does not guarantee that a later deployment will pass quota, capacity, policy, identity, or provider-registration checks.
unavailableThe probe completed successfully, but the feature was absent from the catalog or location list used by that probe.It does not necessarily mean the service is impossible forever, globally blocked, or failing because of quota.
partialReserved for checks where some required sub-conditions pass and others fail.Current read-only probes rarely emit this because they usually test one listed item at a time.
unknownThe probe could not produce reliable evidence, usually because Azure CLI failed, timed out, returned invalid JSON, or the provider endpoint was not available.It should not be treated as unavailable. It means the monitor did not get a trustworthy answer.

Azure Functions Flex Consumption

The hostingPlans.flexConsumption row comes from az functionapp list-flexconsumption-locations --output json. Azure CLI describes this command as listing available locations for running function apps on the Flex Consumption plan.

If a region is absent from that list, the dashboard marks Flex Consumption as unavailable. In plain language, that means Azure did not advertise that region as a Flex Consumption location to this command at scan time. It is not a quota result.

The runtime rows, such as runtimes.python.3.14 or runtimes.node.24, are tied to the Flex location signal. If Flex is not listed for a region, every Functions runtime row is marked unavailable for that region because there is no Flex hosting target in the read-only evidence. If Flex is listed, runtime availability is checked against az functionapp list-runtimes --os linux --output json.

Quota is separate. A region can be listed as available here and still fail a real deployment because of subscription quota, regional capacity, Azure Policy, provider registration, RBAC, or service-specific constraints. A quota or capacity signal needs a separate probe, probably using usage APIs and eventually a controlled create/delete deployment check.

Other modalities

ModalityAvailable meansUnavailable means
AKS extensionsThe extension type was listed by the AKS extension catalog for the region.The catalog call succeeded but did not list that extension type in the region.
AKS Kubernetes versionsaz aks get-versions listed a Kubernetes version matching the configured prefix.The version listing succeeded, but no matching version prefix was present.
Azure AI modelsaz cognitiveservices model list --location <region> listed the model/version in the region.The model/version was not present in the regional catalog, or the regional locations/models endpoint reported that the region is outside its supported locations.
Container Appsaz provider show --namespace Microsoft.App --expand resourceTypes/locations advertised the resource type in the region.The provider metadata call succeeded, but the resource type was not advertised in that region.
VM SKUsLegacy az vm list-sizes --location <region> listed the SKU, or supported az vm list-skus --location <region> --resource-type virtualMachines --all fallback evidence listed it after a failed or suspiciously small legacy listing.The regional VM SKU listing succeeded, no fallback evidence added the SKU, and the SKU was absent from that regional list.