Skip to content

Commit f5d893e

Browse files
authored
Merge pull request #267937 from MicrosoftDocs/main
Publish to live, Monday 4 AM PST, 3/4
2 parents a37408b + 1b55885 commit f5d893e

37 files changed

+547
-1162
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",
Lines changed: 18 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,22 @@ 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+
- [Configure Asignio with Azure Active Directory B2C for multifactor authentication](partner-asignio.md) - CAPTCHA updates
37+
2238
## January 2024
2339

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

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/azure-monitor/vm/vminsights-enable-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following table shows the installation methods available for enabling VM Ins
3232
| [Azure portal](vminsights-enable-portal.md) | Enable individual machines with the Azure portal. |
3333
| [Azure Policy](vminsights-enable-policy.md) | Create policy to automatically enable when a supported machine is created. |
3434
| [Azure Resource Manager templates](../vm/vminsights-enable-resource-manager.md) | Enable multiple machines by using any of the supported methods to deploy a Resource Manager template, such as the Azure CLI and PowerShell. |
35-
| [PowerShell](vminsights-enable-powershell.md) | Use a PowerShell script to enable multiple machines. Currently only supported for Log Analytics agent. |
35+
| [PowerShell](vminsights-enable-powershell.md) | Use a PowerShell script to enable multiple machines. |
3636
| [Manual install](vminsights-enable-hybrid.md) | Virtual machines or physical computers on-premises with other cloud environments.|
3737

3838
### Supported Azure Arc machines

articles/backup/backup-azure-private-endpoints-concept.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Private endpoints for Azure Backup - Overview
33
description: This article explains about the concept of private endpoints for Azure Backup that helps to perform backups while maintaining the security of your resources.
44
ms.topic: conceptual
55
ms.service: backup
6-
ms.date: 08/14/2023
6+
ms.date: 03/04/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -73,15 +73,15 @@ In addition to these connections, when the workload extension or MARS agent is i
7373
| --- | --- | --- |
7474
| Azure Backup | `*.backup.windowsazure.com` | 443 |
7575
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443 |
76-
| Microsoft Entra ID | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
76+
| Microsoft Entra ID | `*.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
7777

7878
When the workload extension or MARS agent is installed for Recovery Services vault with private endpoint, the following endpoints are communicated:
7979

8080
| Service | Domain name | Port |
8181
| --- | --- | --- |
8282
| Azure Backup | `*.privatelink.<geo>.backup.windowsazure.com` | 443 |
8383
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443 |
84-
| Microsoft Entra ID | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
84+
| Microsoft Entra ID | `*.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
8585

8686
>[!Note]
8787
>In the above text, `<geo>` refers to the region code (for example, **eus** for East US and **ne** for North Europe). Refer to the following lists for regions codes:

articles/backup/backup-azure-sap-hana-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up an SAP HANA database to Azure with Azure Backup
33
description: In this article, learn how to back up an SAP HANA database to Azure virtual machines with the Azure Backup service.
44
ms.topic: how-to
5-
ms.date: 11/29/2023
5+
ms.date: 03/04/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -75,7 +75,7 @@ You can also use the following FQDNs to allow access to the required services fr
7575
| -------------- | ------------------------------------------------------------ | ---------------------- |
7676
| Azure Backup | `*.backup.windowsazure.com` | 443 |
7777
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443 |
78-
| Azure AD | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | 443 <br><br> As applicable |
78+
| Azure AD | `*.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | 443 <br><br> As applicable |
7979

8080
#### Use an HTTP proxy server to route traffic
8181

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up multiple SQL Server VMs from the vault
33
description: In this article, learn how to back up SQL Server databases on Azure virtual machines with Azure Backup from the Recovery Services vault
44
ms.topic: conceptual
5-
ms.date: 01/24/2024
5+
ms.date: 03/04/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
@@ -93,7 +93,7 @@ You can also use the following FQDNs to allow access to the required services fr
9393
| -------------- | ------------------------------------------------------------ | ---
9494
| Azure Backup | `*.backup.windowsazure.com` | 443
9595
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` | 443
96-
| Azure AD | `*.australiacentral.r.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | 443 <br><br> As applicable
96+
| Azure AD | `*.login.microsoft.com` <br><br> Allow access to FQDNs under sections 56 and 59 according to [this article](/office365/enterprise/urls-and-ip-address-ranges#microsoft-365-common-and-office-online) | 443 <br><br> As applicable
9797

9898
#### Allow connectivity for servers behind internal load balancers
9999

articles/backup/private-endpoints-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Private endpoints overview
33
description: Understand the use of private endpoints for Azure Backup and the scenarios where using private endpoints helps maintain the security of your resources.
44
ms.topic: conceptual
5-
ms.date: 08/14/2023
5+
ms.date: 03/04/2024
66
ms.custom:
77
ms.service: backup
88
author: AbhishekMallick-MS
@@ -55,15 +55,15 @@ In addition to these connections when the workload extension or MARS agent is in
5555
| --- | --- | --- |
5656
| Azure Backup | `*.backup.windowsazure.com` | 443 |
5757
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` <br><br> `*.storage.azure.net` | 443 |
58-
| Microsoft Entra ID | `*.australiacentral.r.login.microsoft.com` <br><br> [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
58+
| Microsoft Entra ID | `*.login.microsoft.com` <br><br> [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
5959

6060
When the workload extension or MARS agent is installed for Recovery Services vault with private endpoint, the following endpoints are hit:
6161

6262
| Service | Domain name | Port |
6363
| --- | --- | --- |
6464
| Azure Backup | `*.privatelink.<geo>.backup.windowsazure.com` | 443 |
6565
| Azure Storage | `*.blob.core.windows.net` <br><br> `*.queue.core.windows.net` <br><br> `*.blob.storage.azure.net` <br><br> `*.storage.azure.net` | 443 |
66-
| Microsoft Entra ID |`*.australiacentral.r.login.microsoft.com` <br><br> [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
66+
| Microsoft Entra ID |`*.login.microsoft.com` <br><br> [Allow access to FQDNs under sections 56 and 59](/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide&preserve-view=true#microsoft-365-common-and-office-online). | 443 <br><br> As applicable |
6767

6868
>[!Note]
6969
>In the above text, `<geo>` refers to the region code (for example, **eus** for East US and **ne** for North Europe). Refer to the following lists for regions codes:

articles/batch/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,8 @@
198198
href: simplified-node-communication-pool-no-public-ip.md
199199
- name: Create a pool with ephemeral OS disk nodes
200200
href: create-pool-ephemeral-os-disk.md
201+
- name: Create an Azure Batch pool with Auto OS Upgrade
202+
href: batch-upgrade-policy.md
201203
- name: Use extensions with pools
202204
href: create-pool-extensions.md
203205
- name: Configure managed identities

0 commit comments

Comments
 (0)