Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.47 KB

File metadata and controls

47 lines (26 loc) · 2.47 KB

Azure Blockchain Workbench Upgrade

Overview

An existing deployment of Azure Blockchain Workbench can be upgraded to the latest version. This PowerShell script automates the upgrade of your Azure Blockchain Workbench deployment.

To learn what's new in this release, please check our release notes.

Execution Instructions

To run this script you need to have the cross-platform Azure PowerShell module installed.

We recommend using Azure CloudShell since it comes with with all dependencies installed, however, you can run this script on any operating system that has PowerShell and Az PowerShell installed.

  1. Open Azure CloudShell and select the tenant Workbench is deployed to.

CloudShell open

  1. Download the script. You can download the upgrade script automatically by using the command bellow, or you can download it from this repository manually
cd; Invoke-WebRequest -Uri https://aka.ms/workbenchUpgradeScript -OutFile azureBlockchainWorkbenchUpgradeTov1_6_0.ps1
  1. Locate your Azure subscription ID, and the resource group name where you deployed Azure Blockchain Workbench and Execute the script.
./azureBlockchainWorkbenchUpgradeTov1_6_0.ps1 -SubscriptionID <subscription_id> -ResourceGroupName <workbench-resource-group-name>

CloudShell run

When the upgrade completes, you will see the following message:

Azure Blockchain Workbench in Resource Group $ResourceGroupName was successfully updated to version 1.6.0.

WARNING: Important: If you are upgrading from a version older than 1.5.0 you will need to upgrade your AAD application registration as well. Please visit https://aka.ms/workbenchAADUpgrade to perform the necessary updates.

Note: The AAD Application Registration configuration has changed for Workbench 1.5.0. This script does not automatically update your Application Registration. If you are upgrading from a version prior to 1.5.0 you need to upgrade your AAD application. Please visit AAD Upgrade Instructions to update your AAD application.