v10

latestSwagger 2.02026-07-13153575.7 KB

Gets a URL with SAS token for a container/blob in the storage account associated with the workspace. Starting with version 2026-01-15-preview, when used for a container the container is also created if it does not already exist. The SAS URL can be used to upload job input and/or download job output.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Quantum/workspaces/{workspaceName}/storage/sasUri

Path parameters

subscriptionIdstring required

The Azure subscription ID.

resourceGroupNamestring required

Name of the Azure resource group.

workspaceNamestring required

Name of the Azure Quantum workspace.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

containerNamestring required

The container name.

blobNamestring

The blob name.

Response

The request has succeeded.

sasUristring required

A URL with a SAS token to upload a blob for execution in the given workspace.