diff --git a/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md b/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md index 61e4db7234..1437a6d081 100644 --- a/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md +++ b/articles/virtual-machine-scale-sets/flexible-virtual-machine-scale-sets-cli.md @@ -12,7 +12,7 @@ ms.custom: mimckitt, devx-track-azurecli, vmss-flex, innovation-engine, linux-re # Create virtual machines in a scale set using Azure CLI -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2262759) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2286316) This article steps through using the Azure CLI to create a Virtual Machine Scale Set. diff --git a/articles/virtual-machines/disks-redundancy.md b/articles/virtual-machines/disks-redundancy.md index 66a3e20313..4ce7e25757 100644 --- a/articles/virtual-machines/disks-redundancy.md +++ b/articles/virtual-machines/disks-redundancy.md @@ -30,7 +30,7 @@ If your workflow doesn't support application-level synchronous writes across zon Zone-redundant storage (ZRS) synchronously replicates your Azure managed disk across three Azure availability zones in the region you select. Each availability zone is a separate physical location with independent power, cooling, and networking. ZRS disks provide at least 99.9999999999% (12 9's) of durability over a given year. -A ZRS disk lets you recover from failures in availability zones. If a zone went down and your virtual machine (VM) wasn't affected, then your workloads continue running. But if your VM was affected by an outage and you want to recover before it's resolved, you can either take a snapshot or make a copy of your ZRS disks. Once you've created new disks, attach them to another VM. Alternatively, if you're using the [force detach](/rest/api/compute/virtual-machines/attach-detach-data-disks?tabs=HTTP#diskdetachoptiontypes) (preview) feature, you can forcibly detach ZRS data disks from failed VMs and attach them to another VM. +A ZRS disk lets you recover from failures in availability zones. If a zone went down and your virtual machine (VM) wasn't affected, then your workloads continue running. But if your VM was affected by an outage and you want to recover before it's resolved, you can [force detach](/rest/api/compute/virtual-machines/attach-detach-data-disks?tabs=HTTP#diskdetachoptiontypes) your ZRS disks from the failed VM, freeing them to attach to another VM. ZRS disks can also be shared between VMs for improved availability with clustered or distributed applications like SQL FCI, SAP ASCS/SCS, or GFS2. A shared ZRS disk can be attached to primary and secondary VMs in different zones to take advantage of both ZRS and [availability zones](/azure/availability-zones/az-overview). If your primary zone fails, you can quickly fail over to the secondary VM using [SCSI persistent reservation](disks-shared-enable.md#supported-scsi-pr-commands). diff --git a/articles/virtual-machines/linux/quick-create-cli.md b/articles/virtual-machines/linux/quick-create-cli.md index bc800d387a..109ea10945 100644 --- a/articles/virtual-machines/linux/quick-create-cli.md +++ b/articles/virtual-machines/linux/quick-create-cli.md @@ -14,7 +14,7 @@ ms.custom: mvc, devx-track-azurecli, mode-api, innovation-engine, linux-related- **Applies to:** :heavy_check_mark: Linux VMs -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2262692) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2285977) This quickstart shows you how to use the Azure CLI to deploy a Linux virtual machine (VM) in Azure. The Azure CLI is used to create and manage Azure resources via either the command line or scripts. diff --git a/articles/virtual-machines/linux/tutorial-lemp-stack.md b/articles/virtual-machines/linux/tutorial-lemp-stack.md index 3e31f5802a..1fc78144fc 100644 --- a/articles/virtual-machines/linux/tutorial-lemp-stack.md +++ b/articles/virtual-machines/linux/tutorial-lemp-stack.md @@ -17,7 +17,7 @@ ms.reviewer: jushim **Applies to:** :heavy_check_mark: Linux VMs -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2275458) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2286415) This article walks you through how to deploy an NGINX web server, Azure MySQL Flexible Server, and PHP (the LEMP stack) on an Ubuntu Linux VM in Azure. To see the LEMP server in action, you can optionally install and configure a WordPress site. In this tutorial you learn how to: