Skip to content

Commit bbb5767

Browse files
Merge pull request #310641 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-19 18:00 UTC
2 parents 9dd4116 + 9249274 commit bbb5767

26 files changed

Lines changed: 102 additions & 95 deletions

articles/azure-vmware/architecture-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Now that you've covered Azure VMware Solution access and identity concepts, you
230230

231231
- [Details of each privilege](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-security-8-0/defined-privileges.html)
232232

233-
- [How Azure VMware Solution monitors and repairs private clouds](azure-vmware-solution-private-cloud-maintenance-best-practices.md#host-monitoring-and-remediation)
233+
- [How Azure VMware Solution monitors and repairs private clouds](azure-vmware-solution-private-cloud-maintenance.md#host-monitoring-and-remediation)
234234

235235
<!-- LINKS - external-->
236236
[VMware product documentation]: https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/8-0/vsphere-security-8-0/defined-privileges.html

articles/azure-vmware/architecture-private-clouds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Azure VMware Solution continuously monitors the health of both the physical unde
157157
Now that you learned about Azure VMware Solution private cloud concepts, you might want to read:
158158

159159
- [Azure VMware Solution networking and interconnectivity concepts](architecture-networking.md)
160-
- [Azure VMware Solution private cloud maintenance best practices](azure-vmware-solution-private-cloud-maintenance-best-practices.md)
160+
- [Azure VMware Solution private cloud maintenance](azure-vmware-solution-private-cloud-maintenance.md)
161161
- [Azure VMware Solution storage concepts](architecture-storage.md)
162162
- [Enable an Azure VMware Solution resource](deploy-azure-vmware-solution.md#register-the-microsoftavs-resource-provider)
163163

articles/azure-vmware/azure-vmware-solution-platform-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ ms.date: 09/12/2025
1010

1111
# What's new in Azure VMware Solution
1212

13-
Microsoft regularly applies important updates to the Azure VMware Solution for new features and software lifecycle management. You should receive a notification through Azure Service Health that includes the timeline of the maintenance. For more information, see [Host maintenance and lifecycle management](azure-vmware-solution-private-cloud-maintenance-best-practices.md#host-maintenance-and-lifecycle-management).
13+
Microsoft regularly applies important updates to the Azure VMware Solution for new features and software lifecycle management. You should receive a notification through Azure Service Health that includes the timeline of the maintenance. For more information, see [Host maintenance and lifecycle management](azure-vmware-solution-private-cloud-maintenance.md#host-maintenance-and-lifecycle-management).
1414

1515
## December 2025
1616

1717
**Resource Health for Azure VMware Solution**
1818

19-
Resource Health for Azure VMware Solution is now Generally Available! Resource Health, an Azure native feature, monitors the health of an Azure VMware Solution private cloud and suggests actions for existing issues. Setup Azure Monitor notifications on top of these alerts to notify stakeholders to remediate and ensure the private cloud is in a healthy and maintainable state. [Learn more](resource-health-for-azure-vmware-solution-overview.md)
19+
Resource Health for Azure VMware Solution is now Generally Available! Resource Health, an Azure native feature, monitors the health of an Azure VMware Solution private cloud and suggests actions for existing issues. Set up Azure Monitor notifications on top of these alerts to notify stakeholders to remediate and ensure the private cloud is in a healthy and maintainable state. [Learn more](resource-health-for-azure-vmware-solution-overview.md)
2020

2121
## November 2025
2222

articles/azure-vmware/azure-vmware-solution-private-cloud-maintenance-best-practices.md renamed to articles/azure-vmware/azure-vmware-solution-private-cloud-maintenance.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Azure VMware Solution - private cloud maintenance best practices
3-
description: Understand the best practices and recommendations to maintain Azure VMware Solution private cloud
2+
title: Azure VMware Solution - private cloud maintenance
3+
description: Ensuring seamless, reliably maintaintenance of Azure VMware Solution private cloud
44
ms.topic: concept-article
55
ms.service: azure-vmware
66
ms.date: 03/25/2025
7-
# Customer intent: "As an IT administrator managing Azure VMware Solution, I want to follow best practices for private cloud maintenance and monitoring, so that I can ensure optimal performance and minimize downtime during updates."
7+
# Customer intent: "As an IT administrator managing Azure VMware Solution, I want to ensure optimal performance and minimize downtime during updates."
88
---
99

10-
# Azure VMware Solution private cloud maintenance best practices
10+
# Azure VMware Solution private cloud maintenance
1111

12-
Azure VMware Solution undertakes periodic maintenance of the private cloud. This maintenance includes security patches, minor and major updates to VMware software stack. This page describes the host monitoring, remediation, and recommended best practices that help keep the private cloud ready for maintenance.
12+
Azure VMware Solution undertakes periodic maintenance of the private cloud. This maintenance includes security patches, minor and major updates to VMware software stack. This page describes the host monitoring, remediation, and mandatory steps that keep the private cloud ready for maintenance.
1313

1414
## Host maintenance and lifecycle management
1515

@@ -41,8 +41,8 @@ Azure VMware Solution monitors the following conditions on the host:
4141
- Storage status
4242
- Connection failure
4343

44-
## Maintenance Operations Best Practices
45-
The following actions are always recommended for ensuring host maintenance operations are carried out successfully:
44+
## Actions to ensure private cloud is maintenance-ready
45+
The following actions are necessary for ensuring host maintenance operations are carried out successfully:
4646
- **vSAN storage utilization:** To maintain Service Level Agreement (SLA), ensure that your vSphere cluster's storage space utilization remains below 75%. If the utilization exceeds 75%, upgrades may take longer than expected or fail entirely. If your storage utilization exceeds 75%, consider adding a node to expand the cluster and prevent potential downtime during upgrades.
4747
- **Distributed Resource Scheduler (DRS) rules:** DRS VM-VM anti-affinity rules must be configured in a way to have at least (N+1) hosts in the cluster, where N is the number of VMs part of DRS rule.
4848
- **Failures To Tolerate (FTT) violation:** To prevent data loss, change VMs configured with a vSAN storage policy for Failures to Tolerate (FTT) of 0 to a vSAN storage policy compliant with [Microsoft SLA](https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1) (FTT=1 for up to five hosts in a cluster and FTT=2 for six or more hosts in a cluster) and ensure host maintenance operations can carried out seamlessly.
@@ -81,7 +81,7 @@ The following actions are always recommended for ensuring host maintenance opera
8181

8282
## Next steps
8383

84-
Now that you've covered Azure VMware Solution private cloud maintenance best practices, you might want to learn about:
84+
Now that you've learnt how to ensure seamless Azure VMware Solution private cloud maintenance, you might want to learn about:
8585

8686
- [How to configure Resource Health alerts for Azure VMware Solution](configure-azure-monitor-for-resource-health-for-azure-vmware-solution.md)
8787
- [Azure VMware Solution networking and interconnectivity concepts](architecture-networking.md)

articles/azure-vmware/resource-health-for-azure-vmware-solution-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The following table gives the list of alerts that are currently monitored and su
5757
|23 |Private cloud has 90 or more hosts ([AVS supports a maximum of 96 hosts in a private cloud](/azure/azure-vmware/architecture-private-clouds#clusters); consider a new private cloud for additional hosts) |Customer intervention required|
5858
|24 |Virtual Machine is configured to use an external device that prevents maintenance operations |Customer intervention required|
5959
|25 |Virtual Machine configured with DRS Override set to "Disabled" mode (EPC_DRSOVERRIDERULE) |Customer intervention required|
60-
|26 |CD-ROM is mounted on the Virtual Machine and its ISO image isn't accessible and blocks maintenance operations. For more information, refer to [AVS SDDC maintenance best practices](azure-vmware-solution-private-cloud-maintenance-best-practices.md#maintenance-operations-best-practices) (EPC_CDROM_EMULATEMODE) |Customer intervention required|
61-
|27 |Virtual Machine is configured with Small Computer System Interface (SCSI) bus sharing in "virtual mode" and blocks maintenance operations (EPC_SCSIDEVICE_SHARINGMODE). For more information, refer to [AVS SDDC maintenance best practices](azure-vmware-solution-private-cloud-maintenance-best-practices.md#maintenance-operations-best-practices) |Customer intervention required|
60+
|26 |CD-ROM is mounted on the Virtual Machine and its ISO image isn't accessible and blocks maintenance operations. For more information, refer to [AVS SDDC maintenance](azure-vmware-solution-private-cloud-maintenance.md#actions-to-ensure-private-cloud-is-maintenance-ready) (EPC_CDROM_EMULATEMODE) |Customer intervention required|
61+
|27 |Virtual Machine is configured with Small Computer System Interface (SCSI) bus sharing in "virtual mode" and blocks maintenance operations (EPC_SCSIDEVICE_SHARINGMODE). For more information, refer to [AVS SDDC maintenance](azure-vmware-solution-private-cloud-maintenance.md#actions-to-ensure-private-cloud-is-maintenance-ready) |Customer intervention required|
6262
|28 |External datastore mounted becomes inaccessible and will block maintenance operations (EPC_DATASTORE_INACCESSIBLE) |Customer intervention required|
6363
|29 |Connected network adapter becomes inaccessible and blocks any maintenance operations (EPC_NWADAPTER_STALE) |Customer intervention required|
6464
|30 |Virtual Machine’s serial port is connected to a device that can't be accessed on the destination host (EPC_SERIAL_PORT) |Customer intervention required|

articles/azure-vmware/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ items:
168168
href: plan-private-cloud-deployment.md
169169
- name: Deploy Azure VMware Solution
170170
href: deploy-azure-vmware-solution.md
171-
- name: Azure VMware Solution private cloud maintenance best practices
172-
href: azure-vmware-solution-private-cloud-maintenance-best-practices.md
171+
- name: Azure VMware Solution private cloud maintenance
172+
href: azure-vmware-solution-private-cloud-maintenance.md
173173
- name: Deploy vSAN stretched clusters
174174
href: deploy-vsan-stretched-clusters.md
175175
- name: Create a placement policy

articles/backup/back-up-azure-database-postgresql-flex-backup-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Database for PostgreSQL - Flexible Server using Azure CLI
33
description: Learn how to back up Azure Database for PostgreSQL - Flexible Server using Azure CLI.
44
ms.topic: how-to
5-
ms.date: 02/28/2025
5+
ms.date: 01/19/2026
66
ms.custom: devx-track-azurecli, ignite-2024
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -18,7 +18,7 @@ This article describes how to back up Azure Database for PostgreSQL - Flexible S
1818

1919
Before you back up Azure Database for PostgreSQL - Flexible Server, review the [supported scenarios and limitations for backing up Azure Database for PostgreSQL - Flexible Servers](backup-azure-database-postgresql-flex-support-matrix.md).
2020

21-
## Create a Backup vault
21+
## Create a Backup vault for PostgreSQL - Flexible Server backup
2222

2323
Backup vault is a storage entity in Azure. This stores the backup data for new workloads that Azure Backup supports. For example, Azure Database for PostgreSQL – Flexible servers, blobs in a storage account, and Azure Disks. Backup vaults help to organize your backup data, while minimizing management overhead. Backup vaults are based on the Azure Resource Manager model of Azure, which provides enhanced capabilities to help secure backup data.
2424

@@ -57,7 +57,7 @@ az dataprotection backup-vault create -g testBkpVaultRG --vault-name TestBkpVaul
5757
5858
```
5959

60-
## Configure backup
60+
## Configure backup for PostgreSQL - Flexible Server
6161

6262
Before you configure protection for the database, ensure that you [create a Backup policy](quick-backup-postgresql-flexible-server-cli.md#create-a-backup-policy). Once the vault and policy are created, protect the Azure Database for PostgreSQL - Flexible Server by following these steps:
6363

@@ -98,7 +98,7 @@ Once all the relevant permissions are set, configure the backup by running the f
9898
az dataprotection backup-instance create --resource-group testBkpVaultRG --vault-name TestBkpVault TestBkpvault --backup-instance .\OSSBkpInstance.JSON
9999
```
100100
101-
## Run an on-demand backup
101+
## Run an on-demand backup for PostgreSQL - Flexible Server
102102
103103
Specify a retention rule while you trigger backup. To view the retention rules in policy, go to the **policy JSON** file for retention rules. In the following example, there are two retention rules with names **Default** and **Monthly**. Let's use the **Monthly rule** for the on-demand backup.
104104
@@ -221,7 +221,7 @@ To trigger an on-demand backup, use the [`az dataprotection backup-instance adho
221221
az dataprotection backup-instance adhoc-backup --name "ossrg-empdb11" --rule-name "Monthly" --resource-group testBkpVaultRG --vault-name TestBkpVault
222222
```
223223

224-
## Track jobs
224+
## Track jobs for PostgreSQL - Flexible Server backup
225225

226226
Track all jobs using the [`az dataprotection job list`](/cli/azure/dataprotection/job?view=azure-cli-latest&preserve-view=true#az-dataprotection-job-list) command. You can list all jobs and fetch a particular job detail.
227227

@@ -231,6 +231,6 @@ You can also use Az.ResourceGraph to track all jobs across all Backup vaults. Us
231231
az dataprotection job list-from-resourcegraph --datasource-type AzureDatabaseForPostgreSQLFlexibleServer --status Completed
232232
```
233233

234-
## Next steps
234+
## Next step
235235

236236
- [Restore Azure Database for PostgreSQL - Flexible Server using Azure CLI](backup-azure-database-postgresql-flex-restore-cli.md).

articles/backup/back-up-azure-database-postgresql-flex-backup-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell
33
description: Learn how to back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell.
44
ms.topic: how-to
5-
ms.date: 02/28/2025
5+
ms.date: 01/19/2026
66
ms.custom: devx-track-azurepowershell, ignite-2024
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -16,7 +16,7 @@ This article describes how to back up Azure Database for PostgreSQL - Flexible S
1616

1717
Learn more about the [supported scenarios and limitations for Azure Database for PostgreSQL - flexible server backup](backup-azure-database-postgresql-flex-support-matrix.md).
1818

19-
## Create a Backup vault
19+
## Create a Backup vault for PostgreSQL - Flexible Server backup
2020

2121
Backup vault is a storage entity in Azure. This stores the backup data for new workloads that Azure Backup supports. For example, Azure Database for PostgreSQL – Flexible servers, blobs in a storage account, and Azure Disks. Backup vaults help to organize your backup data, while minimizing management overhead. Backup vaults are based on the Azure Resource Manager model of Azure, which provides enhanced capabilities to help secure backup data.
2222

@@ -45,7 +45,7 @@ Type : Microsoft.DataProtection/backupVaults
4545
4646
```
4747

48-
## Configure backup
48+
## Configure backup for PostgreSQL - Flexible Server
4949

5050
Before you configure protection for the database, ensure that you [create a Backup policy](quick-backup-postgresql-flexible-server-powershell.md#create-a-backup-policy). Once the vault and policy are created, protect the Azure Database for PostgreSQL - Flexible Server by following these steps:
5151

@@ -89,7 +89,7 @@ Once all the relevant permissions are set, configure the backup by running follo
8989
9090
```
9191
92-
## Run an on-demand backup
92+
## Run an on-demand backup for PostgreSQL - Flexible Server
9393
9494
Fetch the relevant backup instance on which you need to trigger a backup using the [Get-AzDataProtectionBackupInstance](/powershell/module/az.dataprotection/get-azdataprotectionbackupinstance) cmdlet.
9595
@@ -127,7 +127,7 @@ Backup-AzDataProtectionBackupInstanceAdhoc -BackupInstanceName $AllInstances[0].
127127
128128
```
129129

130-
## Track jobs
130+
## Track jobs for PostgreSQL - Flexible Server backup
131131

132132
Track all jobs using the [Get-AzDataProtectionJob](/powershell/module/az.dataprotection/get-azdataprotectionjob) cmdlet. You can list all jobs and fetch a particular job detail.
133133

@@ -138,6 +138,6 @@ You can also use the `Az.ResourceGraph` cmdlet to track all jobs across all Back
138138
139139
```
140140

141-
## Next steps
141+
## Next step
142142

143143
- [Restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).

articles/backup/quick-backup-postgresql-flexible-server-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.devlang: terraform
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 02/28/2025
8+
ms.date: 01/19/2026
99
ms.service: azure-backup
1010
author: AbhishekMallick-MS
1111
ms.author: v-mallicka
@@ -23,7 +23,7 @@ Azure Backup policy for Azure Database for PostgreSQL - Flexible Server defines
2323
Before you create a backup policy for Azure Database for PostgreSQL - Flexible Server, ensure that the following prerequisites are met:
2424

2525
- Review the [supported scenarios and limitations for backing up Azure Database for PostgreSQL - Flexible Servers](backup-azure-database-postgresql-flex-support-matrix.md).
26-
- [Create a Backup vault](back-up-azure-database-postgresql-flex-backup-cli.md#create-a-backup-vault) to store the recovery points for the database.
26+
- [Create a Backup vault](back-up-azure-database-postgresql-flex-backup-cli.md#create-a-backup-vault-for-postgresql---flexible-server-backup) to store the recovery points for the database.
2727

2828
## Create a backup policy
2929

@@ -238,5 +238,5 @@ az dataprotection backup-policy create --backup-policy-name FinalOSSPolicy --pol
238238

239239
## Next steps
240240

241-
[Configure backup for Azure Database for PostgreSQL - flexible server using Azure CLI](back-up-azure-database-postgresql-flex-backup-cli.md#configure-backup).
241+
[Configure backup for Azure Database for PostgreSQL - flexible server using Azure CLI](back-up-azure-database-postgresql-flex-backup-cli.md#configure-backup-for-postgresql---flexible-server).
242242

articles/backup/quick-backup-postgresql-flexible-server-powershell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.devlang: terraform
55
ms.custom:
66
- ignite-2024
77
ms.topic: quickstart
8-
ms.date: 02/28/2025
8+
ms.date: 01/19/2026
99
ms.service: azure-backup
1010
author: AbhishekMallick-MS
1111
ms.author: v-mallicka
@@ -23,7 +23,7 @@ Azure Backup policy for Azure Database for PostgreSQL - Flexible Server defines
2323
Before you create a backup policy for Azure Database for PostgreSQL Flexible Server, ensure that the following prerequisites are met:
2424

2525
- Review the [supported scenarios and limitations for backing up Azure Database for PostgreSQL - Flexible Servers](backup-azure-database-postgresql-flex-support-matrix.md).
26-
- [Create a Backup vault](back-up-azure-database-postgresql-flex-backup-powershell.md#create-a-backup-vault) to store the recovery points for the database.
26+
- [Create a Backup vault](back-up-azure-database-postgresql-flex-backup-powershell.md#create-a-backup-vault-for-postgresql---flexible-server-backup) to store the recovery points for the database.
2727

2828
## Create a backup policy
2929

@@ -183,7 +183,7 @@ az dataprotection backup-policy create --backup-policy-name FinalOSSPolicy --pol
183183
184184
```
185185

186-
## Next steps
186+
## Next step
187187

188-
[Configure backup for Azure Database for PostgreSQL - flexible server using Azure PowerShell](back-up-azure-database-postgresql-flex-backup-powershell.md#configure-backup).
188+
[Configure backup for Azure Database for PostgreSQL - flexible server using Azure PowerShell](back-up-azure-database-postgresql-flex-backup-powershell.md#configure-backup-for-postgresql---flexible-server).
189189

0 commit comments

Comments
 (0)