Skip to content

Commit 6341610

Browse files
authored
Merge pull request #284164 from MicrosoftDocs/main
Publish to live, Friday 4 AM PST, 8/9
2 parents 561b5b4 + e9ff0ba commit 6341610

23 files changed

+537
-44
lines changed

articles/automation/shared-resources/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage modules in Azure Automation
33
description: This article tells how to use PowerShell modules to enable cmdlets in runbooks and DSC resources in DSC configurations.
44
services: automation
55
ms.subservice: shared-capabilities
6-
ms.date: 07/17/2024
6+
ms.date: 08/09/2024
77
ms.topic: conceptual
88
ms.custom: devx-track-azurepowershell, devx-track-python
99
ms.service: azure-automation
@@ -197,7 +197,7 @@ TestModule
197197
2.0.0
198198
```
199199

200-
Within each of the version folders, copy your PowerShell .psm1, .psd1, or PowerShell module **.dll** files that make up a module into the respective version folder. Zip up the module folder so that Azure Automation can import it as a single .zip file. While Automation only shows the highest version of the module imported, if the module package contains side-by-side versions of the module, they are all available for use in your runbooks or DSC configurations.
200+
Within each of the version folders, copy your PowerShell .psm1, .psd1, or PowerShell module **.dll** files that make up a module into the respective version folder. Zip up the module folder so that Azure Automation can import it as a single .zip file. While Automation only shows one of the versions of the module imported, if the module package contains side-by-side versions of the module, they are all available for use in your runbooks or DSC configurations.
201201

202202
While Automation supports modules containing side-by-side versions within the same package, it does not support using multiple versions of a module across module package imports. For example, you import **module A**, which contains versions 1 and 2 into your Automation account. Later you update **module A** to include versions 3 and 4, when you import into your Automation account, only versions 3 and 4 are usable within any runbooks or DSC configurations. If you require all versions - 1, 2, 3, and 4 to be available, the .zip file your import should contain versions 1, 2, 3, and 4.
203203

-948 Bytes
Loading

articles/backup/backup-azure-backup-faq.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: 'Answers to common questions about'
55
ms.topic: faq
66
ms.service: azure-backup
7-
ms.date: 08/05/2024
7+
ms.date: 08/09/2024
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
ms.custom: engagement-fy24
@@ -104,6 +104,11 @@ sections:
104104
| --- | --- |
105105
| Supported datasources: <br><br> - Azure Virtual Machine <br> - SQL in Azure VM <br> - Azure Files <br> - SAP HANA in Azure VM <br> - Azure Backup Server <br> - Azure Backup agent <br> - DPM | Supported datasources: <br><br> - Azure Disks <br> - Azure Blobs <br> - Azure Database for PostgreSQL server <br> - Kubernetes services (preview) |
106106
107+
- question: |
108+
Can I copy restore points created by the Azure Backup service portal from one region to another?
109+
answer: |
110+
No. Currently, Azure Backup supports only copying restore points from one vault to another. You can [move snapshots to a different region using the VM restore point APIs](../virtual-machines/manage-restore-points.md#copy-a-vm-restore-point-between-regions), but this isn't supported for Vault-tier recovery points.
111+
107112
- name: Azure Backup agent
108113
questions:
109114
- question: |

articles/backup/backup-support-matrix-iaas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Support matrix for Azure VM backups
33
description: Get a summary of support settings and limitations for backing up Azure VMs by using the Azure Backup service.
44
ms.topic: conceptual
5-
ms.date: 06/20/2024
5+
ms.date: 08/09/2024
66
ms.custom: references_regions, linux-related-content
7-
ms.reviewer: sharrai
7+
ms.reviewer: nikhilsarode
88
ms.service: azure-backup
99
author: AbhishekMallick-MS
1010
ms.author: v-abhmallick
@@ -199,7 +199,7 @@ Backup and restore of deduplicated VMs or disks | Azure Backup doesn't support d
199199
Adding a disk to a protected VM | Supported.
200200
Resizing a disk on a protected VM | Supported.
201201
Shared storage| Backing up VMs by using Cluster Shared Volumes (CSV) or Scale-Out File Server isn't supported. CSV writers are likely to fail during backup. On restore, disks that contain CSV volumes might not come up.
202-
[Shared disks](../virtual-machines/disks-shared-enable.md) | Not supported. <br><br> You can exclude shared disk with Enhanced policy and backup the other supported disks in the VM.
202+
[Shared disks](../virtual-machines/disks-shared-enable.md) | Not supported. <br><br> - You can exclude shared disk with Enhanced policy and backup the other supported disks in the VM. <br><br> - You can use S2D to create a shared disk or standalone volumes by combining capacities from disks in different VMs. Azure Backup doesn't support backup of a shared volume (between VMs for database cluster or cluster Configuration) created using S2D.
203203
<a name="ultra-disk-backup">Ultra disks</a> | Supported with [Enhanced policy](backup-azure-vms-enhanced-policy.md). <br><br> [Supported regions](../virtual-machines/disks-types.md#ultra-disk-limitations). <br><br> - Configuration of Ultra disk protection is supported via Recovery Services vault and via virtual machine blade. <br><br> - Cross-region restore is currently not supported for machines using Ultra disks. <br><br> - GRS type vaults cannot be used for enabling backup. <br><br> - File-level restore is currently not supported for machines using Ultra disks.
204204
<a name="premium-ssd-v2-backup">Premium SSD v2</a> | Supported with [Enhanced policy](backup-azure-vms-enhanced-policy.md). <br><br> [Supported regions](../virtual-machines/disks-types.md#regional-availability). <br><br> - Configuration of Premium SSD v2 disk protection is supported via Recovery Services vault and via virtual machine blade. <br><br> - Cross-region restore is currently not supported for machines using Premium v2 disks and GRS type vaults cannot be used for enabling backup. <br><br> - File-level restore is currently not supported for machines using Premium SSD v2 disks.
205205
[Temporary disks](../virtual-machines/managed-disks-overview.md#temporary-disk) | Azure Backup doesn't back up temporary disks.

0 commit comments

Comments
 (0)