You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Migrate Managed image to Azure compute gallery image version
15
15
16
-
**Applies to:**:heavy_check_mark: Linux VM :heavy_check_mark: Windows VM :heavy_check_mark: Flex Scale Sets
16
+
**Applies to:**:heavy_check_mark: Linux Virtual Machine :heavy_check_mark: Windows Virtual Machine :heavy_check_mark: Virtual Machine Flex Scale Sets
17
17
18
-
[Managed images](capture-image-resource.md) is legacy method to generalize and capture VM image. For the most current technology, customers are encouraged to use [Azure compute gallery](azure-compute-gallery.md). All new features, like ARM64, Trusted launch, and Confidential VM are only supported through Azure compute gallery. If you have an existing managed image, you can use it as a source and create an Azure compute gallery image.
18
+
[Managed images](capture-image-resource.md) is legacy method to generalize and capture Virtual Machine image. For the most current technology, customers are encouraged to use [Azure compute gallery](azure-compute-gallery.md). All new features, like ARM64, Trusted launch, and Confidential Virtual Machine are only supported through Azure compute gallery. If you have an existing managed image, you can use it as a source and create an Azure compute gallery image.
19
19
20
20
## Before you begin
21
21
22
-
-[Create an Azure Compute Gallery](create-gallery.md)
23
-
- Reader permission on source managed image.
24
-
- Contributor permission on target Azure compute gallery image definition.
22
+
-[Create an Azure Compute Gallery](create-gallery.md).
23
+
-Assign `Reader` permission on source managed image.
24
+
-Assign `Contributor` permission on target Azure compute gallery image definition.
25
25
26
26
## Migrate Managed image to Azure Compute Gallery image
27
27
28
28
### [Portal](#tab/portal)
29
29
30
30
This section steps through using the Azure portal to migrate Managed image to existing Azure Compute Gallery.
31
31
32
-
1.Log in to [Azure portal](https://portal.azure.com)
33
-
2. Navigate to `Managed image` to be migrated and click**Clone to a VM image**.
32
+
1.Sign-in to [Azure portal](https://portal.azure.com).
33
+
2. Navigate to `Managed image` to be migrated and select**Clone to a VM image**.
34
34
35
35
:::image type="content" source="./media/shared-image-galleries/01-click-clone-image.png" alt-text="Screenshot of the Managed image to be migrated":::
36
36
37
-
3. Provide following details on the `Create VM image version` page and click**Next : Replication >**:
37
+
3. Provide following details on the `Create VM image version` page and select**Next : Replication >**:
38
38
- Version number
39
39
- Target Azure compute gallery
40
-
- Target VM image definition
40
+
- Target Virtual Machine image definition
41
41
42
-
4. Select following `Replication` configuration or select default values and click**Next : Encryption >**:
42
+
4. Select following `Replication` configuration or select default values and select**Next : Encryption >**:
43
43
- Default storage sku
44
44
- Default replication count
45
45
- Target replication regions
46
46
47
-
5. Select `SSE encryption type` or select default `Encryption at-rest with a platform managed key` and click**Next : Tags >**.
47
+
5. Select `SSE encryption type` or select default `Encryption at-rest with a platform managed key` and select**Next : Tags >**.
48
48
6.*Optional* Assign resource tags.
49
-
7. Validate the configuration on `Review + Create` page and click**Create** to complete the migration
49
+
7. Validate the configuration on `Review + Create` page and select**Create** to complete the migration.
50
50
51
51
### [CLI](#tab/cli)
52
52
53
-
You will need the `tenantID` of the source image, the `subscriptionID` for the subscription where the new image will be stored (target), and the `resourceID` of the source image.
53
+
You need the `tenantID` of the source image, the `subscriptionID` for the Azure compute gallery (target), and the `resourceID` of the source image.
54
54
55
55
```azurecli
56
56
# Set some variables
@@ -79,7 +79,7 @@ az sig image-version create `
79
79
80
80
### [PowerShell](#tab/powershell)
81
81
82
-
You will need the `tenantID` of the source image, the `subscriptionID` for the subscription where the new image will be stored (target), and the `resourceID` of the source image.
82
+
You need the `tenantID` of the source image, the `subscriptionID` for the Azure compute gallery (target), and the `resourceID` of the source image.
0 commit comments