Skip to content

Commit 5efc474

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into mm-assign
2 parents 7df85ae + 95e401d commit 5efc474

File tree

1,050 files changed

+12204
-7937
lines changed

Some content is hidden

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

1,050 files changed

+12204
-7937
lines changed

.openpublishing.publish.config.json

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,23 @@
151151
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152152
"branch": "master",
153153
"branch_mapping": {}
154+
},
155+
{
156+
"path_to_root": "functions-pytorch",
157+
"url": "https://github.com/Azure-Samples/functions-python-pytorch-tutorial",
158+
"branch": "master",
159+
"branch_mapping": {}
154160
},
155161
{
156162
"path_to_root": "functions-quickstart-templates",
157163
"url": "https://github.com/Azure/azure-functions-templates",
158164
"branch": "dev"
159-
},
165+
},
160166
{
161167
"path_to_root": "functions-docs-csharp",
162168
"url": "https://github.com/Azure-Samples/functions-docs-csharp",
163169
"branch": "master"
164-
},
170+
},
165171
{
166172
"path_to_root": "functions-docs-javascript",
167173
"url": "https://github.com/Azure-Samples/functions-docs-javascript",
@@ -171,12 +177,12 @@
171177
"path_to_root": "functions-docs-typescript",
172178
"url": "https://github.com/Azure-Samples/functions-docs-typescript",
173179
"branch": "master"
174-
},
180+
},
175181
{
176182
"path_to_root": "functions-docs-python",
177183
"url": "https://github.com/Azure-Samples/functions-docs-python",
178184
"branch": "master"
179-
},
185+
},
180186
{
181187
"path_to_root": "functions-docs-powershell",
182188
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
@@ -186,6 +192,11 @@
186192
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
187193
"branch": "master"
188194
},
195+
{
196+
"path_to_root": "samples-cognitive-services-data-files",
197+
"url": "https://github.com/Azure-Samples/cognitive-services-sample-data-files",
198+
"branch": "master"
199+
},
189200
{
190201
"path_to_root": "samples-luis",
191202
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
@@ -341,6 +352,26 @@
341352
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
342353
"branch": "master"
343354
},
355+
{
356+
"path_to_root": "azure-sdk-for-java-event-hubs",
357+
"url": "https://github.com/Azure/azure-sdk-for-java/",
358+
"branch": "master"
359+
},
360+
{
361+
"path_to_root": "azure-sdk-for-java-script-event-hubs",
362+
"url": "https://github.com/Azure/azure-sdk-for-js/",
363+
"branch": "master"
364+
},
365+
{
366+
"path_to_root": "azure-sdk-for-net-event-hubs",
367+
"url": "https://github.com/Azure/azure-sdk-for-net/",
368+
"branch": "master"
369+
},
370+
{
371+
"path_to_root": "azure-sdk-for-python-event-hubs",
372+
"url": "https://github.com/Azure/azure-sdk-for-python/",
373+
"branch": "master"
374+
},
344375
{
345376
"path_to_root": "cosmos-dotnet-getting-started",
346377
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",

.openpublishing.redirection.json

Lines changed: 61 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,16 @@
801801
"redirect_url": "/azure/machine-learning",
802802
"redirect_document_id": false
803803
},
804+
{
805+
"source_path": "articles/cognitive-services/QnAMaker/Tutorials/create-publish-query-in-portal.md",
806+
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/create-publish-knowledge-base",
807+
"redirect_document_id": false
808+
},
809+
{
810+
"source_path": "articles/cognitive-services/QnAMaker/Tutorials/create-qna-bot.md",
811+
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/create-publish-knowledge-base#create-a-bot",
812+
"redirect_document_id": false
813+
},
804814
{
805815
"source_path": "articles/cognitive-services/QnAMaker/concepts/data-sources-supported.md",
806816
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/reference-document-format-guidelines",
@@ -1745,22 +1755,22 @@
17451755
},
17461756
{
17471757
"source_path": "articles/cognitive-services/Bing-Web-Search/web-search-sdk-quickstart.md",
1748-
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries",
1758+
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries?pivots=programming-language-csharp",
17491759
"redirect_document_id": false
17501760
},
17511761
{
17521762
"source_path": "articles/cognitive-services/Bing-Web-Search/web-sdk-java-quickstart.md",
1753-
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries",
1763+
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries?pivots=programming-language-java",
17541764
"redirect_document_id": false
17551765
},
17561766
{
17571767
"source_path": "articles/cognitive-services/Bing-Web-Search/web-search-sdk-node-quickstart.md",
1758-
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries",
1768+
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries?pivots=programming-language-javascript",
17591769
"redirect_document_id": false
17601770
},
17611771
{
17621772
"source_path": "articles/cognitive-services/Bing-Web-Search/web-sdk-python-quickstart.md",
1763-
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries",
1773+
"redirect_url": "/azure/cognitive-services/bing-web-search/quickstarts/client-libraries?pivots=programming-language-python",
17641774
"redirect_document_id": false
17651775
},
17661776
{
@@ -6768,6 +6778,11 @@
67686778
"redirect_url": "/azure/logic-apps/logic-apps-using-sap-connector",
67696779
"redirect_document_id": true
67706780
},
6781+
{
6782+
"source_path": "articles/connectors/connectors-create-api-googledrive.md",
6783+
"redirect_url": "https://docs.microsoft.com/connectors/googledrive/",
6784+
"redirect_document_id": true
6785+
},
67716786
{
67726787
"source_path": "articles/logic-apps/custom-connector-build-web-api-app-tutorial.md",
67736788
"redirect_url": "https://docs.microsoft.com/connectors/custom-connectors/create-web-api-connector",
@@ -7272,7 +7287,7 @@
72727287
"source_path": "articles/azure-functions/functions-create-first-azure-function-azure-cli-linux.md",
72737288
"redirect_url": "/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-python",
72747289
"redirect_document_id": false
7275-
},
7290+
},
72767291
{
72777292
"source_path": "articles/azure-functions/functions-add-output-binding-storage-queue-python.md",
72787293
"redirect_url": "/azure/azure-functions/functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-python",
@@ -13487,7 +13502,7 @@
1348713502
"source_path": "articles/event-hubs/event-hubs-authentication-and-security-model-overview.md",
1348813503
"redirect_url": "/azure/event-hubs/authenticate-shared-access-signature",
1348913504
"redirect_document_id": false
13490-
},
13505+
},
1349113506
{
1349213507
"source_path": "articles/event-hubs/event-hubs-c-ephcs-getstarted.md",
1349313508
"redirect_url": "/azure/event-hubs/event-hubs-c-getstarted-send",
@@ -26908,6 +26923,16 @@
2690826923
"redirect_url": "/azure/storage/common/storage-azure-cli",
2690926924
"redirect_document_id": true
2691026925
},
26926+
{
26927+
"source_path": "articles/storage/common/storage-azure-cli.md",
26928+
"redirect_url": "/azure/storage/blobs/storage-quickstart-blobs-cli",
26929+
"redirect_document_id": true
26930+
},
26931+
{
26932+
"source_path": "articles/storage/common/storage-azure-cli-nodejs.md",
26933+
"redirect_url": "/azure/storage/blobs/storage-quickstart-blobs-cli",
26934+
"redirect_document_id": false
26935+
},
2691126936
{
2691226937
"source_path": "articles/storage/storage-backup-and-disaster-recovery-for-azure-iaas-disks.md",
2691326938
"redirect_url": "/azure/storage/common/storage-backup-and-disaster-recovery-for-azure-iaas-disks",
@@ -32613,6 +32638,21 @@
3261332638
"redirect_url": "/azure/cognitive-services/bing-web-search/language-support",
3261432639
"redirect_document_id": true
3261532640
},
32641+
{
32642+
"source_path": "articles/cognitive-services/Bing-Custom-Search/sdk-csharp-quick-start.md",
32643+
"redirect_url": "/azure/cognitive-services/bing-custom-search/quickstarts/client-libraries?pivots=programming-language-csharp",
32644+
"redirect_document_id": false
32645+
},
32646+
{
32647+
"source_path": "articles/cognitive-services/Bing-Custom-Search/sdk-java-quickstart.md",
32648+
"redirect_url": "/azure/cognitive-services/bing-custom-search/quickstarts/client-libraries?pivots=programming-language-java",
32649+
"redirect_document_id": false
32650+
},
32651+
{
32652+
"source_path": "articles/cognitive-services/Bing-Custom-Search/sdk-python-quickstart.md",
32653+
"redirect_url": "/azure/cognitive-services/bing-custom-search/quickstarts/client-libraries?pivots=programming-language-python",
32654+
"redirect_document_id": false
32655+
},
3261632656
{
3261732657
"source_path": "articles/cognitive-services/Bing-Autosuggest/bing-autosuggest-supported-languages.md",
3261832658
"redirect_url": "/azure/cognitive-services/bing-autosuggest/language-support",
@@ -46674,6 +46714,11 @@
4667446714
"redirect_url": "/azure/active-directory-domain-services/tutorial-create-instance#update-dns-settings-for-the-azure-virtual-network",
4667546715
"redirect_document_id": false
4667646716
},
46717+
{
46718+
"source_path": "articles/active-directory/authentication/howto-password-ban-bad-configure.md",
46719+
"redirect_url": "/azure/active-directory/authentication/tutorial-configure-custom-password-protection",
46720+
"redirect_document_id": true
46721+
},
4667746722
{
4667846723
"source_path": "articles/media-services/previous/media-services-fmp4-live-ingest-overview.md",
4667946724
"redirect_url": "/azure/media-services/media-services-fmp4-live-ingest-overview",
@@ -49169,10 +49214,20 @@
4916949214
"redirect_url": "/azure/aks/aks-migration",
4917049215
"redirect_document_id": false
4917149216
},
49217+
{
49218+
"source_path": "articles/virtual-machines/workloads/sap/sap-hana-backup-storage-snapshots.md",
49219+
"redirect_url": "sap-hana-backup-guide",
49220+
"redirect_document_id": true
49221+
},
4917249222
{
4917349223
"source_path": "articles/service-fabric/service-fabric-cicd-your-linux-applications-with-jenkins.md",
4917449224
"redirect_url": "/azure/jenkins/service-fabric-cicd-your-linux-applications-with-jenkins",
4917549225
"redirect_document_id": true
49226+
},
49227+
{
49228+
"source_path": "articles/jenkins/install-jenkins-solution-template.md",
49229+
"redirect_url": "/azure/jenkins/install-solution-template-tutorial",
49230+
"redirect_document_id": true
4917649231
}
4917749232
]
4917849233
}

