Skip to content

Commit 005f055

Browse files
committed
Resolved conflict
2 parents 3efabe7 + 67c1914 commit 005f055

File tree

2,031 files changed

+44366
-31000
lines changed

Some content is hidden

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

2,031 files changed

+44366
-31000
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,9 @@
826826
".openpublishing.redirection.media-services.json",
827827
".openpublishing.redirection.security-benchmark.json",
828828
".openpublishing.redirection.synapse-analytics.json",
829+
"articles/azure-fluid-relay/.openpublishing.redirection.fluid-relay.json",
829830
"articles/azure-relay/.openpublishing.redirection.relay.json",
831+
"articles/communication-services/.openpublishing.redirection.communication-services.json",
830832
"articles/cosmos-db/.openpublishing.redirection.cosmos-db.json",
831833
"articles/cost-management-billing/.openpublishing.redirection.cost-management-billing.json",
832834
"articles/data-catalog/.openpublishing.redirection.data-catalog.json",
@@ -844,6 +846,7 @@
844846
"articles/purview/.openpublishing.redirection.purview.json",
845847
"articles/service-bus-messaging/.openpublishing.redirection.service-bus-messaging.json",
846848
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
847-
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json"
849+
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
850+
"articles/mysql/.openpublishing.redirection.mysql.json"
848851
]
849852
}

.openpublishing.redirection.active-directory.json

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

.openpublishing.redirection.iot-hub.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,16 @@
125125
"redirect_url": "/azure/iot-hub/about-iot-hub",
126126
"redirect_document_id": false
127127
},
128+
{
129+
"source_path_from_root": "/articles/iot-hub/about-iot-hub.md",
130+
"redirect_url": "/azure/iot-hub/iot-concepts-and-iot-hub",
131+
"redirect_document_id": false
132+
},
133+
{
134+
"source_path_from_root": "/articles/iot-hub/iot-concepts.md",
135+
"redirect_url": "/azure/iot-hub/iot-concepts-and-iot-hub",
136+
"redirect_document_id": false
137+
},
128138
{
129139
"source_path_from_root": "/articles/iot-hub/quickstart-send-telemetry-xamarinforms.md",
130140
"redirect_url": "/azure/iot-hub/about-iot-hub",

.openpublishing.redirection.json

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

.openpublishing.redirection.synapse-analytics.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
"source_path_from_root": "/articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-best-practices-development.md",
5555
"redirect_url": "/azure/synapse-analytics/sql/best-practices-dedicated-sql-pool",
5656
"redirect_document_id": false
57+
},
58+
{
59+
"source_path_from_root": "/articles/synapse-analytics/quickstart-sql-on-demand.md",
60+
"redirect_url": "/azure/synapse-analytics/quickstart-serverless-sql-pool",
61+
"redirect_document_id": false
5762
}
5863
]
5964
}

articles/active-directory-b2c/TOC.yml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
href: overview.md
88
- name: Technical and feature overview
99
href: technical-overview.md
10+
- name: Supported Azure AD features
11+
href: supported-azure-ad-features.md
1012
- name: What's new in docs?
1113
href: whats-new-docs.md
1214
- name: Quickstarts
@@ -26,7 +28,9 @@
2628
href: tutorial-register-applications.md
2729
- name: 3 - Create user flows and custom policies
2830
href: tutorial-create-user-flows.md
29-
- name: Clean up and delete tenant
31+
- name: 4 - Manage your tenant
32+
href: tenant-management.md
33+
- name: 5 - Clean up and delete tenant
3034
href: tutorial-delete-tenant.md
3135
- name: Samples
3236
items:
@@ -82,14 +86,14 @@
8286
href: user-overview.md
8387
- name: User profile attributes
8488
href: user-profile-attributes.md
89+
- name: Roles and resource access control
90+
href: roles-resource-access-control.md
8591
- name: Identity Protection and Conditional Access
8692
href: conditional-access-identity-protection-overview.md
8793
- name: Policy keys
8894
href: policy-keys-overview.md
8995
- name: How-to guides
9096
items:
91-
- name: Manage your tenant
92-
href: tenant-management.md
9397
- name: App integration
9498
items:
9599
- name: ASP.NET Core web app
@@ -394,15 +398,13 @@
394398
displayName: rest claims exchange
395399
- name: Secure an API connector
396400
href: secure-rest-api.md
397-
- name: Custom policy
401+
- name: Troubleshooting
398402
items:
399-
- name: Troubleshooting
400-
items:
401-
- name: Collect logs using Application Insights
402-
href: troubleshoot-with-application-insights.md
403-
displayName: troubleshooting, app insights
404-
- name: Troubleshooting custom policies
405-
href: troubleshoot-custom-policies.md
403+
- name: Collect logs using Application Insights
404+
href: troubleshoot-with-application-insights.md
405+
displayName: troubleshooting, app insights
406+
- name: Troubleshooting and error handling
407+
href: troubleshoot.md
406408
- name: UserInfo endpoint
407409
href: userinfo-endpoint.md
408410
- name: Partner integration

articles/active-directory-b2c/add-password-reset-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,9 @@ Custom policies are a set of XML files that you upload to your Azure AD B2C tena
335335

336336
::: zone-end
337337

338+
## Troubleshoot Azure AD B2C user flows and custom policies
339+
Your application needs to handle certain errors coming from Azure B2C service. Learn [how to troubleshoot Azure AD B2C's user flows and custom policies](troubleshoot.md).
340+
338341
## Next steps
339342

340343
Set up a [force password reset](force-password-reset.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: conceptual
12-
ms.date: 06/06/2020
12+
ms.date: 10/01/2021
1313
ms.author: vigunase
1414
ms.subservice: B2C
1515
---

articles/active-directory-b2c/claimstransformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The **OutputClaim** element contains the following attributes:
111111
| ClaimTypeReferenceId | Yes | A reference to a ClaimType already defined in the ClaimsSchema section in the policy.
112112
| TransformationClaimType | Yes | An identifier to reference a transformation claim type. Each claim transformation has its own values. See the [claims transformation reference](#claims-transformations-reference) for a complete list of the available values. |
113113

114-
If input claim and the output claim are the same type (string, or boolean), you can use the same input claim as the output claim. In this case, the claims transformation changes the input claim with the output value.
114+
Input and output claims used in claims transformation need to be distinct. The same input claim cannot be used as the output claim.
115115

116116
## Example
117117

articles/active-directory-b2c/configure-authentication-sample-angular-spa-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Before you follow the procedures in this article, make sure that your computer i
5959

6060
* [Visual Studio Code](https://code.visualstudio.com/) or another code editor.
6161
* [Node.js runtime](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
62-
* [Angular LCI](https://angular.io/cli).
62+
* [Angular CLI](https://angular.io/cli).
6363

6464
## Step 1: Configure your user flow
6565

0 commit comments

Comments
 (0)