Skip to content

Commit dd050e2

Browse files
committed
links isolated changes
1 parent 315565f commit dd050e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/flexible-server/how-to-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ This feature will enable customers to perform in-place upgrades of their MySQL 5
6464

6565
Follow these steps to perform major version upgrade for your Azure Database of MySQL 5.7 server using Azure CLI.
6666

67-
1. Install [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) for Windows or use [Azure CLI](https://docs.microsoft.com/azure/cloud-shell/overview) in Azure Cloud Shell to run the upgrade commands.
67+
1. Install [Azure CLI](/cli/azure/install-azure-cli) for Windows or use [Azure CLI](../../cloud-shell/overview.md) in Azure Cloud Shell to run the upgrade commands.
6868

6969
This upgrade requires version 2.40.0 or later of the Azure CLI. If you are using Azure Cloud Shell, the latest version is already installed. Run az version to find the version and dependent libraries that are installed. To upgrade to the latest version, run az upgrade.
7070

7171

72-
2. After you sign in, run the [az mysql server upgrade](https://docs.microsoft.com/cli/azure/mysql/server#az-mysql-server-upgrade) command.
72+
2. After you sign in, run the [az mysql server upgrade](/cli/azure/mysql/server#az-mysql-server-upgrade) command.
7373

7474
```azurecli
7575
az mysql server upgrade --name testsvr --resource-group testgroup --subscription MySubscription --version 8.0

0 commit comments

Comments
 (0)