articles/active-directory-b2c/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
href: code-samples.md
4949
- name: Concepts
5050
items:
51+
- name: Azure AD B2C best practices
52+
href: best-practices.md
5153
- name: Application types
5254
href: application-types.md
5355
- name: Authentication protocols

articles/active-directory-b2c/active-directory-technical-profile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 02/13/2020
12+
ms.date: 03/05/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -24,8 +24,8 @@ Azure Active Directory B2C (Azure AD B2C) provides support for the Azure Active
2424

2525
The **Name** attribute of the **Protocol** element needs to be set to `Proprietary`. The **handler** attribute must contain the fully qualified name of the protocol handler assembly `Web.TPEngine.Providers.AzureActiveDirectoryProvider, Web.TPEngine, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null`.
2626

27-
All Azure AD technical profiles include the **AAD-Common** technical profile. The following technical profiles don't specify the protocol because the protocol is configured in the **AAD-Common** technical profile:
28-
27+
Following [custom policy starter pack](custom-policy-get-started.md#custom-policy-starter-pack) Azure AD technical profiles include the **AAD-Common** technical profile. The Azure AD technical profiles don't specify the protocol because the protocol is configured in the **AAD-Common** technical profile:
28+
2929
- **AAD-UserReadUsingAlternativeSecurityId** and **AAD-UserReadUsingAlternativeSecurityId-NoError** - Look up a social account in the directory.
3030
- **AAD-UserWriteUsingAlternativeSecurityId** - Create a new social account.
3131
- **AAD-UserReadUsingEmailAddress** - Look up a local account in the directory.

0 commit comments

Comments
 (0)