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
Copy file name to clipboardExpand all lines: articles/automation/automation-runbook-types.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The Azure Automation Process Automation feature supports several types of runboo
26
26
To learn about the process automation environment, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
27
27
28
28
> [!NOTE]
29
-
> Azure Automation will follow the support lifecycle of PowerShell and Python language versions in accordance with the timelines published by parent the products, [PowerShell](/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3&preserve-view=true#powershell-end-of-support-dates) and [Python](https://devguide.python.org/versions/), respectively. We recommend that you use runbooks with supported language versions.
29
+
> Azure Automation will follow the support lifecycle of PowerShell and Python language versions in accordance with the timelines published by the parent products, [PowerShell](/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.3&preserve-view=true#powershell-end-of-support-dates) and [Python](https://devguide.python.org/versions/), respectively. We recommend that you use runbooks with supported language versions.
30
30
31
31
Take into account the following considerations when determining which type to use for a particular runbook:
32
32
@@ -43,7 +43,7 @@ The PowerShell version is determined by the **Runtime Version** specified.
43
43
The same Azure sandbox and Hybrid Runbook Worker can execute multiple **PowerShell** runbooks targeting different runtime versions side by side.
44
44
45
45
> [!NOTE]
46
-
> - Currently, PowerShell 7.4 runtime version is supported for both Cloud and Hybrid jobs in all Public regions except Brazil Southeast and Gov clouds.
46
+
> - Currently, PowerShell 7.4 runtime version is supported for both Cloud and Hybrid jobs in all Public regions except Brazil Southeast and Gov clouds.
47
47
> - At the time of runbook execution, if you select **Runtime Version** as **7.4**, PowerShell modules targeting 7.4 runtime version is used and if you select **Runtime Version** as **5.1**, PowerShell modules targeting 5.1 runtime version is used.
48
48
49
49
Ensure that you select the right Runtime Version for modules.
Copy file name to clipboardExpand all lines: articles/backup/blob-backup-configure-manage.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Configure and manage backup for Azure Blobs using Azure Backup
3
3
description: Learn how to configure and manage operational and vaulted backups for Azure Blobs.
4
4
ms.topic: how-to
5
-
ms.date: 09/26/2025
5
+
ms.date: 11/25/2025
6
6
ms.service: azure-backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
@@ -154,17 +154,17 @@ Once backup is configured, changes taking place on block blobs in the storage ac
154
154
155
155
## Manage backups
156
156
157
-
You can use [Azure Business Continuity Center](../business-continuity-center/business-continuity-center-overview.md) as your single blade of glass for managing all your backups. Regarding backup for Azure Blobs, you can use Azure Business Continuity Center to do the following operations:
157
+
You can use [Resiliency](../resiliency/resiliency-overview.md) as your single blade of glass for managing all your backups. Regarding backup for Azure Blobs, you can use Resiliency to do the following operations:
158
158
159
159
- As we've seen above, you can use it for creating Backup vaults and policies. You can also view all vaults and policies under the selected subscriptions.
160
-
-Azure Business Continuity Center gives you an easy way to [monitor the state of protection](../business-continuity-center/tutorial-monitor-protection-summary.md) of protected storage accounts as well as storage accounts for which [backup isn't currently configured](../business-continuity-center/quick-understand-protection-estate.md#identify-unprotected-resources).
160
+
-Resiliency gives you an easy way to [monitor the state of protection](../resiliency/tutorial-monitor-protection-summary.md) of protected storage accounts as well as storage accounts for which [backup isn't currently configured](../resiliency/quick-understand-protection-estate.md#identify-unprotected-resources).
161
161
- You can configure backup for any storage accounts using the **+Configure protection** button.
162
162
- You can initiate restores using the **Restore** button and track restores using **Jobs**. For more information on performing restores, see [Restore Azure Blobs](blob-restore.md?tabs=vaulted-backup).
163
163
- Analyze your backup usage using Backup reports.
164
164
165
165
:::image type="content" source="./media/blob-backup-configure-manage/manage-azure-blob-backup.png" alt-text="Screenshot shows the Azure Business Continuity Center console to manage the Azure Blob backups." lightbox="./media/blob-backup-configure-manage/manage-azure-blob-backup.png":::
166
166
167
-
For more information, see [Overview of Azure Business Continuity Center](../business-continuity-center/business-continuity-center-overview.md).
167
+
For more information, see [Overview of Resiliency](../resiliency/resiliency-overview.md).
168
168
169
169
## Stop protection
170
170
@@ -177,7 +177,7 @@ To stop backup for a storage account, follow these steps:
177
177
178
178
1. Go to the backup instance for the storage account being backed up.
179
179
180
-
You can go to the backup instance from the storage account via **Storage account** > **Data protection** > **Manage backup settings**, or directly from the Business Continuity Center via **Business Continuity Center** > **Protected Items** , and then select **Azure Backup** as a **Solution** in the filter.
180
+
You can go to the backup instance from the storage account via **Storage account** > **Data protection** > **Manage backup settings**, or directly from the Resiliency via **Resiliency** > **Protected Items** , and then select **Azure Backup** as a **Solution** in the filter.
181
181
182
182
:::image type="content" source="./media/blob-backup-configure-manage/storage-account-location.png" alt-text="Screenshot shows the Storage account location.":::
Copy file name to clipboardExpand all lines: articles/backup/blob-backup-overview.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Overview of Azure Blobs backup
3
3
description: Learn about Azure Blobs backup.
4
4
ms.topic: overview
5
-
ms.date: 09/02/2025
5
+
ms.date: 11/25/2025
6
6
ms.service: azure-backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
@@ -22,7 +22,7 @@ This article gives you an understanding about configuring the following types of
22
22
23
23
Vaulted backup for Azure Blob Storage is now generally available, offering secure, offsite protection with granular restore options, automation support, and enhanced compliance and security features.For more information, see the [Microsoft Community Hub blog](https://azure.microsoft.com/updates?id=ga-vaulted-backup-azure-blob-storage).
24
24
25
-
You can choose to configure vaulted backups, operational backups, or both on your storage accounts using a single backup policy. The integration with [Azure Business Continuity Center](../business-continuity-center/business-continuity-center-overview.md) enables you to govern, monitor, operate, and analyze backups at scale.
25
+
You can choose to configure vaulted backups, operational backups, or both on your storage accounts using a single backup policy. The integration with [Resiliency](../resiliency/resiliency-overview.md) enables you to govern, monitor, operate, and analyze backups at scale.
26
26
27
27
## How the Azure Blobs backup works?
28
28
@@ -87,7 +87,7 @@ You can enable operational backup and vaulted backup (or both) of blobs on a sto
87
87
88
88
Once you have enabled backup on a storage account, a Backup Instance is created corresponding to the storage account in the Backup vault. You can perform any Backup-related operations for a storage account like initiating restores, monitoring, stopping protection, and so on, through its corresponding Backup Instance.
89
89
90
-
Both operational and vaulted backups integrate directly with Azure Business Continuity Center to help you manage the protection of all your storage accounts centrally, along with all other Backup supported workloads. Azure Business Continuity Center is your single pane of glass for all your Backup requirements like monitoring jobs and state of backups and restores, ensuring compliance and governance, analyzing backup usage, and performing operations pertaining to back up and restore of data.
90
+
Both operational and vaulted backups integrate directly with Resiliency to help you manage the protection of all your storage accounts centrally, along with all other Backup supported workloads. Resiliency is an unified platform for all your Backup requirements like monitoring jobs and state of backups and restores, ensuring compliance and governance, analyzing backup usage, and performing operations pertaining to back up and restore of data.
91
91
92
92
---
93
93
@@ -128,6 +128,7 @@ For generating the estimate for your scenario see the [Azure Backup pricing calc
128
128
129
129
## Related content
130
130
131
+
-[Create a Backup vault](../resiliency/backup-vaults.md).
131
132
-[Create a backup policy for Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-create-update-blob-policy.md).
132
133
-[Back up Azure Blob using REST API](backup-azure-dataprotection-use-rest-api-backup-blobs.md).
133
134
- Restore Azure Blobs by Azure Backup using [Azure portal](blob-restore.md), [Azure PowerShell](restore-blobs-storage-account-ps.md), [Azure CLI](restore-blobs-storage-account-cli.md), [REST API](backup-azure-dataprotection-use-rest-api-restore-blobs.md).
Copy file name to clipboardExpand all lines: articles/migrate/tutorial-assess-vmware-azure-vmware-solution.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,12 @@ Decide whether you want to run an assessment using sizing criteria based on serv
54
54
55
55
Run an assessment as follows:
56
56
57
-
1. In **Infrastructure**, select the list of all workloads you want to assess the cost for.
57
+
1. In **Infrastructure**, select the list of all workloads you want to assess the cost for. Ensure you only select **VMware VMs** to create an assessment for AVS.
58
+
- You can filter the list of VMware VMs using the filter for **Hypervisor type** and choosing **VMware**
59
+
60
+
:::image type="content" source="./media/tutorial-assess-vmware-azure-vmware-solution/filter-vmware-virtual-machines.png" alt-text="Screenshot of page for selecting VMware VMs." lightbox="./media/tutorial-assess-vmware-azure-vmware-solution/filter-vmware-virtual-machines.png" :::
61
+
62
+
- You can also choose to create the assessment only for powered-on VMs by using the filter for **Power status** and choosing **On**.
58
63
59
64
1. From the top menu, click on **Create assessment** drop-down, select **For Azure VMware Solution (AVS)**.
:::image type="content" source="./media/tutorial-assess-vmware-azure-vmware-solution/azure-vmware-solution-assessment-settings-v2.png" alt-text="Screenshot of assessment properties." lightbox="./media/tutorial-assess-vmware-azure-vmware-solution/azure-vmware-solution-assessment-settings-v2.png":::
90
95
91
96
1. In **Assess Servers**, select **Next**.
92
97
93
98
1. In **Select servers to assess** > **Assessment name** > specify a name for the assessment.
94
99
95
100
1. Select **Save** if you made changes.
96
101
97
-
:::image type="content" source="./media/tutorial-assess-vmware-azure-vmware-solution/azure-vmware-solution-assessment-settings-v2.png" alt-text="Screenshot of assessment properties." lightbox="./media/tutorial-assess-vmware-azure-vmware-solution/azure-vmware-solution-assessment-settings-v2.png":::
98
-
99
102
1. Select **Save** if you made changes and select **Review + Create assessment**.
100
103
101
104
1. In **Review + create assessment**, review the assessment details, and select **Create** to run the assessment.
@@ -110,7 +113,7 @@ An AVS assessment describes:
110
113
-**Azure VMware Solution (AVS) readiness**: Whether the on-premises servers are suitable for migration to Azure VMware Solution (AVS).
111
114
-**Number of Azure VMware Solution nodes**: Estimated number of Azure VMware Solution nodes required to run the servers.
112
115
-**Utilization across AVS nodes**: Projected CPU, memory, and storage utilization across all nodes.
113
-
- Utilization includes upfront factoring in the cluster management overheads such as the vCenter Server, NSX Manager (large), NSX Edge, if HCX is deployed also the HCX Manager and IX appliance consuming ~ 44vCPU (11 CPU), 75 GB of RAM and 722 GB of storage before compression and deduplication.
116
+
- Utilization includes upfront factoring in the cluster management overheads such as the vCenter Server, NSX Manager (large), NSX Edge, if HCX is deployed also the HCX Manager and HCX appliance consuming ~ 44vCPU (11 CPU), 75 GB of RAM and 722 GB of storage before compression and deduplication.
114
117
- Limiting factor determines the number of hosts/nodes required to accommodate the resources.
115
118
-**Monthly cost estimation**: The estimated monthly costs for all Azure VMware Solution (AVS) nodes running the on-premises VMs.
116
119
@@ -124,7 +127,7 @@ To view an assessment:
124
127
125
128
1. In **Assessments**, select an assessment to open it. As an example (estimations and costs, for example, only):
:::image type="content" source="./media/tutorial-assess-vmware-azure-vmware-solution/assessment-overview.png" alt-text="Screenshot showing the page with the assessment overview." lightbox="./media/tutorial-assess-vmware-azure-vmware-solution/assessment-overview.png":::
0 commit comments