Microsoft Azure Quantum · Arazzo Workflow
Azure Quantum Quota Capacity Check
Version 1.0.0
List workspace quotas, branch on remaining headroom, and stage storage when capacity exists.
View Spec
View on GitHub
QuantumQuantum ComputingAzureMicrosoftQ#QDKResource EstimationIonQQuantinuumPasqalRigettiHybrid QuantumFault ToleranceArazzoWorkflows
Provider
Workflows
quota-capacity-check
Check quota headroom and stage storage only when capacity remains.
Reads the workspace quotas and compares the first quota's utilization and holds against its limit. When headroom exists it requests a container SAS URI and returns it; otherwise it reports the exhausted quota dimension.
1
listQuotas
Quotas_List
List the workspace quotas with their per-dimension utilization, holds, and limit.
2
stageStorage
Storage_GetSasUri
Capacity remains, so request a container SAS URI ready for a job submission.
3
reportExhausted
Quotas_List
No headroom remains; re-read quotas to surface the exhausted dimension and its provider for the caller.