Skip to content

Commit cbf5d69

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into appgw-upd
2 parents ae58f45 + 262e4ef commit cbf5d69

File tree

854 files changed

+8494
-11214
lines changed

Some content is hidden

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

854 files changed

+8494
-11214
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,6 +1282,7 @@
12821282
"articles/mysql/.openpublishing.redirection.mysql.json",
12831283
"articles/network-watcher/.openpublishing.redirection.network-watcher.json",
12841284
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
1285+
"articles/operator-insights/.openpublishing.redirection.operator-insights.json",
12851286
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json",
12861287
"articles/peering-service/.openpublishing.redirection.peering-service.json",
12871288
"articles/postgresql/.openpublishing.redirection.postgresql.json",

.openpublishing.redirection.defender-for-cloud.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,11 @@
920920
"redirect_url": "/azure/defender-for-cloud/multicloud",
921921
"redirect_document_id": false
922922
},
923+
{
924+
"source_path_from_root": "/articles/defender-for-cloud/defender-for-containers-vulnerability-assessment-azure.md",
925+
"redirect_url": "/azure/defender-for-cloud/agentless-vulnerability-assessment-azure",
926+
"redirect_document_id": false
927+
},
923928
{
924929
"source_path_from_root": "/articles/defender-for-cloud/concept-aws-connector.md",
925930
"redirect_url": "/azure/defender-for-cloud/quickstart-onboard-aws",

.whatsnew/.cognitive-services.json

Lines changed: 0 additions & 135 deletions
This file was deleted.

articles/active-directory-b2c/manage-custom-policies-powershell.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ author: kengaderdus
66
manager: CelesteDG
77

88
ms.service: active-directory
9-
10-
ms.custom: devx-track-azurepowershell, has-azure-ad-ps-ref, azure-ad-ref-level-one-done
9+
ms.custom: has-azure-ad-ps-ref, azure-ad-ref-level-one-done
1110
ms.topic: how-to
1211
ms.date: 01/11/2024
1312
ms.author: kengaderdus
1413
ms.subservice: B2C
15-
16-
1714
#Customer intent: As an Azure AD B2C administrator, I want to manage custom policies using Microsoft Graph PowerShell, so that I can review, update, and delete policies in my Azure AD B2C tenant.
18-
1915
---
2016

2117
# Manage Azure AD B2C custom policies with Microsoft Graph PowerShell
Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "What's new in Azure Active Directory business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 01/11/2024
4+
ms.date: 03/01/2024
55
ms.service: active-directory
66
ms.subservice: B2C
7-
ms.topic: reference
7+
ms.topic: whats-new
88

99
ms.author: kengaderdus
1010
author: kengaderdus
@@ -19,6 +19,21 @@ manager: CelesteDG
1919

2020
Welcome to what's new in Azure Active Directory B2C documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the B2C service, see [What's new in Microsoft Entra ID](../active-directory/fundamentals/whats-new.md), [Azure AD B2C developer release notes](custom-policy-developer-notes.md) and [What's new in Microsoft Entra External ID](/entra/external-id/whats-new-docs).
2121

22+
## February 2024
23+
24+
### New articles
25+
26+
- [Enable CAPTCHA in Azure Active Directory B2C](add-captcha.md)
27+
- [Define a CAPTCHA technical profile in an Azure Active Directory B2C custom policy](captcha-technical-profile.md)
28+
- [Verify CAPTCHA challenge string using CAPTCHA display control](display-control-captcha.md)
29+
30+
### Updated articles
31+
32+
- [Enable custom domains in Azure Active Directory B2C](custom-domain.md) - Updated steps to block the default B2C domain
33+
- [Manage Azure AD B2C custom policies with Microsoft Graph PowerShell](manage-custom-policies-powershell.md) - Microsoft Graph PowerShell updates
34+
- [Localization string IDs](localization-string-ids.md) - CAPTCHA updates
35+
- [Page layout versions](page-layout.md) - CAPTCHA updates
36+
2237
## January 2024
2338

2439
### Updated articles
@@ -36,24 +51,3 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
3651
- [Set up sign-up and sign-in with a Google account using Azure Active Directory B2C](identity-provider-google.md) - Editorial updates
3752
- [Localization string IDs](localization-string-ids.md) - Updated the localization string IDs
3853

39-
## November 2023
40-
41-
### Updated articles
42-
43-
- [Set up a password reset flow in Azure Active Directory B2C](add-password-reset-policy.md) - Editorial updates
44-
- [Enrich tokens with claims from external sources using API connectors](add-api-connector-token-enrichment.md) - Editorial updates
45-
- [Enable custom domains for Azure Active Directory B2C](custom-domain.md) - Editorial updates
46-
- [Set up sign-in for multitenant Microsoft Entra ID using custom policies in Azure Active Directory B2C](identity-provider-azure-ad-multi-tenant.md) - Editorial updates
47-
- [Manage Azure AD B2C with Microsoft Graph](microsoft-graph-operations.md) - Editorial updates
48-
- [Enable multifactor authentication in Azure Active Directory B2C](multi-factor-authentication.md) - Editorial updates
49-
- [What is Azure Active Directory B2C?](overview.md) - Editorial updates
50-
- [Technical and feature overview of Azure Active Directory B2C](technical-overview.md) - Editorial updates
51-
- [Tutorial: Create user flows and custom policies in Azure Active Directory B2C](tutorial-create-user-flows.md) - Editorial updates
52-
- [User flows and custom policies overview](user-flow-overview.md) - Editorial updates
53-
- [OAuth 2.0 authorization code flow in Azure Active Directory B2C](authorization-code-flow.md) - Editorial updates
54-
- [Create and read a user account by using Azure Active Directory B2C custom policy](custom-policies-series-store-user.md) - Editorial updates
55-
- [Define a Microsoft Entra multifactor authentication technical profile in an Azure AD B2C custom policy](multi-factor-auth-technical-profile.md) - Editorial updates
56-
57-
58-
59-

articles/active-directory/includes/aad-powershell-migration-include.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

articles/active-directory/includes/automatic-redemption-include.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

articles/active-directory/includes/bulk-export-note.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

articles/active-directory/includes/bulk-export.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

articles/active-directory/includes/cross-tenant-synchronization-include.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)