Skip to content

Commit 8781887

Browse files
authored
Merge pull request #240111 from MicrosoftDocs/main
6/01 3PM Publish
2 parents 9843330 + 8131639 commit 8781887

File tree

1,242 files changed

+4467
-3039
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,242 files changed

+4467
-3039
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,7 @@
10861086
"articles/load-testing/.openpublishing.redirection.azure-load-testing.json",
10871087
"articles/logic-apps/.openpublishing.redirection.logic-apps.json",
10881088
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
1089+
"articles/machine-learning/v1/.openpublishing.redirection.machine-learning-v1.json",
10891090
"articles/mariadb/.openpublishing.redirection.mariadb.json",
10901091
"articles/marketplace/.openpublishing.redirection.marketplace.json",
10911092
"articles/mysql/.openpublishing.redirection.mysql.json",

.openpublishing.redirection.active-directory.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10260,6 +10260,31 @@
1026010260
"redirect_url": "/azure/active-directory/saas-apps/tutorial-list",
1026110261
"redirect_document_id": false
1026210262
},
10263+
{
10264+
"source_path_from_root": "/articles/active-directory/fundamentals/azure-ad-data-residency.md",
10265+
"redirect_url": "/azure/active-directory/fundamentals/data-residency",
10266+
"redirect_document_id": true
10267+
},
10268+
{
10269+
"source_path_from_root": "/articles/active-directory/fundamentals/five-steps-to-full-application-integration-with-azure-ad.md",
10270+
"redirect_url": "/azure/active-directory/fundamentals/five-steps-to-full-application-integration",
10271+
"redirect_document_id": true
10272+
},
10273+
{
10274+
"source_path_from_root": "/articles/active-directory/fundamentals/service-accounts-governing-azure.md",
10275+
"redirect_url": "/azure/active-directory/fundamentals/govern-service-accounts",
10276+
"redirect_document_id": true
10277+
},
10278+
{
10279+
"source_path_from_root": "/articles/active-directory/fundamentals/service-accounts-introduction-azure.md",
10280+
"redirect_url": "/azure/active-directory/fundamentals/secure-service-accounts",
10281+
"redirect_document_id": true
10282+
},
10283+
{
10284+
"source_path_from_root": "/articles/active-directory/fundamentals/whats-deprecated-azure-ad.md",
10285+
"redirect_url": "/azure/active-directory/fundamentals/what-is-deprecated",
10286+
"redirect_document_id": true
10287+
},
1026310288
{
1026410289
"source_path_from_root": "/articles/active-directory/saas-apps/clarizen-provisioning-tutorial.md",
1026510290
"redirect_url": "/azure/active-directory/saas-apps/tutorial-list",

articles/active-directory-b2c/configure-a-sample-node-web-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ author: kengaderdus
77
manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
10+
ms.custom: devx-track-js
1011
ms.topic: how-to
1112
ms.date: 07/07/2022
1213
ms.author: kengaderdus

articles/active-directory-b2c/configure-authentication-in-sample-node-web-app-with-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.workload: identity
11+
ms.custom: devx-track-js
1112
ms.topic: how-to
1213
ms.date: 03/24/2023
1314
ms.author: kengaderdus

articles/active-directory-b2c/configure-authentication-sample-python-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: reference
1010
ms.date: 02/28/2023
1111
ms.author: kengaderdus
1212
ms.subservice: B2C
13-
ms.custom: "b2c-support"
13+
ms.custom: b2c-support, devx-track-python
1414
---
1515

1616
# Configure authentication in a sample Python web app by using Azure AD B2C

articles/active-directory-b2c/custom-policies-series-call-rest-api.md

Lines changed: 1 addition & 1 deletion
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: how-to
12-
ms.custom: b2c-docs-improvements
12+
ms.custom: b2c-docs-improvements, devx-track-js
1313
ms.date: 03/16/2023
1414
ms.author: kengaderdus
1515
ms.reviewer: yoelh

articles/active-directory-b2c/enable-authentication-in-node-web-app-options.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: reference
1010
ms.date: 02/02/2022
1111
ms.author: kengaderdus
1212
ms.subservice: B2C
13-
ms.custom: "b2c-support"
13+
ms.custom: b2c-support, devx-track-js
1414
---
1515

1616
# Enable authentication options in a Node.js web app by using Azure Active Directory B2C
@@ -161,4 +161,3 @@ The following code snippet demonstrates how to configure MSAL logging:
161161
## Next steps
162162
163163
Learn more about [MSAL.js configuration options](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/configuration.md).
164-

articles/active-directory-b2c/enable-authentication-in-node-web-app-with-api-options.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: reference
1010
ms.date: 02/10/2022
1111
ms.author: kengaderdus
1212
ms.subservice: B2C
13-
ms.custom: "b2c-support"
13+
ms.custom: b2c-support, devx-track-js
1414
---
1515

1616
# Enable Node.js web API authentication options using Azure Active Directory B2C
@@ -179,4 +179,3 @@ The following code snippet demonstrates how to configure MSAL logging:
179179
## Next steps
180180
181181
Learn more about [MSAL.js configuration options](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/configuration.md).
182-

articles/active-directory-b2c/enable-authentication-in-node-web-app-with-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ manager: CelesteDG
88

99
ms.service: active-directory
1010
ms.workload: identity
11+
ms.custom: devx-track-js
1112
ms.topic: how-to
1213
ms.date: 02/09/2022
1314
ms.author: kengaderdus
@@ -212,4 +213,4 @@ Follow the steps in [Run the web app and API](configure-authentication-in-sample
212213
213214
214215
## Next steps
215-
- [Secure an Azure API Management API with Azure AD B2C](secure-api-management.md)
216+
- [Secure an Azure API Management API with Azure AD B2C](secure-api-management.md)

articles/active-directory-b2c/enable-authentication-in-node-web-app.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ author: kengaderdus
77
manager: CelesteDG
88
ms.service: active-directory
99
ms.workload: identity
10+
ms.custom: devx-track-js
1011
ms.topic: how-to
1112
ms.date: 02/02/2022
1213
ms.author: kengaderdus
@@ -156,4 +157,4 @@ Follow the steps in [Run your web app](configure-a-sample-node-web-app.md#run-th
156157

157158
## Next steps
158159

159-
- Learn how to [customize and enhance the Azure AD B2C authentication experience for your web app](enable-authentication-in-node-web-app-options.md)
160+
- Learn how to [customize and enhance the Azure AD B2C authentication experience for your web app](enable-authentication-in-node-web-app-options.md)

0 commit comments

Comments
 (0)