Skip to content

Commit 3830267

Browse files
author
Cynthia Nottingham
committed
fixing validation errors
1 parent cd61420 commit 3830267

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/virtual-machines/linux/shared-images-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: cynthn
1616

1717
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Flexible scale sets **Applies to:** :heavy_check_mark: :heavy_check_mark: Uniform scale sets
1818

19-
an [Azure Compute Gallery](../shared-image-galleries.md) simplifies custom image sharing across your organization. Custom images are like marketplace images, but you create them yourself. Custom images can be used to bootstrap deployment tasks like preloading applications, application configurations, and other OS configurations.
19+
An [Azure Compute Gallery](../shared-image-galleries.md) simplifies custom image sharing across your organization. Custom images are like marketplace images, but you create them yourself. Custom images can be used to bootstrap deployment tasks like preloading applications, application configurations, and other OS configurations.
2020

2121
The Azure Compute Gallery lets you share your custom VM images with others in your organization, within or across regions, within an Azure AD tenant. Choose which images you want to share, which regions you want to make them available in, and who you want to share them with. You can create multiple galleries so that you can logically group images.
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ 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](https://docs.microsoft.com/azure/vs-azure-tools-storage-explorer-blobs) 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](/azure/vs-azure-tools-storage-explorer-blobs) to quickly created a SAS URI if you don't already have one.
5252

5353
## Create the VM application
5454

articles/virtual-machines/vm-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,6 @@ Get-AzVmss -name <VMSS name> -ResourceGroupName <resource group name> -InstanceV
302302

303303
## Next steps
304304

305-
- Learn how to [create and deploy VM application packages](vm-appications-how-to.md).
305+
- Learn how to [create and deploy VM application packages](vm-applications-how-to.md).
306306

307307

0 commit comments

Comments
 (0)