Microsoft Azure Quantum · Arazzo Workflow
Azure Quantum Session Lifecycle
Version 1.0.0
Open a session, submit a job into it, list its jobs, then close the session.
View Spec
View on GitHub
QuantumQuantum ComputingAzureMicrosoftQ#QDKResource EstimationIonQQuantinuumPasqalRigettiHybrid QuantumFault ToleranceArazzoWorkflows
Provider
Workflows
session-lifecycle
Open a session, submit a job into it, enumerate its jobs, and close it.
Opens a session with a job failure policy, stages a container SAS URI, creates a job bound to the session id, lists the jobs that belong to the session, and closes the session returning its final status.
1
openSession
Sessions_Open
Open a new session with the supplied id and job failure policy.
2
getSasUri
Storage_GetSasUri
Request a container SAS URI to stage input data for the session's job.
3
createSessionJob
Jobs_Create
Create a job that references the open session id so it runs as part of the session.
4
listSessionJobs
SessionsJobs_List
List the jobs that belong to the session to confirm the job was attached.
5
closeSession
Sessions_Close
Close the session now that its job has been submitted and enumerated.