Skip to content

Commit 64d2dc9

Browse files
committed
Addressing PRMerger feedback
1 parent cdc3865 commit 64d2dc9

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

articles/virtual-machines/azure-compute-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ An Azure Compute Gallery helps you build structure and organization around your
2626

2727
With a gallery, you can share your resources to everyone, or limit sharing to different users, service principals, or AD groups within your organization. Resources can be replicated to multiple regions, for quicker scaling of your deployments.
2828

29-
<sup>1</sup> The Azure Compute Gallery service isn't a global resource. For disaster recovery scenarios, it's a best practice is to have at least two galleries, in different regions.
29+
<sup>1</sup> The Azure Compute Gallery service isn't a global resource. For disaster recovery scenarios, the best practice is to have at least two galleries, in different regions.
3030

3131
## Images
3232

articles/virtual-machines/create-gallery.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
115115
>
116116
> You can't currently create a Flexible virtual machine scale set from an image shared to you by another tenant.
117117
118+
To start sharing a direct shared gallery with a subscription or tenant, use see [Share a gallery with a subscription or tenant](./share-gallery-direct.md).
119+
118120
### [Portal](#tab/portaldirect)
119121

120122
1. Sign in to the Azure portal at https://portal.azure.com.
@@ -181,7 +183,7 @@ POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/
181183

182184
---
183185

184-
To start sharing the gallery with a subscription or tenant, use see [Share a gallery with a subscription or tenant](./share-gallery-direct.md).
186+
185187

186188
<a name=community></a>
187189
## Create a community gallery

articles/virtual-machines/image-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.custom:
1313

1414
---
1515

16-
17-
1816
# Create an image definition and an image version
1917

2018
A [Azure Compute Gallery](shared-image-galleries.md) (formerly known as Shared Image Gallery) simplifies custom image sharing across your organization. Custom images are like marketplace images, but you create them yourself. Images can be created from a VM, VHD, snapshot, managed image, or another image version.
@@ -323,6 +321,8 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
323321
}
324322
```
325323

324+
---
325+
326326
## Create an image in one tenant using the source image in another tenant
327327

328328
In the subscription where the source image exists, grant reader permissions to the user. Once the user has reader permission to the source image, login to both accounts (source and target).

articles/virtual-machines/vm-generalized-image-version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: virtual-machines
66
ms.subservice: gallery
77
ms.topic: how-to
88
ms.workload: infrastructure
9-
ms.date: 02/06/2023
9+
ms.date: 02/16/2023
1010
ms.author: saraic
1111
ms.reviewer: cynthn
1212
ms.custom: devx-track-azurecli, devx-track-azurepowershell
@@ -738,7 +738,7 @@ galleryName="1a2b3c4d-1234-abcd-1234-1a2b3c4d5e6f-myDirectShared"
738738

739739
Make sure the state of the image is `Generalized`. If you want to use an image with the `Specialized` state, see [Create a VM from a specialized image version](vm-specialized-image-version.md).
740740

741-
Use the `Id` from the output, appended with `/Versions/latest` to use the latest version, as the value for `--image`` to create a VM. In this example, we are creating a VM from a Linux image that is directly shared to us, and creating SSH keys for authentication.
741+
Use the `Id` from the output, appended with `/Versions/latest` to use the latest version, as the value for `--image` to create a VM. In this example, we are creating a VM from a Linux image that is directly shared to us, and creating SSH keys for authentication.
742742

743743
```azurecli-interactive
744744
imgDef="/SharedGalleries/1a2b3c4d-1234-abcd-1234-1a2b3c4d5e6f-MYDIRECTSHARED/Images/myDirectDefinition/Versions/latest"
@@ -830,7 +830,7 @@ https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{rg}/
830830
> [!NOTE]
831831
> **Known issue**: In the Azure portal, if you you select a region, select an image, then change the region, you will get an error message: "You can only create VM in the replication regions of this image" even when the image is replicated to that region. To get rid of the error, select a different region, then switch back to the region you want. If the image is available, it should clear the error message.
832832
>
833-
> You can also use the Azure CLI to check what images are shared with you. For example, you can use `az sig list-shared --location westus" to see what images are shared with you in the West US region.
833+
> You can also use the Azure CLI to check what images are shared with you. For example, you can use `az sig list-shared --location westus` to see what images are shared with you in the West US region.
834834
835835
1. Type **virtual machines** in the search.
836836
1. Under **Services**, select **Virtual machines**.

articles/virtual-machines/vm-specialized-image-version.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Now you can create one or more new VMs. This example creates a VM named *myVM*,
159159
1. For **Availability options**, leave the default of *No infrastructure redundancy required*.
160160
1. The value for **Image** is automatically filled with the `latest` image version if you started from the page for the image definition.
161161
1. For **Size**, choose a VM size from the list of available sizes and then choose **Select**.
162-
1. Under **Administrator account**, the username is greyed out because the username and credentials from the source VM are used.
162+
1. Under **Administrator account**, the username is grayed out because the username and credentials from the source VM are used.
163163
1. If you want to allow remote access to the VM, under **Public inbound ports**, choose **Allow selected ports** and then select **SSH (22)** or **RDP (3389)** from the drop-down. If you don't want to allow remote access to the VM, leave **None** selected for **Public inbound ports**.
164164
1. When you're finished, select the **Review + create** button at the bottom of the page.
165165
1. After the VM passes validation, select **Create** at the bottom of the page to start the deployment.
@@ -169,7 +169,7 @@ Now you can create one or more new VMs. This example creates a VM named *myVM*,
169169

170170
If the subscription where the gallery resides is within the same tenant, images shared through RBAC can be used to create VMs using the CLI and PowerShell.
171171

172-
You'll need to the `imageID` of the image you want to use and you need to make sure it is replicated to the region where you want to create the VM.
172+
You'll need the `imageID` of the image you want to use and make sure the image is replicated to the region where you want to create the VM.
173173

174174
### [CLI](#tab/cli2)
175175

@@ -266,7 +266,7 @@ New-AzVM `
266266

267267
If the image you want to use is stored in a gallery that isn't in the same tenant (directory) then you will need to sign in to each tenant to verify you have access.
268268

269-
You will need to the `imageID` of the image you want to use and you need to make sure it is replicated to the region where you want to create the VM. You will also need the `tenantID` for the source gallery and the `tenantID` for where you want to create the VM.
269+
You'll need the `imageID` of the image you want to use and make sure the image is replicated to the region where you want to create the VM. You'll also need the `tenantID` for the source gallery and the `tenantID` for where you want to create the VM.
270270

271271
### [CLI](#tab/cli3)
272272

0 commit comments

Comments
 (0)