Microsoft Azure Quantum · Arazzo Workflow
Azure Quantum Workspace Bootstrap
Version 1.0.0
Read a workspace, branch on provisioning state, list its keys, and list provider offerings.
View Spec
View on GitHub
QuantumQuantum ComputingAzureMicrosoftQ#QDKResource EstimationIonQQuantinuumPasqalRigettiHybrid QuantumFault ToleranceArazzoWorkflows
Provider
Workflows
workspace-bootstrap
Confirm a workspace is provisioned, fetch its keys, and list regional offerings.
Reads the Quantum workspace and inspects its provisioning state. When the workspace provisioning has Succeeded the workflow lists its access keys and the provider offerings available in the workspace location; otherwise it reports the non-terminal provisioning state.
1
getWorkspace
Workspaces_Get
Read the Quantum workspace to confirm it exists and inspect its provisioning state and endpoint.
2
listKeys
Workspaces_ListKeys
Retrieve the workspace access keys and connection strings for client configuration.
3
listOfferings
Offerings_List
List the provider offerings available in the workspace region for onboarding decisions.
4
reportNotReady
Workspaces_Get
The workspace is not in a Succeeded provisioning state; re-read it to surface the current provisioning state for the caller.