Skip to content

Commit 9874f78

Browse files
implemented acrolinx suggestions
1 parent 1af267c commit 9874f78

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Choose an option below for creating your VM application definition and version:
5959

6060
1. Go to the [Azure portal](https://portal.azure.com), then search for and select **Azure Compute Gallery**.
6161
1. Select the gallery you want to use from the list.
62-
1. On the page for your gallery, select **Add** from the top of the page and then select **VM application definition** from the drop-down. The **Create a VM application definition** page will open.
62+
1. On the page for your gallery, select **Add** from the top of the page and then select **VM application definition** from the drop-down. The **Create a VM application definition** page opens.
6363
1. In the **Basics** tab, enter a name for your application and choose whether the application is for VMs running Linux or Windows.
6464
1. Select the **Publishing options** tab if you want to specify any of the following optional settings for your VM application definition:
6565
- A description of the VM application definition.
@@ -70,10 +70,10 @@ Choose an option below for creating your VM application definition and version:
7070
1. When you're done, select **Review + create**.
7171
1. When validation completes, select **Create** to have the definition deployed.
7272
1. Once the deployment is complete, select **Go to resource**.
73-
1. On the page for the application, select **Create a VM application version**. The **Create a VM Application Version** page will open.
73+
1. On the page for the application, select **Create a VM application version**. The **Create a VM Application Version** page opens.
7474
1. Enter a version number like 1.0.0.
7575
1. Select the region where you've uploaded your application package.
76-
1. Under **Source application package**, select **Browse**. Select the storage account, then the container where your package is located. Select the package from the list and then click **Select** when you're done. Alternatively, you can paste the SAS URI in this field if preferred.
76+
1. Under **Source application package**, select **Browse**. Select the storage account, then the container where your package is located. Select the package from the list and then select **Select** when you're done. Alternatively, you can paste the SAS URI in this field if preferred.
7777
1. Type in the **Install script**. You can also provide the **Uninstall script** and **Update script**. See the [Overview](vm-applications.md#command-interpreter) for information on how to create the scripts.
7878
1. If you have a default configuration file uploaded to a storage account, you can select it in **Default configuration**.
7979
1. Select **Exclude from latest** if you don't want this version to appear as the latest version when you create a VM.
@@ -91,7 +91,7 @@ Select the VM application from the list, and then select **Save** at the bottom
9191

9292
:::image type="content" source="media/vmapps/select-app.png" alt-text="Screenshot showing selecting a VM application to install on the VM.":::
9393

94-
If you've more than one VM application to install, you can set the install order for each VM application back on the **Advanced tab**.
94+
If you have more than one VM application to install, you can set the install order for each VM application back on the **Advanced tab**.
9595

9696
You can also deploy the VM application to currently running VMs. Select the **Extensions + applications** option under **Settings** in the left menu when viewing the VM details in the portal.
9797

@@ -116,7 +116,7 @@ To show the VM application status for VMSS, go to the VMSS page, Instances, sele
116116

117117
VM applications require [Azure CLI](/cli/azure/install-azure-cli) version 2.30.0 or later.
118118

119-
Create the VM application definition using [az sig gallery-application create](/cli/azure/sig/gallery-application#az_sig_gallery_application_create). In this example we're creating a VM application definition named *myApp* for Linux-based VMs.
119+
Create the VM application definition using [az sig gallery-application create](/cli/azure/sig/gallery-application#az_sig_gallery_application_create). In this example, we're creating a VM application definition named *myApp* for Linux-based VMs.
120120

121121

122122
```azurecli-interactive
@@ -360,7 +360,7 @@ PUT
360360
| defaultConfigurationLink | Optional. The url containing the default configuration, which may be overridden at deployment time. | Valid and existing storage url |
361361
| Install | The command to install the application | Valid command for the given OS |
362362
| Remove | The command to remove the application | Valid command for the given OS |
363-
| Update | Optional. The command to update the application. If not specified and an update is required, the old version will be removed and the new one installed. | Valid command for the given OS |
363+
| Update | Optional. The command to update the application. If not specified and an update is required, the old version is removed and the new one installed. | Valid command for the given OS |
364364
| targetRegions/name | The name of a region to which to replicate | Validate Azure region |
365365
| targetRegions/regionalReplicaCount | Optional. The number of replicas in the region to create. Defaults to 1. | Integer between 1 and 3 inclusive |
366366
| endOfLifeDate | A future end of life date for the application version. Note this is for customer reference only, and isn't enforced. | Valid future date |
@@ -436,10 +436,10 @@ The order field may be used to specify dependencies between applications. The ru
436436
| Case | Install Meaning | Failure Meaning |
437437
|--|--|--|
438438
| No order specified | Unordered applications are installed after ordered applications. There's no guarantee of installation order amongst the unordered applications. | Installation failures of other applications, be it ordered or unordered doesn’t affect the installation of unordered applications. |
439-
| Duplicate order values | Application will be installed in any order compared to other applications with the same order. All applications of the same order will be installed after those with lower orders and before those with higher orders. | If a previous application with a lower order failed to install, no applications with this order will install. If any application with this order fails to install, no applications with a higher order will install. |
440-
| Increasing orders | Application will be installed after those with lower orders and before those with higher orders. | If a previous application with a lower order failed to install, this application won't install. If this application fails to install, no application with a higher order will install. |
439+
| Duplicate order values | Application is installed in any order compared to other applications with the same order. All applications of the same order will be installed after those with lower orders and before those with higher orders. | If a previous application with a lower order failed to install, no applications with this order install. If any application with this order fails to install, no applications with a higher order install. |
440+
| Increasing orders | Application will be installed after those with lower orders and before those with higher orders. | If a previous application with a lower order failed to install, this application won't install. If this application fails to install, no application with a higher order installs. |
441441

442-
The response will include the full VM model. The following are the
442+
The response includes the full VM model. The following are the
443443
relevant parts.
444444

445445
```rest
@@ -477,7 +477,7 @@ GET
477477
/subscriptions/\<**subscriptionId**\>/resourceGroups/\<**resourceGroupName**\>/providers/Microsoft.Compute/virtualMachines/\<**VMName**\>/instanceView?api-version=2019-03-01
478478
```
479479

480-
The result will look like this:
480+
The result looks like this:
481481

482482
```rest
483483
{
@@ -503,15 +503,15 @@ The result will look like this:
503503
]
504504
}
505505
```
506-
The VM App status is in the status message of the result of the VMApp extension in the instance view.
506+
The VM App status is in the status message of the result of the VM App extension in the instance view.
507507

508508
To get the status for a VMSS Application:
509509

510510
```rest
511511
GET
512512
/subscriptions/\<**subscriptionId**\>/resourceGroups/\<**resourceGroupName**\>/providers/Microsoft.Compute/ virtualMachineScaleSets/\<**VMSSName**\>/virtualMachines/<**instanceId**>/instanceView?api-version=2019-03-01
513513
```
514-
The output will be similar to the VM example earlier.
514+
The output is similar to the VM example earlier.
515515

516516
---
517517

0 commit comments

Comments
 (0)