Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 2.25 KB

File metadata and controls

45 lines (25 loc) · 2.25 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 azureBlockchainWorkbenchUpgradeToLatest.ps1
  1. Locate your Azure subscription ID, and the resource group name where you deployed Azure Blockchain Workbench and Execute the script.
./azureBlockchainWorkbenchUpgradeToLatest.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.8.1.

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.