Skip to content

Commit

Permalink
Merge pull request #956 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
2/5/2025 11:00 AM IST Publish
  • Loading branch information
PhilKang0704 authored Feb 5, 2025
2 parents ffa10ba + 9786d8a commit 7ee4e61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ ms.custom: mvc, devx-track-azurecli, innovation-engine
---

# Tutorial: Create and use a custom image for Virtual Machine Scale Sets with the Azure CLI

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2303113)

When you create a scale set, you specify an image to be used when the VM instances are deployed. To reduce the number of tasks after VM instances are deployed, you can use a custom VM image. This custom VM image includes any required application installs or configurations. Any VM instances created in the scale set use the custom VM image and are ready to serve your application traffic. In this tutorial you learn how to:

> [!div class="checklist"]
Expand Down
2 changes: 2 additions & 0 deletions articles/virtual-machines/disks-deploy-premium-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell

# Deploy a Premium SSD v2

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://go.microsoft.com/fwlink/?linkid=2303310)

Azure Premium SSD v2 is designed for IO-intense enterprise workloads that require sub-millisecond disk latencies and high IOPS and throughput at a low cost. Premium SSD v2 is suited for a broad range of workloads such as SQL server, Oracle, MariaDB, SAP, Cassandra, Mongo DB, big data/analytics, gaming, on virtual machines or stateful containers. For conceptual information on Premium SSD v2, see [Premium SSD v2](disks-types.md#premium-ssd-v2).

Premium SSD v2 support a 4k physical sector size by default, but can be configured to use a 512E sector size as well. While most applications are compatible with 4k sector sizes, some require 512 byte sector sizes. Oracle Database, for example, requires release 12.2 or later in order to support 4k native disks.
Expand Down

0 comments on commit 7ee4e61

Please sign in to comment.