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/azure-vmware/configure-storage-policy.md
+78Lines changed: 78 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,6 +171,84 @@ Run the `Update-StoragePolicyOfUnassociatedVsanObjects` cmdlet to modify curre
171
171
172
172
3. Check **Notifications** to see the progress.
173
173
174
+
## Delete unassociated vSAN objects using Run Command
175
+
176
+
Unassociated vSAN objects can remain in a cluster due to interrupted operations, policy mismatches, or failed workflows. These objects consume storage capacity and may block certain cluster operations.
177
+
178
+
This article explains how to **list** and **delete** unassociated vSAN objects in **Azure VMware Solution (AVS)** using **Run Command**.
179
+
180
+
### Prerequisites
181
+
182
+
Before listing or deleting unassociated vSAN objects, ensure that:
183
+
184
+
- You have access to the Azure portal with permissions equivalent to the **cloudadmin** role for the AVS private cloud.
185
+
- The cluster meets the minimum host requirements for its vSAN configuration (OSA or ESA).
186
+
- You are using the latest supported version of the **Microsoft.AVS.Management** Run Command package.
187
+
- You have validated that the objects to be deleted are **not required** by any workload, management VM, or system component.
188
+
189
+
### List unassociated vSAN objects
190
+
191
+
Before deleting any objects, list and review them to confirm that they are truly unassociated.
192
+
193
+
Use the **Get‑UnassociatedVsanObjectsWithPolicy** Run Command to list unassociated vSAN objects and obtain their UUIDs.
194
+
195
+
For detailed steps, see:
196
+
197
+
-[List storage policies for Unassociated objects](configure-storage-policy.md#list-storage-policies-for-unassociated-objects)
198
+
199
+
The output of this command includes the **UUID** of each unassociated vSAN object, which is required for deletion.
200
+
201
+
202
+
### Delete unassociated vSAN objects
203
+
204
+
After reviewing the list of unassociated objects, delete them **individually** by specifying their UUID and ClusterName.
205
+
206
+
> [!IMPORTANT]
207
+
> Deleting a vSAN object is irreversible. Ensure that the object is not associated with any VM, management component, or system service before proceeding.
208
+
209
+
### Run Command parameters: `Remove-AvsUnassociatedObject`
210
+
211
+
| Field | Description |
212
+
|------|-------------|
213
+
|**UUID**| UUID of the unassociated vSAN object to delete. Obtain this value from the output of `Get‑UnassociatedVsanObjectsWithPolicy`. |
214
+
|**ClusterName**| Name of the vSAN cluster that contains the unassociated object. |
215
+
|**Retain up to**| Retention period for the Run Command output. |
216
+
|**Specify name for execution**| Alphanumeric name used to identify this Run Command execution. |
217
+
|**Timeout**| Time after which the command exits if it does not complete. |
218
+
219
+
1. Navigate to your AVS private cloud in the Azure portal.
:::image type="content" source="media/run-command/run-command-overview-remove-unassociated-object.png" alt-text="Screenshot showing the Remove-AvsUnassociatedObject Run Command in the Azure portal." lightbox="media/run-command/run-command-overview-remove-unassociated-object.png":::
224
+
225
+
4. Provide the **UUID** and **ClusterName** of the unassociated object you want to remove.
226
+
227
+
:::image type="content" source="media/run-command/run-command-remove-unassociated-object.png" alt-text="Screenshot of the Remove-AvsUnassociatedObject Run Command execution." lightbox="media/run-command/run-command-remove-unassociated-object.png":::
228
+
229
+
5. Select **Run** and monitor execution progress.
230
+
231
+
Once the command completes successfully, the specified vSAN object is permanently removed from the cluster.
232
+
233
+
### Best practices and safety guidance
234
+
235
+
- Always **list objects first** and review them carefully before deletion.
236
+
- Delete objects **one at a time** to minimize risk.
237
+
- Avoid deleting objects with names or attributes associated with:
238
+
- Management VMs
239
+
- vCenter
240
+
- NSX
241
+
- HCX
242
+
- SRM
243
+
- Backup or replication components
244
+
- If you are unsure about an object, do not delete it and investigate further.
245
+
246
+
### Next steps
247
+
248
+
- Review storage policy assignments to prevent future unassociated objects.
249
+
- Monitor vSAN health checks regularly.
250
+
- Use Run Command outputs and retention settings to maintain auditability.
251
+
174
252
## Specify a storage policy for a cluster
175
253
176
254
Run the `Set-ClusterDefaultStoragePolicy` cmdlet to specify a default storage policy for a cluster.
Copy file name to clipboardExpand all lines: articles/backup/azure-file-share-backup-overview.md
+3-1Lines changed: 3 additions & 1 deletion
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: About Azure Files backup
3
3
description: Learn how to back up Azure Files in the Recovery Services vault
4
4
ms.topic: overview
5
-
ms.date: 09/26/2025
5
+
ms.date: 02/17/2026
6
6
ms.service: azure-backup
7
7
ms.custom:
8
8
- engagement-fy23
@@ -18,6 +18,8 @@ Azure Files backup is a native cloud solution that protects your data and elimin
18
18
19
19
Azure Backup now offers general availability of Vaulted Backup for Azure Files, enabling secure, long-term protection with ransomware defense, cross-region recovery, and compliance-ready retention—all managed through a unified backup policy. For more insights, see the [Microsoft Community Hub blog](https://techcommunity.microsoft.com/blog/azurestorageblog/general-availability-vaulted-backup-for-azure-files---boost-your-data-security-a/4395344). To know the latest product enhancements and feature updates in Azure, see [Microsoft Azure Updates](https://azure.microsoft.com/updates?id=482659).
20
20
21
+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
22
+
21
23
## Key benefits of Azure Files backup
22
24
23
25
Protection of Azure Files provides the following benefits by using *Snapshot* and *Vaulted* backup tiers:
Copy file name to clipboardExpand all lines: articles/backup/azure-file-share-support-matrix.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
@@ -2,7 +2,7 @@
2
2
title: Support Matrix for Azure Files backup by using Azure Backup
3
3
description: Provides a summary of support settings and limitations when backing up Azure Files.
4
4
ms.topic: reference
5
-
ms.date: 09/26/2025
5
+
ms.date: 02/17/2026
6
6
ms.custom: references_regions, engagement-fy24
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
@@ -14,7 +14,7 @@ ms.author: v-mallicka
14
14
15
15
This article summarizes the supported settings and limitations when backing up Azure Files by using Azure Backup.
16
16
17
-
You can use the [Azure Backup service](./backup-overview.md) to back up Azure Files. This article summarizes support settings when you back up Azure Files with Azure Backup.
17
+
You can use the [Azure Backup service](./backup-overview.md) to back up Azure Files. This article summarizes support settings when you back up Azure Files with Azure Backup. For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
18
18
19
19
Azure Backup now offers general availability of Vaulted Backup for Azure Files (Standard tier), enabling secure, long-term protection with ransomware defense, cross-region recovery, and compliance-ready retention—all managed through a unified backup policy. For more insights, see the [Microsoft Community Hub blog](https://techcommunity.microsoft.com/blog/azurestorageblog/general-availability-vaulted-backup-for-azure-files---boost-your-data-security-a/4395344). To know the latest product enhancements and feature updates in Azure, see [Microsoft Azure Updates](https://azure.microsoft.com/updates?id=482659).
Copy file name to clipboardExpand all lines: articles/backup/backup-afs-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Back up Azure Files with Azure CLI
3
3
description: Learn how to use Azure CLI to back up Azure Files in the Recovery Services vault
4
4
ms.topic: how-to
5
5
ms.custom: devx-track-azurecli, engagement-fy24
6
-
ms.date: 05/22/2025
6
+
ms.date: 02/17/2026
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
9
9
# Customer intent: As an IT administrator, I want to back up Azure Files using Azure CLI, so that I can automate the backup process and ensure data protection effectively.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-afs-automation.md
+3-2Lines changed: 3 additions & 2 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: Back up Azure files using PowerShell
3
3
description: Learn how to use Azure PowerShell to back up Azure Files through an Azure Backup Recovery Services vault.
4
4
ms.topic: how-to
5
-
ms.date: 05/22/2025
5
+
ms.date: 02/17/2026
6
6
ms.custom: devx-track-azurepowershell
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
@@ -12,7 +12,8 @@ ms.author: v-mallicka
12
12
13
13
# Back up Azure Files using Azure PowerShell
14
14
15
-
This article describes how to use Azure PowerShell to back up Azure Files through an [Azure Backup](backup-overview.md) Recovery Services vault.
15
+
This article describes how to use Azure PowerShell to back up Azure Files through an [Azure Backup](backup-overview.md) Recovery Services vault. You can also back up Azure Files using [Azure portal](backup-azure-files.md), [CLI](backup-afs-cli.md), and [REST API](backup-azure-file-share-rest-api.md).
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-file-share-rest-api.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
title: Back up Azure Files with REST API
3
3
description: Learn how to use REST API to back up Azure Files in the Recovery Services vault
4
4
ms.topic: how-to
5
-
ms.date: 05/22/2025
5
+
ms.date: 02/17/2026
6
6
author: AbhishekMallick-MS
7
7
ms.author: v-mallicka
8
8
# Customer intent: As a cloud administrator, I want to use the REST API to backup Azure Files stored in a Recovery Services vault, so that I can automate the protection and management of file shares without relying solely on graphical interfaces.
9
9
---
10
10
11
11
# Backup Azure Files using Azure Backup via REST API
12
12
13
-
This article describes how to back up an Azure Files using Azure Backup via REST API.
13
+
This article describes how to back up an Azure Files using Azure Backup via REST API. You can also back up Azure Files using [Azure portal](backup-azure-files.md), [CLI](backup-afs-cli.md), and [Azure PowerShell](backup-azure-afs-automation.md).
14
14
15
15
This article assumes you've already created a Recovery Services vault and policy for configuring backup for your File Share. If you haven’t, refer to the [create vault](./backup-azure-arm-userestapi-createorupdatevault.md) and [create policy](./backup-azure-arm-userestapi-createorupdatepolicy.md) REST API tutorials for creating new vaults and policies.
16
16
@@ -26,6 +26,9 @@ For this article, we'll use the following resources:
26
26
27
27
-**File Share**: `testshare`
28
28
29
+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
30
+
31
+
29
32
## Configure backup for an unprotected Azure Files using REST API
30
33
31
34
### Discover storage accounts with unprotected Azure Files
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-files-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
metadata:
3
3
title: Back up Azure Files FAQ
4
4
description: In this article, discover answers to common questions about how to protect your Azure file shares with the Azure Backup service.
5
-
ms.date: 06/11/2025
5
+
ms.date: 02/17/2026
6
6
ms.topic: faq
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-mallicka
10
10
title: Frequently asked questions about backing up Azure Files
11
11
summary: |
12
-
This article answers common questions about backing up Azure Files. In some of the answers, there are links to the articles that have comprehensive information. You can also post questions about the Azure Backup service in the [Microsoft Q&A question page for discussion](/answers/topics/azure-backup.html).
12
+
This article answers common questions about backing up Azure Files. In some of the answers, there are links to the articles that have comprehensive information. You can also post questions about the Azure Backup service in the [Microsoft Q&A question page for discussion](/answers/topics/azure-backup.html). To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md).
13
13
14
14
To quickly scan the sections in this article, use the links to the right, under **In this article**.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-files.md
+3-2Lines changed: 3 additions & 2 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: Back up Azure Files in the Azure portal
3
3
description: Learn how to use the Azure portal to back up Azure Files in the Recovery Services vault
4
4
ms.topic: how-to
5
-
ms.date: 07/09/2025
5
+
ms.date: 02/17/2026
6
6
ms.service: azure-backup
7
7
ms.custom: engagement-fy23
8
8
author: AbhishekMallick-MS
@@ -12,7 +12,7 @@ ms.author: v-mallicka
12
12
13
13
# Back up Azure Files
14
14
15
-
This article describes how to back up [Azure Files](../storage/files/storage-files-introduction.md) from the Azure portal.
15
+
This article describes how to back up [Azure Files](../storage/files/storage-files-introduction.md) from the Azure portal. You can also back up Azure Files using [CLI](backup-afs-cli.md), [Azure PowerShell](backup-azure-afs-automation.md), and [REST API](backup-azure-file-share-rest-api.md).
16
16
17
17
Azure Files backup is a native cloud solution that protects your data and eliminates on-premises maintenance overheads. Azure Backup seamlessly integrates with Azure File Sync, centralizing your file share data and backups. The simple, reliable, and secure solution allows you to protect your enterprise file shares using [snapshot](azure-file-share-backup-overview.md?tabs=snapshot) and [vaulted](azure-file-share-backup-overview.md?tabs=vault-standard) backups, ensuring data recovery for accidental or malicious deletion.
18
18
@@ -34,6 +34,7 @@ Azure Files backup is a native cloud solution that protects your data and elimin
34
34
>[!IMPORTANT]
35
35
>To perform [Cross Subscription Backup (CSB) for protecting Azure Files](azure-file-share-backup-overview.md#how-cross-subscription-backup-for-azure-files-works) in another subscription, ensure you register `Microsoft.RecoveryServices` in the **subscription of the file share** in addition to the given prerequisites.
36
36
37
+
To learn about the supported Azure Files backup and restore scenarios, region availability, and limitations, see the [support matrix](azure-file-share-support-matrix.md). For common questions, see the [frequently asked questions](backup-azure-files-faq.yml).
0 commit comments