Skip to content

Commit a9b16c2

Browse files
Merge pull request #310835 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-23 18:00 UTC
2 parents 6fc3a5c + b4bc541 commit a9b16c2

132 files changed

Lines changed: 553 additions & 571 deletions

File tree

Some content is hidden

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

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6640,6 +6640,26 @@
66406640
"redirect_url": "/azure/oracle/oracle-db/database-overview",
66416641
"redirect_document_id": false
66426642
},
6643+
{
6644+
"source_path": "articles/cyclecloud/how-to/ccws/register-entra-id-app.md",
6645+
"redirect_url": "/azure/cyclecloud/how-to/create-app-registration",
6646+
"redirect_document_id": false
6647+
},
6648+
{
6649+
"source_path": "articles/cyclecloud/how-to/ccws/open-ondemand-add-users.md",
6650+
"redirect_url": "/azure/cyclecloud/how-to/ccws/configure-open-ondemand",
6651+
"redirect_document_id": false
6652+
},
6653+
{
6654+
"source_path": "articles/reliability/reliability-health-insights.md",
6655+
"redirect_url": "/azure/azure-health-insights/reliability-health-insights",
6656+
"redirect_document_id": false
6657+
},
6658+
{
6659+
"source_path": "articles/reliability/migrate-load-balancer.md",
6660+
"redirect_url": "/azure/reliability/reliability-load-balancer",
6661+
"redirect_document_id": false
6662+
},
66436663
{
66446664
"source_path": "articles/nat-gateway/nat-availability-zones.md",
66456665
"redirect_url": "/azure/reliability/reliability-nat-gateway",

articles/active-directory-b2c/add-captcha.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: kengaderdus
1111
ms.subservice: b2c
1212
zone_pivot_groups: b2c-policy-type
1313

14-
#Customer intent: As a developer, I want to enable CAPTCHA in consumer-facing application that is secured by Azure Active Directory B2C, so that I can protect my sign-in and sign-up flows from automated attacks.
14+
#Customer intent: As a developer, I want to enable CAPTCHA in a consumer-facing application that is secured by Azure Active Directory B2C, so that I can protect my sign-in and sign-up flows from automated attacks.
1515

1616
---
1717

@@ -21,7 +21,7 @@ zone_pivot_groups: b2c-policy-type
2121

2222
[!INCLUDE [active-directory-b2c-choose-user-flow-or-custom-policy](../../includes/active-directory-b2c-choose-user-flow-or-custom-policy.md)]
2323

24-
Azure Active Directory B2C (Azure AD B2C) allows you to enable CAPTCHA to prevent automated attacks on your consumer-facing applications. Azure AD B2C’s CAPTCHA supports both audio and visual CAPTCHA challenges. You can enable this security feature in both sign-up and sign-in flows for your local accounts. CAPTCHA isn't applicable for social identity providers' sign-in.
24+
Azure Active Directory B2C (Azure AD B2C) allows you to enable CAPTCHA to prevent automated attacks on your consumer-facing applications. Azure AD B2C CAPTCHA supports both audio and visual challenges. You can enable this security feature in both sign-up and sign-in flows for your local accounts. CAPTCHA isn't applicable for social identity providers' sign-in.
2525

2626
> [!NOTE]
2727
> This feature is in public preview
@@ -52,7 +52,7 @@ Azure Active Directory B2C (Azure AD B2C) allows you to enable CAPTCHA to preven
5252

5353
## Test the user flow
5454

55-
Use the steps in [Test the user flow](tutorial-create-user-flows.md?pivots=b2c-user-flow#test-the-user-flow-1) to test and confirm that CAPTCHA is enabled for your chosen flow. You should be prompted to enter the characters you see or hear depending on the CAPTCHA type, visual, or audio, you choose.
55+
Use the steps in [Test the user flow](tutorial-create-user-flows.md?pivots=b2c-user-flow#test-the-user-flow-1) to test and confirm that CAPTCHA is enabled for your chosen flow. You should be prompted to enter the characters you see or hear depending on the CAPTCHA type (visual or audio) that you choose.
5656

5757
::: zone-end
5858

@@ -395,7 +395,7 @@ Use the steps in [Test the custom policy](tutorial-create-user-flows.md?pivots=b
395395

396396
> [!NOTE]
397397
> - You can't add CAPTCHA to an MFA step in a sign-up only user flow.
398-
> - In an MFA flow, CAPTCHA is applicable where the MFA method you select is SMS or phone call, SMS only or Phone call only.
398+
> - In an MFA flow, CAPTCHA is applicable where the MFA method you select is SMS or phone call, SMS only, or phone call only.
399399
400400
## Related content
401401

articles/application-gateway/monitor-application-gateway-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ For Application Gateway and WAF v2 SKU:
211211
|sslEnabled | Whether communication to the backend pools used TLS. Valid values are on and off. |
212212
|sslCipher | Cipher suite being used for TLS communication (if TLS is enabled). |
213213
|sslProtocol | SSL/TLS protocol being used (if TLS is enabled). |
214-
|sslClientVerify | Shows the result of client certificate verification as SUCCESS or FAILED. Failed status includes error information.|
214+
|sslClientVerify | Shows the result of client certificate verification as SUCCESS or FAILED. Failed status will include error information. SUCCESS status will include Strict or Passthrough|
215215
|sslClientCertificateFingerprint|The SHA1 thumbprint of the client certificate for an established TLS connection.|
216216
|sslClientCertificateIssuerName|The issuer DN string of the client certificate for an established TLS connection.|
217217
|serverRouted | The backend server that application gateway routes the request to. |
@@ -226,6 +226,7 @@ For Application Gateway and WAF v2 SKU:
226226
|originalHost | This field contains the original request host name. |
227227
|error_info | The reason for the 4xx and 5xx error. Displays an error code for a failed request. More details in the error code tables in this article. |
228228
|contentType | The type of content or data that's being processed or delivered by the application gateway. |
229+
|identity | Provides the Tenant ID (TID) and Object ID (OID) of the authenticated entity after successful JWT validation. |
229230

230231
```json
231232
{

articles/backup/backup-azure-arm-restore-vms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Restore VMs by using the Azure portal using Azure Backup
33
description: Restore an Azure virtual machine from a recovery point by using the Azure portal, including the Cross Region Restore feature.
44
ms.reviewer: nikhilsarode
55
ms.topic: how-to
6-
ms.date: 12/12/2025
6+
ms.date: 01/23/2026
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
@@ -52,7 +52,7 @@ To restore a VM (create a new VM), make sure you have the correct Azure role-bas
5252

5353
If you don't have permissions, you can [restore a disk](#restore-disks), and then after the disk is restored, you can [use the template](#use-templates-to-customize-a-restored-vm) that was generated as part of the restore operation to create a new VM.
5454

55-
[!INCLUDE [backup-center.md](../../includes/backup-center.md)]
55+
[!INCLUDE [resiliency.md](../../includes/resiliency.md)]
5656

5757
## Select a restore point
5858

articles/backup/selective-disk-backup-restore.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ Restore-AzRecoveryServicesBackupItem -RecoveryPoint $rp[0] -StorageAccountName "
284284

285285
## Use the Azure portal
286286

287-
> [!NOTE]
288-
> The functionality that the following sections describe can also be accessed via [Resiliency](../resiliency/resiliency-overview.md). Resiliency in Azure is a cloud-native unified experience for resiliency posture management that enables you to manage your protection estate across solutions and environments.
287+
[!INCLUDE [resiliency.md](../../includes/resiliency.md)]
289288

290289
When you use the Azure portal, you can view the included and excluded disks from the VM backup details pane and the backup **Job Details** pane. During restore, when you select the recovery point from which to restore, you can view the backed-up disks in that recovery point.
291290

articles/backup/view-reports.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: View reports for Azure Backup
33
description: Learn how to view backup reports.
44
ms.topic: how-to
5-
ms.date: 11/21/2025
5+
ms.date: 01/23/2026
66
ms.custom: references_regions, devx-track-azurepowershell
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -13,6 +13,9 @@ ms.author: v-mallicka
1313

1414
This article describes how to view reports for all backup operations.
1515

16+
>[!NOTE]
17+
>Backup Reports can show data from up to 100 Log Analytics workspaces, but complex queries or large data volumes can cause errors even when you select lesser than 100 workspaces. To ensure reliable performance, limit each query to no more than 30 workspaces for optimal results.
18+
1619
## Out-of-box reports
1720

1821
Out-of-box reports are targeted reports available in Resiliency to help you audit requirements primarily. These reports are simplified and fully customizable right from the columns to the filters and the data format. These out of box reports are curated for Backup Configuration Status, Backup Job History, Backup Schedule and Retention and User Triggered Operations.

articles/container-apps/code-to-cloud-options.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ The Azure portal's focus is on setting up, changing, and experimenting with your
5656

5757
While you can't use the portal to deploy your code, it's ideal for making incremental changes to your configuration. The portal's strengths lie in making it easy for you to set up, change, and experiment with your container app.
5858

59-
You can also use the portal with [Azure App Spaces](/azure/app-spaces/overview) to deploy your applications to Container Apps.
60-
6159
### Resources
6260

6361
- [Deploy your first container app using the Azure portal](quickstart-portal.md)
64-
- [Deploy a web app with Azure App Spaces](/azure/app-spaces/quickstart-deploy-your-app)
6562

6663
## Code repository
6764

articles/container-apps/workload-profiles-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each profile type determines how your apps scale, the level of resource isolatio
3434
Each Container Apps environment includes a default Consumption profile. You can add Dedicated or Consumption GPU profiles and, when available, Flexible profiles to meet your application's needs.
3535

3636
> [!NOTE]
37-
> The Flexible profile is currently only available in the following regions: Central US EUAP, East US2 EUAP, East Asia, and West Central US.
37+
> The Flexible profile is currently only available in the following regions: Australia East, Brazil South, Canada Central, Canada East, Central India, East Asia, Germany West Central, Korea Central, North Europe, Southeast Asia, Sweden Central, UK West, West Central US, and West US 3.
3838
3939
## Workload profile form factors
4040

@@ -80,7 +80,7 @@ All Consumption profiles support serverless scaling and are billed based on per
8080

8181
| Profile names | vCPU range | Memory range | Regions | Allocation |
8282
|--|--|--|--|--|
83-
| **Flexible** | 0.25-4 | 0.5-16 GiB | Central US (EUAP), East US2 (EUAP), East Asia, West Central US | per replica |
83+
| **Flexible** | 0.25-4 | 0.5-16 GiB | Australia East, Brazil South, Canada Central, Canada East, Central India, East Asia, Germany West Central, Korea Central, North Europe, Southeast Asia, Sweden Central, UK West, West Central US, West US 3 | per replica |
8484

8585
## Resource consumption and scaling
8686

articles/cyclecloud/how-to/ccws/configure-open-ondemand.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: Configure Open Demand with CycleCloud
33
description: How to configure Open OnDemand with CycleCloud
4-
author: xpillons
5-
ms.date: 09/18/2025
4+
author: abatallas
5+
ms.date: 01/13/2025
66
ms.author: padmalathas
77
---
88

99
# Configure Open OnDemand with CycleCloud
1010
Open OnDemand is a web-based interface that provides a user-friendly way to interact with the Slurm cluster deployed by Azure CycleCloud. Azure CycleCloud automatically installs and configures Open OnDemand when you deploy Azure CycleCloud Workspace for Slurm, but you need to run a few steps manually.
1111

1212
## Update settings for Microsoft Entra ID authentication
13-
The Open OnDemand front end uses Open ID Connect (OIDC) for authentication. The OIDC provider is a Microsoft Entra ID application that you register specifically for this purpose (see [How to register a Microsoft Entra ID application for Open OnDemand Authentication](./register-entra-id-app.md)). The following steps describe how to update the settings for Microsoft Entra ID authentication.
13+
The Open OnDemand front end uses Open ID Connect (OIDC) for authentication. The OIDC provider is a Microsoft Entra ID application that you register for this specific purpose (see [these instructions](../create-app-registration.md) on how to register such an application). The following steps describe how to update the Open OnDemand cluster settings for Microsoft Entra ID authentication in the Azure CycleCloud interface.
1414

1515
Browse to the CycleCloud web portal, select the OpenOnDemand cluster, and select **Edit**. This selection opens the cluster template definition.
1616
1. Select **Advanced settings**.
@@ -28,4 +28,4 @@ Select `Save`, then `Start Cluster`, and wait for the Open OnDemand virtual mach
2828
:::image type="content" source="../../images/ccws/open-ondemand-advanced-settings.png" alt-text="Screenshot of Open OnDemand cluster configuration.":::
2929

3030
## Resources
31-
* [Add users for Open OnDemand](./open-ondemand-add-users.md)
31+
* [Add users to your registered Microsoft Entra ID application](../create-app-registration.md#permissioning-users-for-cyclecloud)

articles/cyclecloud/how-to/ccws/deploy-with-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ Prerequisites: Install the Azure CLI and Git, and then sign in or set your Azure
4747
## Resources
4848

4949
* [Configure Open OnDemand with CycleCloud](./configure-open-ondemand.md)
50-
* [Add users for Open OnDemand](./open-ondemand-add-users.md)
50+
* [Add users to your registered Microsoft Entra ID application](../create-app-registration.md#permissioning-users-for-cyclecloud)
5151
* [How to connect to the CycleCloud portal through Bastion](/azure/cyclecloud/how-to/ccws/connect-to-portal-with-bastion)
5252
* [How to connect to a Login Node through Bastion](/azure/cyclecloud/how-to/ccws/connect-to-login-node-with-bastion)

0 commit comments

Comments
 (0)