Skip to content

Commit 0299115

Browse files
committed
Refresh branch from main - IN PROGRESS
2 parents 2b1a14d + 7373e06 commit 0299115

File tree

3,940 files changed

+34481
-39231
lines changed

Some content is hidden

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

3,940 files changed

+34481
-39231
lines changed

.github/policies/disallow-edits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ configuration:
160160
matchAny: true
161161
pattern: articles/reliability/*
162162
- commentContains:
163-
pattern: \#sign-off
164-
isRegex: false
163+
pattern: '\#sign-off'
164+
isRegex: true
165165
- not:
166166
or:
167167
- isActivitySender:

.openpublishing.publish.config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,6 @@
242242
"branch": "main",
243243
"branch_mapping": {}
244244
},
245-
{
246-
"path_to_root": "azure-proactive-resiliency-library",
247-
"url": "https://github.com/Azure/Azure-Proactive-Resiliency-Library",
248-
"branch": "main",
249-
"branch_mapping": {}
250-
},
251245
{
252246
"path_to_root": "azure-sdk-for-go-samples",
253247
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
@@ -590,6 +584,12 @@
590584
"branch": "main",
591585
"branch_mapping": {}
592586
},
587+
{
588+
"path_to_root": "laravel-tasks",
589+
"url": "https://github.com/Azure-Samples/laravel-tasks",
590+
"branch": "main",
591+
"branch_mapping": {}
592+
},
593593
{
594594
"path_to_root": "playwright-testing-service",
595595
"url": "https://github.com/microsoft/playwright-testing-service",

.openpublishing.redirection.json

Lines changed: 149 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,85 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/automation/change-tracking/enable-from-portal.md",
5+
"redirect_url": "/azure/automation/change-tracking/enable-vms-monitoring-agent",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/automation/change-tracking/enable-from-vm.md",
10+
"redirect_url": "/azure/automation/change-tracking/enable-vms-monitoring-agent",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/automation/change-tracking/enable-from-automation-account.md",
15+
"redirect_url": "/azure/automation/change-tracking/enable-vms-monitoring-agent",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/automation/change-tracking/configure-alerts.md",
20+
"redirect_url": "/azure/automation/change-tracking/overview-monitoring-agent",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/automation/change-tracking/enable-from-runbook.md",
25+
"redirect_url": "/azure/automation/change-tracking/manage-change-tracking-monitoring-agent",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/automation/change-tracking/manage-change-tracking.md",
30+
"redirect_url": "/azure/automation/change-tracking/manage-change-tracking-monitoring-agent",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "articles/automation/change-tracking/manage-inventory-vms.md",
35+
"redirect_url": "/azure/automation/change-tracking/manage-change-tracking-monitoring-agent",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "articles/automation/change-tracking/manage-scope-configurations.md",
40+
"redirect_url": "/azure/automation/change-tracking/enable-vms-monitoring-agent",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path": "articles/automation/change-tracking/overview.md",
45+
"redirect_url": "/azure/automation/change-tracking/overview-monitoring-agent",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path": "articles/automation/change-tracking/remove-feature.md",
50+
"redirect_url": "/azure/automation/change-tracking/overview-monitoring-agent",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path": "articles/automation/change-tracking/remove-vms-from-change-tracking.md",
55+
"redirect_url": "/azure/automation/change-tracking/overview-monitoring-agent",
56+
"redirect_document_id": false
57+
},
58+
{
59+
"source_path": "articles/automation/how-to/region-mappings.md",
60+
"redirect_url": "/azure/automation/change-tracking/region-mappings-monitoring-agent",
61+
"redirect_document_id": false
62+
},
63+
{
64+
"source_path": "articles/automation/automation-tutorial-installed-software.md",
65+
"redirect_url": "/azure/automation/change-tracking/overview-monitoring-agent",
66+
"redirect_document_id": false
67+
},
68+
{
69+
"source_path": "articles/automation/troubleshoot/change-tracking.md",
70+
"redirect_url": "/azure/automation/change-tracking/guidance-migration-log-analytics-monitoring-agent",
71+
"redirect_document_id": false
72+
},
73+
{
74+
"source_path": "articles/automation/troubleshoot/onboarding.md",
75+
"redirect_url": "/azure/automation/change-tracking/guidance-migration-log-analytics-monitoring-agent",
76+
"redirect_document_id": false
77+
},
78+
{
79+
"source_path": "articles/migrate/tutorial-modernize-asp-net-aks.md",
80+
"redirect_url": "/azure/migrate/migrate-services-overview",
81+
"redirect_document_id": false
82+
},
383
{
484
"source_path": "articles/databox-online/azure-stack-edge-gpu-deploy-sample-module-marketplace.md",
585
"redirect_url": "https://azuremarketplace.microsoft.com/marketplace/apps?page=1",
@@ -28,7 +108,12 @@
28108
{
29109
"source_path": "articles/partner-solutions/logzio/troubleshoot.md",
30110
"redirect_url": "/previous-versions/azure/partner-solutions/logzio/troubleshoot",
31-
"redirect_document_id": false
111+
"redirect_document_id": false
112+
},
113+
{
114+
"source_path": "articles/event-grid/event-schema-storage-actions.md",
115+
"redirect_url": "/azure/storage-actions/overview",
116+
"redirect_document_id": false
32117
},
33118
{
34119
"source_path_from_root": "/articles/hdinsight-aks/index.yml",
@@ -41,34 +126,34 @@
41126
"redirect_document_id": false
42127
},
43128
{
44-
"source_path_from_root": "/articles/hdinsight-aks/prerequisites-subscription.md",
45-
"redirect_url": "/previous-versions/azure/hdinsight-aks/quickstart-prerequisites-subscription",
46-
"redirect_document_id": false
129+
"source_path_from_root": "/articles/hdinsight-aks/prerequisites-subscription.md",
130+
"redirect_url": "/previous-versions/azure/hdinsight-aks/quickstart-prerequisites-subscription",
131+
"redirect_document_id": false
47132
},
48133
{
49-
"source_path_from_root": "/articles/hdinsight-aks/release-notes/index.md",
50-
"redirect_url": "/previous-versions/azure/hdinsight-aks/release-notes/hdinsight-aks-release-notes",
51-
"redirect_document_id": false
134+
"source_path_from_root": "/articles/hdinsight-aks/release-notes/index.md",
135+
"redirect_url": "/previous-versions/azure/hdinsight-aks/release-notes/hdinsight-aks-release-notes",
136+
"redirect_document_id": false
52137
},
53138
{
54-
"source_path_from_root": "/articles/hdinsight-aks/prerequisites-resources.md",
55-
"redirect_url": "/previous-versions/azure/hdinsight-aks/quickstart-prerequisites-resources",
56-
"redirect_document_id": false
57-
},
139+
"source_path_from_root": "/articles/hdinsight-aks/prerequisites-resources.md",
140+
"redirect_url": "/previous-versions/azure/hdinsight-aks/quickstart-prerequisites-resources",
141+
"redirect_document_id": false
142+
},
58143
{
59-
"source_path_from_root": "/articles/hdinsight-aks/spark/index.md",
60-
"redirect_url": "/previous-versions/azure/hdinsight-aks/spark/hdinsight-on-aks-spark-overview",
61-
"redirect_document_id": false
144+
"source_path_from_root": "/articles/hdinsight-aks/spark/index.md",
145+
"redirect_url": "/previous-versions/azure/hdinsight-aks/spark/hdinsight-on-aks-spark-overview",
146+
"redirect_document_id": false
62147
},
63148
{
64-
"source_path_from_root": "/articles/hdinsight-aks/get-started.md",
65-
"redirect_url": "/previous-versions/azure/hdinsight-aks/quickstart-get-started",
66-
"redirect_document_id": false
149+
"source_path_from_root": "/articles/hdinsight-aks/get-started.md",
150+
"redirect_url": "/previous-versions/azure/hdinsight-aks/quickstart-get-started",
151+
"redirect_document_id": false
67152
},
68153
{
69-
"source_path_from_root": "/articles/hdinsight-aks/trino/index.md",
70-
"redirect_url": "/previous-versions/azure/hdinsight-aks/trino/trino-overview ",
71-
"redirect_document_id": false
154+
"source_path_from_root": "/articles/hdinsight-aks/trino/index.md",
155+
"redirect_url": "/previous-versions/azure/hdinsight-aks/trino/trino-overview ",
156+
"redirect_document_id": false
72157
},
73158
{
74159
"source_path": "articles/hdinsight-aks/cluster-storage.md",
@@ -1038,7 +1123,7 @@
10381123
{
10391124
"source_path": "articles/defender-for-iot/organizations/legacy-central-management/how-to-troubleshoot-on-premises-management-console.md",
10401125
"redirect_url": "/previous-versions/azure/defender-for-iot/organizations/legacy-central-management/how-to-troubleshoot-on-premises-management-console",
1041-
"redirect_document_id": false
1126+
"redirect_document_id": false
10421127
},
10431128
{
10441129
"source_path": "articles/defender-for-iot/organizations/legacy-central-management/legacy-air-gapped-deploy.md",
@@ -1530,7 +1615,7 @@
15301615
"redirect_url": "/previous-versions/azure/partner-solutions/split-experimentation/troubleshoot",
15311616
"redirect_document_id": false
15321617
},
1533-
{
1618+
{
15341619
"source_path": "articles/virtual-desktop/virtual-desktop-fall-2019/classic-retirement.md",
15351620
"redirect_url": "/previous-versions/azure/virtual-desktop-classic/classic-retirement",
15361621
"redirect_document_id": false
@@ -1855,6 +1940,11 @@
18551940
"redirect_url": "/azure/api-management/monitor-api-management",
18561941
"redirect_document_id": false
18571942
},
1943+
{
1944+
"source_path_from_root": "/articles/vpn-gateway/vpn-gateway-cross-premises-options.md",
1945+
"redirect_url": "/previous-versions/azure/vpn-gateway/vpn-gateway-about-vpn-gateway-settings",
1946+
"redirect_document_id": false
1947+
},
18581948
{
18591949
"source_path_from_root": "/articles/vpn-gateway/vpn-gateway-about-forced-tunneling.md",
18601950
"redirect_url": "/previous-versions/azure/vpn-gateway/vpn-gateway-about-forced-tunneling",
@@ -3039,7 +3129,8 @@
30393129
"source_path_from_root": "/articles/ddos-protection/telemetry-monitoring-alerting.md",
30403130
"redirect_url": "/azure/ddos-protection/telemetry",
30413131
"redirect_document_id": false
3042-
}, {
3132+
},
3133+
{
30433134
"source_path_from_root": "/articles/ddos-protection/telemetry.md",
30443135
"redirect_url": "/azure/ddos-protection/monitor-ddos-protection",
30453136
"redirect_document_id": false
@@ -3333,7 +3424,7 @@
33333424
"source_path_from_root": "/articles/dns/dns-alerts-metrics.md",
33343425
"redirect_url": "/azure/dns/monitor-dns",
33353426
"redirect_document_id": false
3336-
},
3427+
},
33373428
{
33383429
"source_path_from_root": "/articles/docker/index.yml",
33393430
"redirect_url": "/dotnet/architecture/microservices/container-docker-introduction/docker-defined",
@@ -4074,36 +4165,6 @@
40744165
"redirect_url": "/azure/notification-hubs/notification-hubs-push-notification-http2-token-authentication",
40754166
"redirect_document_id": false
40764167
},
4077-
{
4078-
"source_path_from_root": "/articles/openshift/howto-encrypt-data-disks.md",
4079-
"redirect_url": "/azure/openshift/howto-byok",
4080-
"redirect_document_id": false
4081-
},
4082-
{
4083-
"source_path_from_root": "/articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-with-auto-redeploy.md",
4084-
"redirect_url": "/azure/openshift/index",
4085-
"redirect_document_id": false
4086-
},
4087-
{
4088-
"source_path_from_root": "/articles/openshift/quickstart-portal.md",
4089-
"redirect_url": "/azure/openshift/create-cluster",
4090-
"redirect_document_id": false
4091-
},
4092-
{
4093-
"source_path_from_root": "/articles/openshift/tutorial-connect-cluster.md",
4094-
"redirect_url": "/azure/openshift/connect-cluster",
4095-
"redirect_document_id": false
4096-
},
4097-
{
4098-
"source_path_from_root": "/articles/openshift/tutorial-create-cluster.md",
4099-
"redirect_url": "/azure/openshift/create-cluster",
4100-
"redirect_document_id": false
4101-
},
4102-
{
4103-
"source_path_from_root": "/articles/openshift/tutorial-delete-cluster.md",
4104-
"redirect_url": "/azure/openshift/delete-cluster",
4105-
"redirect_document_id": false
4106-
},
41074168
{
41084169
"source_path_from_root": "/articles/operator-service-manager/overview.md",
41094170
"redirect_url": "azure/operator-service-manager/azure-operator-service-manager-overview",
@@ -5708,8 +5769,8 @@
57085769
"source_path_from_root": "/articles/defender-for-iot/device-builders/defender-iot-firmware-analysis-rbac.md",
57095770
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
57105771
"redirect_document_id": false
5711-
},
5712-
{
5772+
},
5773+
{
57135774
"source_path_from_root": "/articles/virtual-network/ip-services/public-ip-upgrade-portal.md",
57145775
"redirect_url": "/azure/virtual-network/ip-services/public-ip-upgrade",
57155776
"redirect_document_id": false
@@ -5763,7 +5824,7 @@
57635824
"source_path_from_root": "/articles/load-balancer/move-across-regions-external-load-balancer-powershell.md",
57645825
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
57655826
"redirect_document_id": false
5766-
},
5827+
},
57675828
{
57685829
"source_path_from_root": "/articles/load-balancer/move-across-regions-internal-load-balancer-portal.md",
57695830
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
@@ -5872,7 +5933,7 @@
58725933
{
58735934
"source_path": "articles/virtual-desktop/troubleshoot-management-issues.md",
58745935
"redirect_url": "/troubleshoot/azure/virtual-desktop/troubleshoot-management-issues",
5875-
"redirect_document_id": false
5936+
"redirect_document_id": false
58765937
},
58775938
{
58785939
"source_path": "articles/virtual-desktop/troubleshoot-multimedia-redirection.md",
@@ -5934,6 +5995,11 @@
59345995
"redirect_url": "/azure/reliability/overview-reliability-guidance",
59355996
"redirect_document_id": false
59365997
},
5998+
{
5999+
"source_path_from_root": "/articles/reliability/sovereign-cloud-china.md",
6000+
"redirect_url": "/azure/china/concepts-service-availability",
6001+
"redirect_document_id": false
6002+
},
59376003
{
59386004
"source_path_from_root": "/articles/managed-grafana/concept-role-based-access-control.md",
59396005
"redirect_url": "/azure/managed-grafana/how-to-manage-access-permissions-users-identities",
@@ -5943,6 +6009,31 @@
59436009
"source_path_from_root": "/articles/managed-grafana/how-to-share-grafana-workspace.md",
59446010
"redirect_url": "/azure/managed-grafana/how-to-manage-access-permissions-users-identities",
59456011
"redirect_document_id": false
6012+
},
6013+
{
6014+
"source_path": "articles/sentinel/resources.md",
6015+
"redirect_url": "/azure/sentinel/overview",
6016+
"redirect_document_id": false
6017+
},
6018+
{
6019+
"source_path_from_root": "/articles/nat-gateway/tutorial-dual-stack-outbound-nat-load-balancer.md",
6020+
"redirect_url": "/azure/nat-gateway/nat-overview",
6021+
"redirect_document_id": false
6022+
},
6023+
{
6024+
"source_path": "articles/sentinel/kusto-resources.md",
6025+
"redirect_url": "/kusto/query/kql-learning-resources?view=microsoft-sentinel?view=microsoft-sentinel&preserve-view=true&toc=/azure/sentinel/TOC.json&bc=/azure/sentinel/breadcrumb/toc.json",
6026+
"redirect_document_id": false
6027+
},
6028+
{
6029+
"source_path": "articles/reliability/availability-zones-baseline.md",
6030+
"redirect_url": "/azure/reliability/availability-zones-migration-overview",
6031+
"redirect_document_id": false
6032+
},
6033+
{
6034+
"source_path_from_root": "/articles/virtual-network/virtual-network-for-azure-services.md",
6035+
"redirect_url": "/azure/virtual-network/vnet-integration-for-azure-services",
6036+
"redirect_document_id": false
59466037
}
59476038
]
59486039
}

articles/active-directory-b2c/access-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: CelesteDG
88
ms.service: azure-active-directory
99

1010
ms.topic: concept-article
11-
ms.date: 01/11/2024
11+
ms.date: 02/17/2025
1212
ms.author: kengaderdus
1313
ms.subservice: b2c
1414

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Enable CAPTCHA in Azure Active Directory B2C
3-
description: How to enable CAPTCHA for user flows and custom policies in Azure Active Directory B2C.
3+
description: Learn how to enable CAPTCHA in Azure AD B2C for user flows and custom policies to protect sign-in and sign-up flows from automated attacks.
44
author: kengaderdus
55
manager: mwongerapk
66
ms.service: azure-active-directory
77
ms.topic: how-to
8-
ms.date: 05/03/2024
8+
ms.date: 02/18/2024
99
ms.custom: project-no-code
1010
ms.author: kengaderdus
1111
ms.subservice: b2c
@@ -50,7 +50,7 @@ Azure Active Directory B2C (Azure AD B2C) allows you to enable CAPTCHA to preven
5050

5151
## Test the user flow
5252

53-
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.
53+
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.
5454

5555
::: zone-end
5656

@@ -387,15 +387,15 @@ Use the steps in [Upload the policies](tutorial-create-user-flows.md?pivots=b2c-
387387

388388
## Test the custom policy
389389

390-
Use the steps in [Test the custom policy](tutorial-create-user-flows.md?pivots=b2c-custom-policy#test-the-custom-policy) 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.
390+
Use the steps in [Test the custom policy](tutorial-create-user-flows.md?pivots=b2c-custom-policy#test-the-custom-policy) 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.
391391

392392
::: zone-end
393393

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

400400
- Learn how to [Define a CAPTCHA technical profile](captcha-technical-profile.md).
401401
- Learn how to [Configure CAPTCHA display control](display-control-captcha.md).

0 commit comments

Comments
 (0)