Skip to content

Commit 879051f

Browse files
committed
Acrolinx fixes
1 parent 112e7b2 commit 879051f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/marketplace/azure-vm-faq.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sections:
1919
- question: |
2020
How do I configure a virtual private network (VPN) to work with my VMs?
2121
answer: |
22-
If you are using the Azure Resource Manager deployment model, you have three options:
22+
If you're using the Azure Resource Manager deployment model, you have three options:
2323
2424
- [Create a route-based VPN gateway using the Azure portal](../vpn-gateway/tutorial-create-gateway-portal.md)
2525
- [Create a route-based VPN gateway using Azure PowerShell](../vpn-gateway/create-routebased-vpn-gateway-powershell.md)
@@ -49,17 +49,17 @@ sections:
4949
- question: |
5050
Error: VHD is already registered with image repository as the resource
5151
answer: |
52-
Every time I try to create an image from my VHDs, I get the error "VHD is already registered with image repository as the resource" in Azure PowerShell. I didn't create any image before nor did I find any image with this name in Azure. How do I resolve this?
52+
Every time I try to create an image from my VHDs, I get the error "VHD is already registered with image repository as the resource" in Azure PowerShell. I didn't create any image before nor did I find any image with this name in Azure. How do I resolve this issue?
5353
54-
This issue usually appears if you created a VM from a VHD that has a lock on it. Confirm that there is no VM allocated from this VHD and then retry the operation. If this issue continues, open a support ticket. See [Support for Partner Center](support.md).
54+
This issue usually appears if you created a VM from a VHD that has a lock on it. Confirm that there's no VM allocated from this VHD and then retry the operation. If this issue continues, open a support ticket. See [Support for Partner Center](support.md).
5555
5656
- question: |
5757
How do I create a VM from a generalized vhd?
5858
answer: |
5959
6060
### Prepare an Azure Resource Manager template
6161
62-
This section describes how to create and deploy a user-provided virtual machine (VM) image. You can do this by providing operating system and data disk VHD images from an Azure-deployed virtual hard disk. These steps deploy the VM using generalized VHD.
62+
This section describes how to create and deploy a user-provided virtual machine (VM) image by providing operating system and data disk VHD images from an Azure-deployed virtual hard disk. These steps deploy the VM using generalized VHD.
6363
6464
1. Sign in to the Azure portal.
6565
2. Upload your generalized operating system VHD and data disk VHDs to your Azure Storage account.
@@ -478,7 +478,7 @@ sections:
478478
answer: |
479479
You can deploy hidden preview images using quickstart templates.
480480
To deploy a preview image,
481-
1. Go to the respective quick-start template for [Linux](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-linux/) or [Windows](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-windows), select "Deploy to Azure". This should take you to Azure portal.
481+
1. Go to the respective quick-start template for [Linux](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-linux/) or [Windows](https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.compute/vm-simple-windows), select "Deploy to Azure". This procedure should take you to Azure portal.
482482
2. In Azure portal, select "Edit template".
483483
3. In the JSON template, search for imageReference and update the publisherid, offerid, skuid, and version of the image. To test preview image, append "-PREVIEW" to the offerid.
484484
4. Select **Save**.

0 commit comments

Comments
 (0)