Skip to content

Commit 3340859

Browse files
authored
Merge branch 'main' into 181271-dt-synchronous-asynchronous
2 parents 56333b1 + ea37f8b commit 3340859

File tree

1,181 files changed

+23523
-10217
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,181 files changed

+23523
-10217
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,17 +1215,18 @@
12151215
".openpublishing.redirection.container-service.json",
12161216
".openpublishing.redirection.defender-for-cloud.json",
12171217
".openpublishing.redirection.defender-for-iot.json",
1218+
".openpublishing.redirection.devops-project.json",
12181219
".openpublishing.redirection.guidance.json",
12191220
".openpublishing.redirection.iot-hub-device-update.json",
12201221
".openpublishing.redirection.key-vault.json",
12211222
".openpublishing.redirection.machine-configuration.json",
12221223
".openpublishing.redirection.marketplace.json",
12231224
".openpublishing.redirection.openshift.json",
12241225
".openpublishing.redirection.security-benchmark.json",
1226+
".openpublishing.redirection.sentinel.json",
1227+
".openpublishing.redirection.spring-cloud.json",
12251228
".openpublishing.redirection.sql-database.json",
12261229
".openpublishing.redirection.virtual-desktop.json",
1227-
".openpublishing.redirection.devops-project.json",
1228-
".openpublishing.redirection.sentinel.json",
12291230
"articles/active-directory-b2c/.openpublishing.redirection.active-directory-b2c.json",
12301231
"articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json",
12311232
"articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json",
@@ -1290,7 +1291,6 @@
12901291
"articles/site-recovery/.openpublishing.redirection.site-recovery.json",
12911292
"articles/spatial-anchors/.openpublishing.redirection.spatial-anchors.json",
12921293
"articles/spring-apps/.openpublishing.redirection.spring-apps.json",
1293-
"articles/spring-cloud/.openpublishing.redirection.spring-cloud.json",
12941294
"articles/static-web-apps/.openpublishing.redirection.static-web-apps.json",
12951295
"articles/storsimple/.openpublishing.redirection.storsimple.json",
12961296
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,21 @@
920920
"redirect_url": "/azure/defender-for-cloud/multicloud",
921921
"redirect_document_id": false
922922
},
923+
{
924+
"source_path_from_root": "/articles/defender-for-cloud/concept-aws-connector.md",
925+
"redirect_url": "/azure/defender-for-cloud/quickstart-onboard-aws",
926+
"redirect_document_id": false
927+
},
928+
{
929+
"source_path_from_root": "/articles/defender-for-cloud/concept-gcp-connector.md",
930+
"redirect_url": "/azure/defender-for-cloud/quickstart-onboard-gcp",
931+
"redirect_document_id": false
932+
},
933+
{
934+
"source_path_from_root": "/articles/defender-for-cloud/defender-for-containers-vulnerability-assessment-elastic.md",
935+
"redirect_url": "/azure/defender-for-cloud/agentless-vulnerability-assessment-aws",
936+
"redirect_document_id": true
937+
},
923938
{
924939
"source_path_from_root": "/articles/defender-for-cloud/how-to-migrate-to-built-in.md",
925940
"redirect_url": "/azure/defender-for-cloud/how-to-transition-to-built-in",

articles/spring-cloud/.openpublishing.redirection.spring-cloud.json renamed to .openpublishing.redirection.spring-cloud.json

Lines changed: 187 additions & 187 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Thank you for taking the time to contribute to the Microsoft Azure documentation.
44

5-
This guide covers some general topics related to contribution and refers to our [contributor guide](/contribute/content) for more detailed explanations when required.
5+
This guide covers some general topics related to contribution and refers to our [contributor guide](https://learn.microsoft.com/contribute/content) for more detailed explanations when required.
66

77
## Code of Conduct
88

@@ -22,8 +22,8 @@ Please use the Feedback tool at the bottom of any article to submit bugs and sug
2222

2323
### Edit in GitHub
2424

25-
Follow the guidance for [Quick edits to existing documents](/contribute/content/#quick-edits-to-documentation) in our contributor guide.
25+
Follow the guidance for [editing documentation in the browser](https://learn.microsoft.com/contribute/content/how-to-write-quick-edits) in our contributor guide.
2626

2727
## Pull requests
2828

29-
Review the guidance for [pull-request processing](/contribute/content/process-pull-request) in our contributor guide.
29+
Review the guidance for [pull-request processing](https://learn.microsoft.com/contribute/content/process-pull-request) in our contributor guide.

articles/active-directory-b2c/best-practices.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010

1111
ms.topic: conceptual
12-
ms.date: 01/11/2024
12+
ms.date: 02/05/2024
1313
ms.subservice: B2C
1414

1515

@@ -25,6 +25,7 @@ The following best practices and recommendations cover some of the primary aspec
2525

2626
| Best practice | Description |
2727
|--|--|
28+
| Create emergency access account | This emergency access account helps you gain access to your Azure AD B2C tenant in circumstances such as the only administrator is unreachable when the credential is needed. [Learn how to create an emergency access account](tenant-management-emergency-access-account.md#create-emergency-access-account) |
2829
| Choose user flows for most scenarios | The Identity Experience Framework of Azure AD B2C is the core strength of the service. Policies fully describe identity experiences such as sign-up, sign-in, or profile editing. To help you set up the most common identity tasks, the Azure AD B2C portal includes predefined, configurable policies called user flows. With user flows, you can create great user experiences in minutes, with just a few clicks. [Learn when to use user flows vs. custom policies](user-flow-overview.md#comparing-user-flows-and-custom-policies).|
2930
| App registrations | Every application (web, native) and API that is being secured must be registered in Azure AD B2C. If an app has both a web and native version of iOS and Android, you can register them as one application in Azure AD B2C with the same client ID. Learn how to [register OIDC, SAML, web, and native apps](./tutorial-register-applications.md?tabs=applications). Learn more about [application types that can be used in Azure AD B2C](./application-types.md). |
3031
| Move to monthly active users billing | Azure AD B2C has moved from monthly active authentications to monthly active users (MAU) billing. Most customers will find this model cost-effective. [Learn more about monthly active users billing](https://azure.microsoft.com/updates/mau-billing/). |
109 KB
Loading
Loading
57.7 KB
Loading
57.8 KB
Loading
114 KB
Loading

0 commit comments

Comments
 (0)