Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If you have an existing Azure Quantum workspace and you create new workspace, then you can migrate your job data from the old workspace to the new workspace. When you do the migration, your job input and output data are available in your new workspace. But you can't see the job history for those jobs anymore in the Azure portal, Azure Quantum SDK, or the Azure CLI.
Migration instructions depend on whether the existing Azure Quantum workspace uses managed or unmanaged storage:
- An unmanaged workspace uses a user‑specified Azure Storage account that already exists and is explicitly selected during workspace creation.
- A managed workspace uses a storage account that Azure automatically creates and manages as part of the workspace.
Important
Don't delete your old workspace until after you migrate your data to your new workspace. Before you migrate your job data, make sure that you don't have open jobs in the queue. To remove an open job from the queue, either wait for the job to finish running or cancel the job.
If your old workspace uses an unmanaged storage account, then link that storage account to your new workspace. The linked storage account contains your old job data along with data for jobs that you submit in your new workspace.
Note
To link a storage account to a Quantum workspace, you must have a role assignment that allows you to perform role assignments on that storage account, such as Owner or User Access Administrator.
To create a new Quantum workspace and link your storage account, follow these steps:
- Sign in to the Azure portal, go to Quantum Workspaces, and then choose Create.
- Choose your subscription in the Subscription dropdown list, and then select Advanced create.
- In the Project details section, open the Resource group dropdown list and choose the resource group that contains the storage account for your old workspace.
- In the Instance details section, enter a name for your new workspace in the Workspace name field, and then choose one of the supported regions from the Region dropdown list (East US, West US, North Europe, or West Europe).
- For Data Storage, choose Customize storage account settings (advanced). A Storage Account dropdown list appears that contains all the storage accounts in your selected resource group. Choose the storage account ID for your old workspace's storage account.
- To review your workspace settings, choose Review + create. Or, choose Next: Providers > to customize your provider and plan options, and then choose Next: Tags > to add tags to your workspace.
- Verify that all your workspace settings are correct, and then choose Create.
The storage account for your old workspace is now associated with your new workspace, and all job history is retained in that storage account.
Note
For questions about migration issues, email azurequantuminfo@microsoft.com.