Skip to content

Commit f9f0ac2

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents da9a072 + 5bef2eb commit f9f0ac2

File tree

121 files changed

+1158
-943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+1158
-943
lines changed

articles/active-directory-b2c/connect-with-saml-service-providers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you don't yet have a SAML service provider and an associated metadata endpoin
6161
To build a trust relationship between your service provider and Azure AD B2C, you need to provide X509 certificates and their private keys.
6262

6363
* **Service provider certificates**
64-
* Certificate with a private key stored in your Web App. This certificate is used to by your service provider to sign the SAML request sent to Azure AD B2C. Azure AD B2C reads the public key from the service provider metadata to validate the signature.
64+
* Certificate with a private key stored in your Web App. This certificate is used by your service provider to sign the SAML request sent to Azure AD B2C. Azure AD B2C reads the public key from the service provider metadata to validate the signature.
6565
* (Optional) Certificate with a private key stored in your Web App. Azure AD B2C reads the public key from the service provider metadata to encrypt the SAML assertion. The service provider then uses the private key to decrypt the assertion.
6666
* **Azure AD B2C certificates**
6767
* Certificate with a private key in Azure AD B2C. This certificate is used by Azure AD B2C to sign the SAML response sent to your service provider. Your service provider reads the Azure AD B2C metadata public key to validate the signature of the SAML response.
@@ -96,7 +96,7 @@ If you don't already have a certificate, you can use a self-signed certificate f
9696
Next, upload the SAML assertion and response signing certificate to Azure AD B2C.
9797
9898
1. Sign in to the [Azure portal](https://portal.azure.com) and browse to your Azure AD B2C tenant.
99-
1. Select **Settings** > **Identity Experience Framework** > **Policy Keys**.
99+
1. Under **Policies**, select **Identity Experience Framework** and then **Policy keys**.
100100
1. Select **Add**, and then select **Options** > **Upload**.
101101
1. Enter a **Name**, for example *SamlIdpCert*. The prefix *B2C_1A_* is automatically added to the name of your key.
102102
1. Upload your certificate using the upload file control.
@@ -318,7 +318,7 @@ For this tutorial, in which you use the SAML test application, set the `url` pro
318318

319319
#### LogoutUrl (Optional)
320320

321-
This optional property represents the `Logout` URL (`SingleLogoutService` URL in the relying party metadata), and the `BindingType` for this is assumed to be `HttpDirect`.
321+
This optional property represents the `Logout` URL (`SingleLogoutService` URL in the relying party metadata), and the `BindingType` for this is assumed to be `Http-Redirect`.
322322

323323
For this tutorial which uses the SAML test application, leave `logoutUrl` set to `https://samltestapp2.azurewebsites.net/logout`:
324324

@@ -374,4 +374,4 @@ The following SAML relying party (RP) scenarios are supported via your own metad
374374
You can find more information about the [SAML protocol on the OASIS website](https://www.oasis-open.org/).
375375

376376
<!-- LINKS - External -->
377-
[samltest]: https://aka.ms/samltestapp
377+
[samltest]: https://aka.ms/samltestapp

articles/active-directory-b2c/custom-email.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ The `GenerateOtp` technical profile generates a code for the email address. The
256256
<InputClaim ClaimTypeReferenceId="verificationCode" PartnerClaimType="otpToVerify" />
257257
</InputClaims>
258258
</TechnicalProfile>
259-
</ClaimsProviders>
259+
</TechnicalProfiles>
260+
</ClaimsProviders>
260261
```
261262

262263
## Add a REST API technical profile

articles/automation/automation-tutorial-installed-software.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ title: Discover what software is installed on your machines with Azure Automatio
33
description: Use Inventory to discover what software is installed on the machines across your environment.
44
services: automation
55
keywords: inventory, automation, change, tracking
6-
author: jennyhunter-msft
7-
ms.author: jehunte
86
ms.date: 04/11/2018
97
ms.topic: tutorial
10-
ms.service: automation
118
ms.subservice: change-inventory-management
129
ms.custom: mvc
13-
manager: carmonm
1410
---
1511
# Discover what software is installed on your Azure and non-Azure machines
1612

articles/automation/automation-tutorial-troubleshoot-changes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
title: Troubleshoot changes on an Azure virtual machine | Microsoft Docs
33
description: Use Change Tracking to troubleshoot changes on an Azure virtual machine.
44
services: automation
5-
ms.service: automation
65
ms.subservice: change-inventory-management
76
keywords: change, tracking, automation
8-
author: jennyhunter-msft
9-
ms.author: jehunte
107
ms.date: 12/05/2018
118
ms.topic: tutorial
129
ms.custom: mvc
13-
manager: carmonm
1410
---
1511

1612
# Troubleshoot changes in your environment

articles/automation/automation-tutorial-update-management.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
title: Manage updates and patches for your Azure VMs
33
description: This article provides an overview of how to use Azure Automation Update Management to manage updates and patches for your Azure and non-Azure VMs.
44
services: automation
5-
author: mgoedtel
6-
ms.service: automation
75
ms.subservice: update-management
86
ms.topic: tutorial
97
ms.date: 12/03/2019
10-
ms.author: magoedte
118
ms.custom: mvc
129
---
1310
# Manage updates and patches for your Azure VMs

articles/automation/automation-update-azure-modules.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
title: Update Azure modules in Azure Automation
33
description: This article describes how you can now update common Azure PowerShell modules provided by default in Azure Automation.
44
services: automation
5-
ms.service: automation
65
ms.subservice: process-automation
7-
author: mgoedtel
8-
ms.author: magoedte
96
ms.date: 06/14/2019
107
ms.topic: conceptual
11-
manager: carmonm
128
---
139

1410
# How to update Azure PowerShell modules in Azure Automation

articles/automation/automation-update-management-groups.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
title: Use dynamic groups with Azure Update Management
33
description: This article describes how dynamic groups work with Azure Automation Update Management.
44
services: automation
5-
ms.service: automation
65
ms.subservice: update-management
7-
author: mgoedtel
8-
ms.author: magoedte
96
ms.date: 11/20/2019
107
ms.topic: conceptual
11-
manager: carmonm
128
---
139
# Use dynamic groups with Update Management
1410

articles/automation/automation-update-management-query-logs.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
title: Query Azure Update Management logs
33
description: This article describes how to query the logs for Update Management
44
services: automation
5-
ms.service: automation
65
ms.subservice: update-management
7-
author: mgoedtel
8-
ms.author: magoedte
96
ms.date: 09/26/2019
107
ms.topic: conceptual
11-
manager: carmonm
128
---
139
# Query update records for Update Management in Log Analytics
1410

articles/automation/automation-update-management.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
title: Update Management solution in Azure
33
description: This article describes how to use the Azure Update Management solution to manage updates for your Windows and Linux computers.
44
services: automation
5-
ms.service: automation
65
ms.subservice: update-management
7-
author: mgoedtel
8-
ms.author: magoedte
96
ms.date: 12/03/2019
107
ms.topic: conceptual
11-
manager: carmonm
128
---
139
# Update Management solution in Azure
1410

articles/automation/automation-view-update-assessments.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
title: View Azure Update Management update assessments
33
description: This article describes how to view update assessments for update deployments.
44
services: automation
5-
ms.service: automation
65
ms.subservice: update-management
7-
author: mgoedtel
8-
ms.author: magoedte
96
ms.date: 05/17/2019
107
ms.topic: conceptual
11-
manager: carmonm
128
---
139
# View Azure Update Management update assessments
1410

0 commit comments

Comments
 (0)