Skip to content

Commit 8fb0d84

Browse files
Update vm-applications.md
More acrolinx corrections
1 parent 24ed8fd commit 8fb0d84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/virtual-machines/vm-applications.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The VM application packages use multiple resource types:
4545

4646
## Limitations
4747

48-
- **No more than 3 replicas per region**: When you are creating a VM Application version, the maximum number of replicas per region is three.
48+
- **No more than 3 replicas per region**: When you're creating a VM Application version, the maximum number of replicas per region is three.
4949

5050
- **Public access on storage**: Only public level access to storage accounts work, as other restriction levels fail deployments.
5151

@@ -67,7 +67,7 @@ The VM application packages use multiple resource types:
6767
6868
## Cost
6969

70-
There's no extra charge for using VM Application Packages, but you are charged for the following resources:
70+
There's no extra charge for using VM Application Packages, but you're charged for the following resources:
7171

7272
- Storage costs of storing each package and any replicas.
7373
- Network egress charges for replication of the first image version from the source region to the replicated regions. Subsequent replicas are handled within the region, so there are no extra charges.
@@ -95,7 +95,7 @@ VM application versions are the deployable resource. Versions are defined with t
9595
- Configuration file name to be used to configure the app on the VM
9696
- A link to the configuration file for the VM application, which you can include license files
9797
- Update string for how to update the VM application to a newer version
98-
- End-of-life date. End-of-life dates are informational; you are still able to deploy VM application versions past the end-of-life date.
98+
- End-of-life date. End-of-life dates are informational; you're still able to deploy VM application versions past the end-of-life date.
9999
- Exclude from latest. You can keep a version from being used as the latest version of the application.
100100
- Target regions for replication
101101
- Replica count per region
@@ -138,7 +138,7 @@ Third party applications for Linux can be packaged in a few ways. Let's explore
138138

139139
### .tar and .gz files
140140

141-
These files are compressed archives and can be extracted to a desired location. Check the installation instructions for the original package to in case they need to be extracted to a specific location. If .tar.gz file contains source code, refer to the instructions for the package for how to install from source.
141+
These files are compressed archives and can be extracted to a desired location. Check the installation instructions for the original package to in case they need to be extracted to a specific location. If .tar.gz file contains source code, see the instructions for the package for how to install from source.
142142

143143
Example to install command to install `golang` on a Linux machine:
144144

@@ -152,7 +152,7 @@ Example remove command:
152152
sudo rm -rf /usr/local/go
153153
```
154154

155-
### Creating application packages using .deb, .rpm, and other platform specific packages for VMs with restricted internet access
155+
### Creating application packages using `.deb`, `.rpm`, and other platform specific packages for VMs with restricted internet access
156156

157157
You can download individual packages for platform specific package managers, but they usually don't contain all the dependencies. For these files, you must also include all dependencies in the application package, or have the system package manager download the dependencies through the repositories that are available to the VM. If you're working with a VM with restricted internet access, you must package all the dependencies yourself.
158158

@@ -499,7 +499,7 @@ $resultSummary | convertto-json -depth 5
499499
| More than one VM Application was specified with the same packageReferenceId. | The same application was specified more than once. |
500500
| Subscription not authorized to access this image. | The subscription doesn't have access to this application version. |
501501
| Storage account in the arguments doesn't exist. | There are no applications for this subscription. |
502-
| The platform image {image} isn't available. Verify that all fields in the storage profile are correct. For more details about storage profile information, refer to https://aka.ms/storageprofile. | The application doesn't exist. |
502+
| The platform image {image} isn't available. Verify that all fields in the storage profile are correct. For more details about storage profile information, see https://aka.ms/storageprofile. | The application doesn't exist. |
503503
| The gallery image {image} isn't available in {region} region. Contact image owner to replicate to this region, or change your requested region. | The gallery application version exists, but it wasn't replicated to this region. |
504504
| The SAS isn't valid for source uri {uri}. | A `Forbidden` error was received from storage when attempting to retrieve information about the url (either mediaLink or defaultConfigurationLink). |
505505
| The blob referenced by source uri {uri} doesn't exist. | The blob provided for the mediaLink or defaultConfigurationLink properties doesn't exist. |
@@ -516,9 +516,9 @@ $resultSummary | convertto-json -depth 5
516516
| Can't specify {region} in target regions because the subscription is missing required feature {featureName}. Either register your subscription with the required feature or remove the region from the target region list. | To use VmApplications in certain restricted regions, one must have the feature flag registered for that subscription. |
517517
| Gallery image version publishing profile regions {regions} must contain the location of image version {location}. | The list of regions for replication must contain the location where the application version is. |
518518
| Duplicate regions aren't allowed in target publishing regions. | The publishing regions may not have duplicates. |
519-
| Gallery application version resources currently do not support encryption. | The encryption property for target regions isn't supported for VM Applications |
519+
| Gallery application version resources currently don't support encryption. | The encryption property for target regions isn't supported for VM Applications |
520520
| Entity name doesn't match the name in the request URL. | The gallery application version specified in the request url doesn't match the one specified in the request body. |
521-
| The gallery application version name is invalid. The application version name should follow Major(int32).Minor(int32).Patch(int32) format, where `int` is between 0 and 2,147,483,647 (inclusive). for example, 1.0.0, 2018.12.1 etc. | The gallery application version must follow the format specified. |
521+
| The gallery application version name is invalid. The application version name should follow Major(int32). Minor(int32). Patch(int32) format, where `int` is between 0 and 2,147,483,647 (inclusive). for example, 1.0.0, 2018.12.1 etc. | The gallery application version must follow the format specified. |
522522

523523
## Next steps
524524

0 commit comments

Comments
 (0)