Skip to content

Commit b30ef9b

Browse files
authored
Merge pull request #107778 from MicrosoftDocs/master
Merge master to live 4:00 PM
2 parents 5f34809 + e4534d2 commit b30ef9b

35 files changed

+279
-283
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,6 @@
5757
],
5858
"cSpell.words": [
5959
"auditd"
60-
]
60+
],
61+
"git.ignoreLimitWarning": true
6162
}

articles/active-directory/authentication/tutorial-enable-sspr-writeback.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,13 @@ To set up the appropriate permissions for password writeback to occur, complete
8080

8181
When you update permissions, it might take up to an hour or more for these permissions to replicate to all the objects in your directory.
8282

83-
Password policies in the on-premises AD DS environment may prevent password resets from being correctly processed. For password writeback to work correctly, group policy for *Minimum password age* must be set to 0. This setting can be found under **Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies** within `gpedit.msc`.
83+
Password policies in the on-premises AD DS environment may prevent password resets from being correctly processed. For password writeback to work most efficiently, the group policy for *Minimum password age* must be set to 0. This setting can be found under **Computer Configuration > Policies > Windows Settings > Security Settings > Account Policies** within `gpedit.msc`.
8484

8585
If you update the group policy, wait for the updated policy to replicate, or use the `gpupdate /force` command.
8686

87+
> [!Note]
88+
> In order for passwords to be changed immediately, password writeback must be set to 0. However, if users adhere to the on-premises policies, and the *Minimum password age* is set to a value greater than zero, password writeback will still work after the on-premises policies are evaluated.
89+
8790
## Enable password writeback in Azure AD Connect
8891

8992
One of the configuration options in Azure AD Connect is for password writeback. When this option is enabled, password change events cause Azure AD Connect to synchronize the updated credentials back to the on-premises AD DS environment.

articles/backup/backup-azure-vms-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Here's how Azure Backup completes a backup for Azure VMs:
2121

