Skip to content

Commit 59fcbb9

Browse files
authored
Merge pull request #102727 from MicrosoftDocs/master
1/29 PM Publish
2 parents 4895819 + 394d948 commit 59fcbb9

File tree

124 files changed

+1230
-2802
lines changed

Some content is hidden

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

124 files changed

+1230
-2802
lines changed

.openpublishing.redirection.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44930,6 +44930,16 @@
4493044930
"redirect_url": "/azure/storage/common/storage-use-azcopy-v10",
4493144931
"redirect_document_id": false
4493244932
},
44933+
{
44934+
"source_path": "articles/storage/blobs/storage-blob-static-website-custom-domain.md",
44935+
"redirect_url": "/azure/storage/blobs/static-website-content-delivery-network",
44936+
"redirect_document_id": false
44937+
},
44938+
{
44939+
"source_path": "articles/storage/blobs/storage-https-custom-domain-cdn.md",
44940+
"redirect_url": "/azure/storage/blobs/storage-custom-domain-name#enable-https",
44941+
"redirect_document_id": false
44942+
},
4493344943
{
4493444944
"source_path": "articles/sql-database/sql-database-elastic-jobs-overview.md",
4493544945
"redirect_url": "/azure/sql-database/elastic-jobs-overview",
@@ -45275,6 +45285,26 @@
4527545285
"redirect_url": "/azure/cognitive-services/Computer-vision/quickstarts-sdk/csharp-sdk",
4527645286
"redirect_document_id": false
4527745287
},
45288+
{
45289+
"source_path": "articles/cognitive-services/form-recognizer/quickstarts/curl-receipts-v1.md",
45290+
"redirect_url": "/azure/cognitive-services/form-recognizer/quickstarts/curl-receipts",
45291+
"redirect_document_id": false
45292+
},
45293+
{
45294+
"source_path": "articles/cognitive-services/form-recognizer/quickstarts/curl-train-extract-v1.md",
45295+
"redirect_url": "/azure/cognitive-services/form-recognizer/quickstarts/curl-train-extract",
45296+
"redirect_document_id": false
45297+
},
45298+
{
45299+
"source_path": "articles/cognitive-services/form-recognizer/quickstarts/python-train-extract-v1.md",
45300+
"redirect_url": "/azure/cognitive-services/form-recognizer/quickstarts/python-train-extract",
45301+
"redirect_document_id": false
45302+
},
45303+
{
45304+
"source_path": "articles/cognitive-services/form-recognizer/quickstarts/python-receipts-v1.md",
45305+
"redirect_url": "/azure/cognitive-services/form-recognizer/quickstarts/python-receipts",
45306+
"redirect_document_id": false
45307+
},
4527845308
{
4527945309
"source_path": "articles/cognitive-services/Content-Moderator/Review-Tool-User-Guide/Upload-Images.md",
4528045310
"redirect_url": "/azure/cognitive-services/content-moderator",
@@ -47369,6 +47399,16 @@
4736947399
"source_path": "articles/load-balancer/load-balancer-get-started-internet-availability-zones-zonal-cli.md",
4737047400
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-cli",
4737147401
"redirect_document_id": false
47402+
},
47403+
{
47404+
"source_path": "articles/load-balancer/load-balancer-standard-public-zone-redundant-cli.md",
47405+
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-cli",
47406+
"redirect_document_id": false
47407+
},
47408+
{
47409+
"source_path": "articles/load-balancer/load-balancer-standard-public-zonal-cli.md",
47410+
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-cli",
47411+
"redirect_document_id": false
4737247412
}
4737347413
]
4737447414
}

articles/active-directory/authentication/concept-resilient-controls.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ author: martincoetzer
66
manager: daveba
77
tags: azuread
88
ms.service: active-directory
9+
ms.subservice: authentication
910
ms.topic: conceptual
1011
ms.workload: identity
11-
ms.date: 12/19/2018
12+
ms.date: 01/29/2020
1213
ms.author: martinco
1314
ms.collection: M365-identity-device-management
1415
---

articles/active-directory/cloud-provisioning/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
href: how-to-install.md
4343
- name: Cloud provisioning configuration
4444
href: how-to-configure.md
45+
- name: Use Single Sign-On
46+
href: how-to-sso.md
4547
- name: Plan and design
4648
items:
4749
- name: Topologies and scenarios for Azure AD Connect cloud provisioning
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: 'How to use Single Sign-on with cloud provisioning'
3+
description: This article describes how to install and use sso with cloud provisioning.
4+
services: active-directory
5+
author: billmath
6+
manager: daveba
7+
ms.service: active-directory
8+
ms.workload: identity
9+
ms.topic: conceptual
10+
ms.date: 01/28/2020
11+
ms.subservice: hybrid
12+
ms.author: billmath
13+
ms.collection: M365-identity-device-management
14+
---
15+
16+
# Using Single Sign-On with cloud provisioning
17+
The following document describes how to use single sign-on with cloud provisioning.
18+
19+
[!INCLUDE [active-directory-cloud-provisioning-sso.md](../../../includes/active-directory-cloud-provisioning-sso.md)]
20+
21+
22+
23+
24+
25+
## Next steps
26+
27+
- [What is provisioning?](what-is-provisioning.md)
28+
- [What is Azure AD Connect cloud provisioning?](what-is-cloud-provisioning.md)

articles/active-directory/develop/GuidedSetups/active-directory-mobileanddesktopapp-windowsdesktop-configure-arp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ editor: ''
99

1010
ms.assetid: 820acdb7-d316-4c3b-8de9-79df48ba3b06
1111
ms.service: active-directory
12+
ms.subservice: develop
1213
ms.devlang: na
1314
ms.topic: conceptual
1415
ms.tgt_pltfrm: na
1516
ms.workload: identity
16-
ms.date: 05/09/2017
17+
ms.date: 01/29/2020
1718
ms.author: ryanwi
1819
ms.custom: aaddev
1920
---

articles/active-directory/fundamentals/active-directory-properties-area.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: active-directory
55
author: msaburnley
66
manager: daveba
77
ms.service: active-directory
8+
ms.subservice: fundamentals
89
ms.workload: identity
910
ms.topic: conceptual
1011
ms.date: 04/17/2018

articles/active-directory/fundamentals/active-directory-whatis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ author: msaburnley
66
manager: daveba
77

88
ms.service: active-directory
9+
ms.subservice: fundamentals
910
ms.topic: overview
1011
ms.date: 07/31/2019
1112
ms.author: ajburnle

articles/active-directory/hybrid/how-to-connect-fed-sha256-guidance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ manager: daveba
99
editor: ''
1010
ms.assetid: cf6880e2-af78-4cc9-91bc-b64de4428bbd
1111
ms.service: active-directory
12+
ms.subservice: hybrid
1213
ms.workload: identity
1314
ms.tgt_pltfrm: na
1415
ms.devlang: na

articles/active-directory/hybrid/how-to-connect-health-adds.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ editor: curtand
99

1010
ms.assetid: 19e3cf15-f150-46a3-a10c-2990702cd700
1111
ms.service: active-directory
12+
ms.subservice: hybrid
1213
ms.workload: identity
1314
ms.tgt_pltfrm: na
1415
ms.devlang: na

articles/active-directory/hybrid/how-to-connect-health-adfs-risky-ip.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.reviewer: zhiweiwangmsft
77
author: billmath
88
manager: daveba
99
ms.service: active-directory
10+
ms.subservice: hybrid
1011
ms.workload: identity
1112
ms.tgt_pltfrm: na
1213
ms.devlang: na

0 commit comments

Comments
 (0)