Skip to content

Commit 2c59a05

Browse files
authored
Merge pull request #100140 from MicrosoftDocs/master
Merge Master to Live, 3 AM
2 parents 51ed913 + 738f943 commit 2c59a05

32 files changed

+171
-137
lines changed

articles/active-directory/devices/azureadjoin-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ When you're using AD FS, you need to enable the following WS-Trust endpoints:
7373
`/adfs/services/trust/2005/certificatemixed`
7474
`/adfs/services/trust/13/certificatemixed`
7575

76-
If your identity provider does not support these protocols, Azure AD join does not work natively. Beginning with Windows 10 1809, your users can sign in to an Azure AD joined device with a SAML-based identity provider through [web sign-in on Windows 10](https://docs.microsoft.com/windows/whats-new/whats-new-windows-10-version-1809#web-sign-in-to-windows-10). Currently, web sign-in is a preview feature and is not recommended for production deployments.
76+
If your identity provider does not support these protocols, Azure AD join does not work natively. Beginning with Windows 10 1809, your users can sign in to an Azure AD joined device with a SAML-based identity provider through [web sign-in on Windows 10](https://docs.microsoft.com/windows/whats-new/whats-new-windows-10-version-1809#web-sign-in-to-windows-10). Currently, web sign-in is a preview feature and is not meant for production deployments.
7777

7878
>[!NOTE]
7979
> Currently, Azure AD join does not work with [AD FS 2019 configured with external authentication providers as the primary authentication method](https://docs.microsoft.com/windows-server/identity/ad-fs/operations/additional-authentication-methods-ad-fs#enable-external-authentication-methods-as-primary). Azure AD join defaults to password authentication as the primary method, which results in authentication failures in this scenario

articles/azure-app-configuration/concept-disaster-recovery.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
---
2-
title: Azure App Configuration resiliency and disaster recovery | Microsoft Docs
3-
description: An overview of how to implement resiliency and disaster recovery with Azure App Configuration.
4-
services: azure-app-configuration
5-
documentationcenter: ''
2+
title: Azure App Configuration resiliency and disaster recovery
3+
description: Lean how to implement resiliency and disaster recovery with Azure App Configuration.
64
author: yegu-ms
7-
manager: maiye
8-
editor: ''
9-
5+
ms.author: yegu
106
ms.service: azure-app-configuration
11-
ms.devlang: na
12-
ms.topic: overview
13-
ms.workload: tbd
7+
ms.topic: conceptual
148
ms.date: 05/29/2019
15-
ms.author: yegu
169
---
1710

1811
# Resiliency and disaster recovery

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
---
2-
title: Integrate with Azure managed identities | Microsoft Docs
2+
title: Integrate with Azure managed identities
33
description: Learn how to use Azure managed identities to authenticate with and gain access to Azure App Configuration
44
services: azure-app-configuration
5-
documentationcenter: ''
65
author: yegu-ms
7-
manager: balans
8-
editor: ''
9-
10-
ms.assetid:
6+
ms.author: yegu
117
ms.service: azure-app-configuration
12-
ms.workload: tbd
13-
ms.devlang: na
148
ms.topic: conceptual
159
ms.date: 02/24/2019
16-
ms.author: yegu
1710

1811
---
1912
# Integrate with Azure Managed Identities

articles/azure-monitor/platform/itsmc-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The following sections provide details about how to connect your ServiceNow prod
176176
### Prerequisites
177177
Ensure the following prerequisites are met:
178178
- ITSMC installed. More information: [Adding the IT Service Management Connector Solution](../../azure-monitor/platform/itsmc-overview.md#adding-the-it-service-management-connector-solution).
179-
- ServiceNow supported versions: Madrid, London, Kingston, Jakarta, Istanbul, Helsinki, Geneva.
179+
- ServiceNow supported versions: New York, Madrid, London, Kingston, Jakarta, Istanbul, Helsinki, Geneva.
180180

181181
**ServiceNow Admins must do the following in their ServiceNow instance**:
182182
- Generate client ID and client secret for the ServiceNow product. For information on how to generate client ID and secret, see the following information as required:

articles/azure-resource-manager/management/tag-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tag resources for logical organization
33
description: Shows how to apply tags to organize Azure resources for billing and managing.
44
ms.topic: conceptual
5-
ms.date: 12/27/2019
5+
ms.date: 01/03/2020
66
---
77
# Use tags to organize your Azure resources
88

articles/azure-resource-manager/templates/template-functions-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ The **managedBy** property is returned only for resource groups that contain res
665665

666666
### Remarks
667667

668-
The `resourceGroup()` function can't be used in a template that is [deployed at the subscription level](deploy-to-subscription.md). It can only be used in templates that are deployed to a resource group.
668+
The `resourceGroup()` function can't be used in a template that is [deployed at the subscription level](deploy-to-subscription.md). It can only be used in templates that are deployed to a resource group. You can use the `resourceGroup()` function in a [linked or nested template (with inner scope)](linked-templates.md) that targets a resource group, even when the parent template is deployed to the subscription. In that scenario, the linked or nested template is deployed at the resource group level. For more information about targeting a resource group in a subscription level deployment, see [Deploy Azure resources to more than one subscription or resource group](cross-resource-group-deployment.md).
669669

670670
A common use of the resourceGroup function is to create resources in the same location as the resource group. The following example uses the resource group location for a default parameter value.
671671

articles/backup/backup-azure-mabs-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Azure Backup Server
33
description: Troubleshoot installation, registration of Azure Backup Server, and backup and restore of application workloads.
44
ms.reviewer: srinathv
5-
ms.topic: conceptual
5+
ms.topic: troubleshooting
66
ms.date: 07/05/2019
77
---
88

articles/backup/backup-azure-mars-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot the Azure Backup agent
33
description: In this article, learn how to troubleshoot the installation and registration of the Azure Backup agent.
44
ms.reviewer: saurse
5-
ms.topic: conceptual
5+
ms.topic: troubleshooting
66
ms.date: 07/15/2019
77
---
88

articles/backup/backup-azure-sap-hana-database-troubleshoot.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
3-
42
title: Troubleshoot SAP HANA databases backup errors
53
description: Describes how to troubleshoot common errors that might occur when you use Azure Backup to back up SAP HANA databases.
6-
ms.topic: conceptual
4+
ms.topic: troubleshooting
75
ms.date: 11/7/2019
86
---
97

@@ -81,27 +79,27 @@ Take care of inputs while restoring a single container database (SDC) for HANA t
8179

8280
Assume an SDC HANA instance "H21" is backed up. The backup items page will show the backup item name as **"h21(sdc)"**. If you attempt to restore this database to another target SDC, say H11, then following inputs need to be provided.
8381

84-
![SDC restore inputs](media/backup-azure-sap-hana-database/hana-sdc-restore.png)
82+
![Restored SDC database name](media/backup-azure-sap-hana-database/hana-sdc-restore.png)
8583

8684
Note the following points:
8785

88-
- By default, the restored db name will be populated with the backup item name i.e., h21(sdc)
86+
- By default, the restored db name will be populated with the backup item name. In this case, h21(sdc).
8987
- Selecting the target as H11 will NOT change the restored db name automatically. **It should be edited to h11(sdc)**. Regarding SDC, the restored db name will be the target instance ID with lowercase letters and 'sdc' appended in brackets.
9088
- Since SDC can have only single database, you also need to click the checkbox to allow override of the existing database data with the recovery point data.
91-
- Linux is case-sensitive. Therefore, be careful to preserve the case.
89+
- Linux is case-sensitive. So be careful to preserve the case.
9290

9391
### Multiple Container Database (MDC) restore
9492

95-
In multiple container databases for HANA, the standard configuration is SYSTEMDB + 1 or more Tenant DBs. Restoring an entire SAP HANA instance means to restore both SYSTEMDB and Tenant DBs. One restores SYSTEMDB first and then proceeds for Tenant DB. System DB essentially means to override the system information on the selected target. This restore also overrides the BackInt related information in the target instance. Therefore, after the system DB is restored to a target instance, one needs to run the pre-registration script again. Only then the subsequent tenant DB restores will succeed.
93+
In multiple container databases for HANA, the standard configuration is SYSTEMDB + 1 or more Tenant DBs. Restoring an entire SAP HANA instance means to restore both SYSTEMDB and Tenant DBs. One restores SYSTEMDB first and then proceeds for Tenant DB. System DB essentially means to override the system information on the selected target. This restore also overrides the BackInt related information in the target instance. So after the system DB is restored to a target instance, run the pre-registration script again. Only then the subsequent tenant DB restores will succeed.
9694

9795
## Upgrading from SAP HANA 1.0 to 2.0
9896

99-
If you're protecting SAP HANA 1.0 databases and wish to upgrade to 2.0, then perform the steps outlined below:
97+
If you're protecting SAP HANA 1.0 databases and wish to upgrade to 2.0, then perform the following steps:
10098

10199
- [Stop protection](sap-hana-db-manage.md#stop-protection-for-an-sap-hana-database) with retain data for old SDC database.
102100
- Perform the upgrade. After completion, the HANA is now MDC with a system DB and tenant DB(s)
103101
- Rerun [pre-registration script](https://aka.ms/scriptforpermsonhana) with correct details of (sid and mdc).
104-
- Re-register extension for the same machine in Azure Portal (Backup -> view details -> Select the relevant Azure VM -> Re-register).
102+
- Re-register extension for the same machine in Azure portal (Backup -> view details -> Select the relevant Azure VM -> Re-register).
105103
- Click Rediscover DBs for the same VM. This action should show the new DBs in step 2 with correct details (SYSTEMDB and Tenant DB, not SDC).
106104
- Configure backup for these new databases.
107105

articles/backup/backup-azure-scdpm-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot System Center Data Protection Manager
33
description: In this article, discover solutions for issues that you might encounter while using System Center Data Protection Manager.
4-
ms.topic: conceptual
4+
ms.topic: troubleshooting
55
ms.date: 01/30/2019
66
---
77

0 commit comments

Comments
 (0)