Skip to content

Commit 222afac

Browse files
author
Cynthia Nottingham
committed
acrolinx
1 parent 5cf71dd commit 222afac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/virtual-machines/vm-applications-how-to.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313

1414
# Create and deploy VM Applications (preview)
1515

16-
VM Applications are a resource type in Azure Compute Gallery (formerly known as Shared Image Gallery) that simplifies management,sharing and global distribution of applications for your virtual machines.
16+
VM Applications are a resource type in Azure Compute Gallery (formerly known as Shared Image Gallery) that simplifies management, sharing and global distribution of applications for your virtual machines.
1717

1818

1919
> [!IMPORTANT]
@@ -48,7 +48,9 @@ if ($remainder -ne 0){
4848
}
4949
```
5050

51-
You need to make sure the files are publicly available, or you will need the SAS URI for the files in your storage account. You can use [Storage Explorer](../vs-azure-tools-storage-explorer-blobs.md) to quickly created a SAS URI if you don't already have one.
51+
You need to make sure the files are publicly available, or you will need the SAS URI for the files in your storage account. You can use [Storage Explorer](../vs-azure-tools-storage-explorer-blobs.md) to quickly create a SAS URI if you don't already have one.
52+
53+
If you are using PowerShell, you need to be using version 3.11.0 of the Az.Storage module.
5254

5355
## Create the VM application
5456

@@ -78,7 +80,7 @@ Choose an option below for creating your VM application definition and version:
7880
1. If you have a default configuration file uploaded to a storage account, you can select it in **Default configuration**.
7981
1. Select **Exclude from latest** if you do not want this version to appear as the latest version when you create a VM.
8082
1. For **End of life date**, choose a date in the future to track when this version should be retired. It is not deleted or removed automatically, it is only for your own tracking.
81-
1. To replicated this version to other regions, select the **Replication** tab and add more regions and make changes to the number of replicas per region. The original region where your version was created must be in the list and cannot be removed.
83+
1. To replicate this version to other regions, select the **Replication** tab and add more regions and make changes to the number of replicas per region. The original region where your version was created must be in the list and cannot be removed.
8284
1. When you are done making changes, select **Review + create** at the bottom of the page.
8385
1. When validation shows as passed, select **Create** to deploy your VM application version.
8486

@@ -95,7 +97,7 @@ If you have more than one VM application to install, you can set the install ord
9597

9698
### [CLI](#tab/cli)
9799

98-
VM applications requires [Azure CLI](/cli/azure/install-azure-cli) version 2.30.0 or later.
100+
VM applications require [Azure CLI](/cli/azure/install-azure-cli) version 2.30.0 or later.
99101

100102
Crate the VM application definition using [az sig gallery-application create](/cli/azure/sig/gallery-application#az_sig_gallery_application_create). In this example we are creating a VM application definition named *myApp* for Linux-based VMs.
101103

0 commit comments

Comments
 (0)