2222
1. For Azure VMs that are selected for backup, Azure Backup starts a backup job according to the backup schedule you specify.
2323
1. During the first backup, a backup extension is installed on the VM if the VM is running.
24-
- For Windows VMs, the _VMSnapshot_ extension is installed.
25-
- For Linux VMs, the _VMSnapshotLinux_ extension is installed.
24+
- For Windows VMs, the [VMSnapshot extension](https://docs.microsoft.com/azure/virtual-machines/extensions/vmsnapshot-windows) is installed.
25+
- For Linux VMs, the [VMSnapshotLinux extension](https://docs.microsoft.com/azure/virtual-machines/extensions/vmsnapshot-linux) is installed.
2626
1. For Windows VMs that are running, Backup coordinates with Windows Volume Shadow Copy Service (VSS) to take an app-consistent snapshot of the VM.
2727
- By default, Backup takes full VSS backups.
2828
- If Backup can't take an app-consistent snapshot, then it takes a file-consistent snapshot of the underlying storage (because no application writes occur while the VM is stopped).

articles/backup/sap-hana-db-about.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 12/11/2019
99

1010
SAP HANA databases are mission critical workloads that require a low recovery point objective (RPO) and a fast recovery time objective (RTO). You can now [back up SAP HANA databases running on Azure VMs](https://docs.microsoft.com/azure/backup/tutorial-backup-sap-hana-db) using [Azure Backup](https://docs.microsoft.com/azure/backup/backup-overview).
1111

12-
Azure Backup is [Backint certified](https://www.sap.com/dmc/exp/2013_09_adpd/enEN/#/d/solutions?id=8f3fd455-a2d7-4086-aa28-51d8870acaa5) by SAP, to provide native backup support by leveraging SAP HANAs native APIs. This offering from Azure Backup aligns with Azure Backups mantra of **zero-infrastructure** backups, eliminating the need to deploy and manage backup infrastructure. You can now seamlessly back up and restore SAP HANA databases running on Azure VMs ([M series VMs](../virtual-machines/m-series.md) also supported now!) and leverage enterprise management capabilities that Azure Backup provides.
12+
Azure Backup is [Backint certified](https://www.sap.com/dmc/exp/2013_09_adpd/enEN/#/d/solutions?id=8f3fd455-a2d7-4086-aa28-51d8870acaa5) by SAP, to provide native backup support by leveraging SAP HANA's native APIs. This offering from Azure Backup aligns with Azure Backup's mantra of **zero-infrastructure** backups, eliminating the need to deploy and manage backup infrastructure. You can now seamlessly back up and restore SAP HANA databases running on Azure VMs ([M series VMs](../virtual-machines/m-series.md) also supported now!) and leverage enterprise management capabilities that Azure Backup provides.
1313

1414
## Added value
1515

@@ -18,7 +18,7 @@ Using Azure Backup to back up and restore SAP HANA databases, gives the followin
1818
* **15-minute Recovery Point Objective (RPO)**: Recovery of critical data of up to 15 minutes is now possible.
1919
* **One-click, point-in-time restores**: Restore of production data to alternate HANA servers is made easy. Chaining of backups and catalogs to perform restores is all managed by Azure behind the scenes.
2020
* **Long-term retention**: For rigorous compliance and audit needs. Retain your backups for years, based on the retention duration, beyond which the recovery points will be pruned automatically by the built-in lifecycle management capability.
21-
* **Backup Management from Azure**: Use Azure Backups management and monitoring capabilities for improved management experience. Azure CLI is also supported.
21+
* **Backup Management from Azure**: Use Azure Backup's management and monitoring capabilities for improved management experience. Azure CLI is also supported.
2222

2323
To view the backup and restore scenarios that we support today, refer to the [SAP HANA scenario support matrix](https://docs.microsoft.com/azure/backup/sap-hana-backup-support-matrix#scenario-support).
2424

@@ -47,6 +47,7 @@ To view the backup and restore scenarios that we support today, refer to the [SA
4747
* The **Azure Backup Plugin for HANA** maintains all the backup schedules and policy details. It triggers the scheduled backups and communicates with the **HANA Backup Engine** through the Backint APIs.
4848
* The **HANA Backup Engine** returns a Backint stream with the data to be backed up.
4949
* All the scheduled backups and on-demand backups (triggered from the Azure portal) that are either full or differential are initiated by the **Azure Backup Plugin for HANA**. However, log backups are managed and triggered by **HANA Backup Engine** itself.
50+
* Azure Backup for SAP HANA, being a BackInt certified solution, doesn't depend on underlying disk or VM types. The backup is performed by streams generated by HANA.
5051

5152
## Next steps
5253

articles/cognitive-services/Anomaly-Detector/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ metadata:
1010
services: cognitive-services
1111
author: aahill
1212
manager: nitinme
13-
layout: LandingPage
1413
ms.service: cognitive-services
1514
ms.subservice: anomaly-detector
1615
ms.topic: landing-page

articles/cognitive-services/Ink-Recognizer/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
services: cognitive-services
1010
author: aahill
1111
manager: nitinme
12-
layout: LandingPage
1312
ms.service: cognitive-services
1413
ms.subservice: ink-recognizer
1514
ms.topic: landing-page

articles/cognitive-services/Speech-Service/index-conversation-scenarios.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
services: cognitive-services
99
author: IEvangelist
1010
manager: nitinme
11-
layout: LandingPage
1211
ms.service: speech-service
1312
ms.topic: landing-page
1413
ms.date: 03/10/2020

articles/cognitive-services/Speech-Service/index-devices.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
services: cognitive-services
99
author: IEvangelist
1010
manager: nitinme
11-
layout: LandingPage
1211
ms.service: speech-service
1312
ms.topic: landing-page
1413
ms.date: 03/10/2020

articles/cognitive-services/Speech-Service/index-hosting.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
services: cognitive-services
99
author: IEvangelist
1010
manager: nitinme
11-
layout: LandingPage
1211
ms.service: speech-service
1312
ms.topic: landing-page
1413
ms.date: 03/10/2020

articles/cognitive-services/Speech-Service/index-intent-recognition.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
services: cognitive-services
99
author: IEvangelist
1010
manager: nitinme
11-
layout: LandingPage
1211
ms.service: speech-service
1312
ms.topic: landing-page
1413
ms.date: 03/10/2020

0 commit comments

Comments
 (0)