Skip to content

Commit 1dc6e7b

Browse files
committed
Pre-review fixes
1 parent 72e6637 commit 1dc6e7b

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For more information, see [Share using RBAC](./share-gallery.md).
108108

109109
### Shared directly to a tenant or subscription
110110

111-
Give specific subscriptions or tenants access to an direct shared Azure Compute Gallery. Sharing a gallery with tenants and subscriptions give them read-only access to your gallery. For more information, see [Share a gallery with subscriptions or tenants](./share-gallery-direct.md).
111+
Give specific subscriptions or tenants access to a direct shared Azure Compute Gallery. Sharing a gallery with tenants and subscriptions give them read-only access to your gallery. For more information, see [Share a gallery with subscriptions or tenants](./share-gallery-direct.md).
112112

113113
> [!IMPORTANT]
114114
> Azure Compute Gallery – direct shared gallery is currently in PREVIEW and subject to the [Preview Terms for Azure Compute Gallery](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).

articles/virtual-machines/create-gallery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
127127
1. Complete all of the details on the page.
128128
1. At the bottom of the page, select **Next: Sharing method**.
129129
:::image type="content" source="media/create-gallery/create-gallery.png" alt-text="Screenshot showing where to select to go on to sharing methods.":::
130-
1. On the **Sharing** tab, select **xxxxxxxxx**.
130+
1. On the **Sharing** tab, select **RBAC + share directly**.
131131

132-
:::image type="content" source="media/create-gallery/sharing-type.png" alt-text="Screenshot showing the option to share using both role-based access control and a community gallery.":::
132+
:::image type="content" source="media/create-gallery/share-direct.png" alt-text="Screenshot showing the option to share using both role-based access control and share directly.":::
133133

134-
1. xxx
134+
1. When you are done, select **Review + create**.
135135
1. After validation passes, select **Create**.
136136
1. When the deployment is finished, select **Go to resource**.
137137

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

140140
### [CLI](#tab/clidirect)
141141

84.5 KB
Loading

articles/virtual-machines/share-gallery-direct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ During the preview:
4747
- Only the owner of a subscription, or a user or service principal assigned to the `Compute Gallery Sharing Admin` role at the subscription or gallery level will be able to enable group-based sharing.
4848
- You need to create a new gallery, with the property `sharingProfile.permissions` set to `Groups`. When using the CLI to create a gallery, use the `--permissions groups` parameter. You can't use an existing gallery, the property can't currently be updated.
4949
- PowerShell, Ansible, and Terraform aren't supported at this time.
50-
- **Known issue**: When creating a VM from a direct shared image using 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.
50+
- **Known issue**: When creating a VM from a direct shared image using the Azure portal, if 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.
5151

5252
## Prerequisites
5353

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: devx-track-azurecli, devx-track-azurepowershell
1818

1919
Create a VM from a [specialized image version](./shared-image-galleries.md#generalized-and-specialized-images) stored in an Azure Compute Gallery (formerly known as Shared Image Gallery). If you want to create a VM using a generalized image version, see [Create a VM from a generalized image version](vm-generalized-image-version.md).
2020

21-
This article shows how to create a VM from a a specialized image:
21+
This article shows how to create a VM from a specialized image:
2222
- [In your own gallery](#create-a-vm-from-your-gallery)
2323
- Shared to a [community gallery](#create-a-vm-from-a-community-gallery-image)
2424
- [Directly shared to your subscription or tenant](#create-a-vm-from-a-gallery-shared-with-your-subscription-or-tenant)
@@ -28,9 +28,6 @@ This article shows how to create a VM from a a specialized image:
2828
> When you create a new VM from a specialized image, the new VM retains the computer name of the original VM. Other computer-specific information, like the CMID, is also kept. This duplicate information can cause issues. When copying a VM, be aware of what types of computer-specific information your applications rely on.
2929
3030

31-
Replace resource names as needed in these examples.
32-
33-
3431
## Create a VM from your gallery
3532

3633

@@ -296,7 +293,7 @@ az vm create\
296293
### [Portal](#tab/portal2)
297294

298295
> [!NOTE]
299-
> **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.
296+
> **Known issue**: In the Azure portal, if 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.
300297
>
301298
> 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.
302299

0 commit comments

Comments
 (0)