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 used workload orchestration in preview, you need to run a migration script to update the existing target resources to the general availability (GA) version. For more information about the GA release, see Release Notes for Workload Orchestration.
Prerequisites
Set up your environment for workload orchestration. If you haven't, go to Prepare your environment for workload orchestration to set up the prerequisites.
Install Azure CLI
resource-graphextension. If you don't have it installed, run the following command:az extension add --name resource-graph
Migration script
In the ZIP folder you downloaded as part of Prepare your environment for workload orchestration, you can find the PowerShell script WOGAMigration.ps1 that migrates your existing workload orchestration target resources to the GA version. The script updates the contextId property of your existing targets to point to the new API version of workload orchestration.
Run the script in PowerShell with the -location parameter set to the Azure region where your workload orchestration environment is deployed.
.\WOGAMigration.ps1 -location <location>