Skip to content

Commit ce9afd6

Browse files
committed
edit
1 parent 4ab387a commit ce9afd6

File tree

1 file changed

+39
-5
lines changed

1 file changed

+39
-5
lines changed

articles/reliability/reliability-image-builder.md

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 08/22/2023
1212

1313
# Reliability in Azure Image Builder (AIB)
1414

15-
This article contains [specific reliability recommendations for Image Builder](#reliability-recommendations) and [cross-regional resiliency with disaster recovery](#disaster-recovery-cross-region-failover).
15+
This article contains [specific reliability recommendations for Image Builder](#reliability-recommendations) and [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity).
1616

1717

1818
Azure Image Builder (AIB) is a regional service with a cluster that serves single regions. The AIB regional setup keeps data and resources within the regional boundary. AIB as a service doesn't do fail over for cluster and SQL database in region down scenarios.
@@ -31,14 +31,48 @@ For an architectural overview of reliability in Azure, see [Azure reliability](/
3131
### Reliability recommendations summary
3232

3333

34-
## Disaster recovery: cross-region failover
34+
| Category | Priority |Recommendation |
35+
|---------------|--------|---|
36+
| [**High Availability**](#high-availability) |:::image type="icon" source="media/icon-recommendation-low.svg":::| [Use generation 2 virtual machine source images](#-run-production-workloads-on-two-or-more-vms-using-virtual-machine-scale-sets-flex) |
37+
|[**Disaster Recovery**](#disaster-recovery)|:::image type="icon" source="media/icon-recommendation-low.svg"::: |[Replicate image templates to a secondary region](#-deploy-vms-across-availability-zones-or-use-virtual-machine-scale-sets-flex-with-zones) |
3538

36-
If a region-wide disaster occurs, Azure can provide protection from regional or large geography disasters with disaster recovery by making use of another region. For more information on Azure disaster recovery architecture, see [Azure to Azure disaster recovery architecture](../site-recovery/azure-to-azure-architecture.md).
39+
40+
### High availability
41+
42+
#### :::image type="icon" source="media/icon-recommendation-low.svg"::: **Use generation 2 virtual machine (VM) source images**
43+
44+
When building your image templates, use source images that support generation 2 VMs. Generation 2 VMs support key features that aren’t supported in generation 1 VMs such as:
45+
46+
- Increased memory
47+
- Support for disks greater than 2TB
48+
- New UEFI-based boot architecture instead, which can improve boot and installation times
49+
- Intel Software Guard Extensions (Intel SGX)
50+
- Virtualized persistent memory (vPMEM)
51+
52+
53+
For more information on generation 2 VM features and capabilities, see [Generation 2 VMs: Features and capabilities](/azure/virtual-machines/generation-2#features-and-capabilities).
54+
55+
### Disaster recovery
56+
57+
#### :::image type="icon" source="media/icon-recommendation-low.svg"::: **Replicate image templates to a secondary region**
58+
59+
The Azure Image Builder service that's used to deploy Image Templates doesn’t currently support availability zones. Therefore, when building your image templates, you should replicate them to a secondary region, preferably to your primary region’s [paired region](./availability-zones-overview.md#paired-and-unpaired-regions). With a secondary region, you can quickly recover from a region failure and continue to deploy virtual machines from your image templates. For more information, see [Cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity).
60+
61+
62+
# [Azure Resource Graph](#tab/graph)
63+
64+
:::code language="kusto" source="~/azure-proactive-resiliency-library/docs/content/services/compute/image-templates/code/it-2/it-2.kql":::
65+
66+
----
67+
68+
## Cross-region disaster recovery and business continuity
69+
70+
[!INCLUDE [introduction to disaster recovery](includes/reliability-disaster-recovery-description-include.md)]
3771

3872
To ensure fast and easy recovery for Azure Image Builder (AIB), it's recommended that you run an image template in region pairs or multiple regions when designing your AIB solution. You should also replicate resources from the start when you're setting up your image templates.
3973

4074

41-
### Cross-region disaster recovery in multi-region geography
75+
### Multi-region geography disaster recovery
4276

4377
When a regional disaster occurs, Microsoft is responsible for outage detection, notifications, and support for AIB. However, you're responsible for setting up disaster recovery for the control (service side) and data planes.
4478

@@ -89,6 +123,6 @@ In regards to your data processing information, refer to the Azure Image Builder
89123

90124
## Next steps
91125

92-
- [Reliability in Azure](../reliability/overview.md)
126+
- [Reliability in Azure](overview.md)
93127
- [Enable Azure VM disaster recovery between availability zones](../site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery.md)
94128
- [Azure Image Builder overview](../virtual-machines//image-builder-overview.md)

0 commit comments

Comments
 (0)