You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/vm-applications-how-to.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.custom:
13
13
14
14
# Create and deploy VM Applications (preview)
15
15
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.
17
17
18
18
19
19
> [!IMPORTANT]
@@ -48,7 +48,9 @@ if ($remainder -ne 0){
48
48
}
49
49
```
50
50
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.
52
54
53
55
## Create the VM application
54
56
@@ -78,7 +80,7 @@ Choose an option below for creating your VM application definition and version:
78
80
1. If you have a default configuration file uploaded to a storage account, you can select it in **Default configuration**.
79
81
1. Select **Exclude from latest** if you do not want this version to appear as the latest version when you create a VM.
80
82
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.
82
84
1. When you are done making changes, select **Review + create** at the bottom of the page.
83
85
1. When validation shows as passed, select **Create** to deploy your VM application version.
84
86
@@ -95,7 +97,7 @@ If you have more than one VM application to install, you can set the install ord
95
97
96
98
### [CLI](#tab/cli)
97
99
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.
99
101
100
102
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.
0 commit comments