Skip to content

Commit 47be606

Browse files
committed
fixed merge conflict
2 parents 06ce126 + ce9685b commit 47be606

File tree

2,816 files changed

+19921
-18760
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,816 files changed

+19921
-18760
lines changed

.openpublishing.redirection.json

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/partner-solutions/split-experimentation/create.md",
5+
"redirect_url": "/previous-versions/azure/partner-solutions/split-experimentation/create",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/migrate/context/vmware-context.yml",
10+
"redirect_url": "articles/migrate/context/migrate-context",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/partner-solutions/split-experimentation/how-to-set-up-data-access.md",
15+
"redirect_url": "/previous-versions/azure/partner-solutions/split-experimentation/how-to-set-up-data-access",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/partner-solutions/split-experimentation/manage.md",
20+
"redirect_url": "/previous-versions/azure/partner-solutions/split-experimentation/manage",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/partner-solutions/split-experimentation/overview.md",
25+
"redirect_url": "/previous-versions/azure/partner-solutions/split-experimentation/overview",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/partner-solutions/split-experimentation/troubleshoot.md",
30+
"redirect_url": "/previous-versions/azure/partner-solutions/split-experimentation/troubleshoot",
31+
"redirect_document_id": false
32+
},
333
{
434
"source_path": "articles/virtual-desktop/virtual-desktop-fall-2019/classic-retirement.md",
535
"redirect_url": "/previous-versions/azure/virtual-desktop-classic/classic-retirement",
@@ -1945,6 +1975,11 @@
19451975
"redirect_url": "/azure/firewall/tutorial-protect-firewall-ddos",
19461976
"redirect_document_id": false
19471977
},
1978+
{
1979+
"source_path_from_root": "/articles/firewall-manager/check-point-overview.md",
1980+
"redirect_url": "/azure/firewall-manager/deploy-trusted-security-partner",
1981+
"redirect_document_id": false
1982+
},
19481983
{
19491984
"source_path_from_root": "/articles/flexible-server/concepts-high-availability.md",
19501985
"redirect_url": "/azure/reliability/reliability-postgre-flexible",
@@ -3984,6 +4019,46 @@
39844019
"source_path_from_root": "/articles/defender-for-iot/device-builders/overview-firmware-analysis.md",
39854020
"redirect_url": "/azure/firmware-analysis/overview-firmware-analysis",
39864021
"redirect_document_id": false
4022+
},
4023+
{
4024+
"source_path_from_root": "/articles/managed-grafana/how-to-upgrade-grafana-10.md",
4025+
"redirect_url": "/azure/managed-grafana/overview",
4026+
"redirect_document_id": false
4027+
},
4028+
{
4029+
"source_path_from_root": "/articles/managed-grafana/concept-whats-new.md",
4030+
"redirect_url": "/azure/managed-grafana/overview",
4031+
"redirect_document_id": false
4032+
},
4033+
{
4034+
"source_path_from_root": "/articles/managed-grafana/how-to-transition-domain.md",
4035+
"redirect_url": "/azure/managed-grafana/overview",
4036+
"redirect_document_id": false
4037+
},
4038+
{
4039+
"source_path_from_root": "/articles/load-balancer/move-across-regions-external-load-balancer-portal.md",
4040+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4041+
"redirect_document_id": false
4042+
},
4043+
{
4044+
"source_path_from_root": "/articles/load-balancer/move-across-regions-external-load-balancer-powershell.md",
4045+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4046+
"redirect_document_id": false
4047+
},
4048+
{
4049+
"source_path_from_root": "/articles/load-balancer/move-across-regions-internal-load-balancer-portal.md",
4050+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4051+
"redirect_document_id": false
4052+
},
4053+
{
4054+
"source_path_from_root": "/articles/load-balancer/move-across-regions-internal-load-balancer-powershell.md",
4055+
"redirect_url": "/azure/load-balancer/move-across-regions-azure-load-balancer",
4056+
"redirect_document_id": false
4057+
},
4058+
{
4059+
"source_path_from_root": "/articles/fasttrack/index.yml",
4060+
"redirect_url": "/azure",
4061+
"redirect_document_id": false
39874062
}
39884063
]
3989-
}
4064+
}

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
@@ -62,7 +62,7 @@ The following diagram describes the app registrations and the app architecture.
6262
Before you follow the procedures in this article, make sure that your computer is running:
6363

6464
* [Visual Studio Code](https://code.visualstudio.com/) or any other code editor.
65-
* [Node.js runtime](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/).
65+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/).
6666
* [Angular CLI](https://angular.io/cli).
6767

6868
## Step 1: Configure your user flow

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following diagram describes the app registrations and the app architecture.
6262
Before you follow the procedures in this article, make sure that your computer is running:
6363

6464
* [Visual Studio Code](https://code.visualstudio.com/) or another code editor.
65-
* [Node.js runtime](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/). To test that you have Node.js and npm correctly installed on your machine, you can type `node --version` and `npm --version` in a terminal or command prompt.
65+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/) and [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/). To test that you have Node.js and npm correctly installed on your machine, you can type `node --version` and `npm --version` in a terminal or command prompt.
6666

6767
## Step 1: Configure your user flow
6868

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The app architecture and registrations are illustrated in the following diagram:
6060
A computer that's running:
6161

6262
* [Visual Studio Code](https://code.visualstudio.com/), or another code editor.
63-
* [Node.js runtime](https://nodejs.org/en/download/)
63+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/)
6464

6565
## Step 1: Configure your user flow
6666

articles/active-directory-b2c/enable-authentication-in-node-web-app-with-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this article, you learn how to create your web app that calls your web API. T
2929

3030
- [Visual Studio Code](https://code.visualstudio.com/), or another code editor
3131

32-
- [Node.js runtime](https://nodejs.org/en/download/)
32+
- [Node.js runtime](https://nodejs.org/en/download/package-manager/)
3333

3434
## Step 1: Create a protected web API
3535

articles/active-directory-b2c/enable-authentication-web-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In the next sections, you create a new web API project. Select your programming
7676
# [Node.js](#tab/nodejsgeneric)
7777
7878
* [Visual Studio Code](https://code.visualstudio.com/), or another code editor
79-
* [Node.js runtime](https://nodejs.org/en/download/)
79+
* [Node.js runtime](https://nodejs.org/en/download/package-manager/)
8080
8181
---
8282

articles/active-directory-b2c/partner-nok-nok.md

Lines changed: 29 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,62 @@
11
---
22
title: Tutorial to configure Nok Nok S3 Authentication Suite with Azure Active Directory B2C for FIDO passkey authentication
33
titleSuffix: Azure AD B2C
4-
description: Configure Nok Nok S3 Authentication Suite with Azure AD B2C to enable FIDO passkey authentication
4+
description: Configure Nok Nok S3 Authentication Suite with Azure AD B2C to enable FIDO passkey authentication.
55
author: gargi-sinha
66
manager: martinco
77
ms.reviewer: kengaderdus
88
ms.service: azure-active-directory
99
ms.topic: how-to
10-
ms.date: 06/21/2024
11-
10+
ms.date: 12/09/2024
1211
ms.author: gasinh
1312
ms.subservice: b2c
1413

15-
# Customer intent: I'm a developer integrating Azure AD B2C with a third-party authentication provider. I want to learn how to configure Nok Nok S3 Authentication Suite as an identity provider (IdP) in Azure AD B2C. My goal is to implement FIDO Passkey authentication for my users.
14+
# Customer intent: I'm a developer integrating Azure AD B2C with a third-party authentication provider. I want to learn how to configure Nok Nok S3 Authentication Suite as an identity provider (IdP) in Azure AD B2C. My goal is to implement FIDO passkey authentication for my users.
1615
---
17-
# Tutorial: Configure Nok Nok S3 Authentication Suite with Azure AD B2C for FIDO Passkey Authentication
16+
# Tutorial: Configure Nok Nok S3 Authentication Suite with Azure AD B2C for FIDO passkey authentication
1817

19-
Learn to integrate the Nok Nok S3 Authentication Suite into your Azure Active Directory (AD) B2C tenant. The Nok Nok solution enables FIDO-certified multifactor authentication such as FIDO UAF, FIDO U2F, WebAuthn, and FIDO2 for mobile and web applications. The Nok Nok solution strengthens your security while maintaining an optimal user experience.
18+
In this article, you learn to integrate the Nok Nok S3 Authentication Suite into your Azure Active Directory (AD) B2C tenant. The Nok Nok solution enables FIDO-certified multifactor authentication, such as FIDO Universal Authentication Framework (UAF), FIDO Universal Second Factor (U2F), WebAuthn, and FIDO2, for mobile and web applications. The Nok Nok solution strengthens your security while maintaining an optimal user experience.
2019

21-
Learn more at [Nok Nok](https://noknok.com/)
20+
Learn more at [Nok Nok](https://noknok.com/).
2221

2322
## Prerequisites
2423

2524
To get started, you need:
2625

2726
* An Azure subscription. If you don't have one, get an [Azure free account](https://azure.microsoft.com/free/).
28-
* An Azure AD B2C tenant linked to the Azure subscription [Tutorial: Create an Azure AD B2C tenant](tutorial-create-tenant.md).
27+
* An Azure AD B2C tenant linked to the Azure subscription. Learn how to [Create an Azure AD B2C tenant](tutorial-create-tenant.md).
2928
* A Nok Nok Cloud evaluation tenant for FIDO registration and authentication.
3029

3130
## Scenario description
3231

33-
To enable Passkey authentication for your users, enable Nok Nok as an identity provider (IdP) in your Azure AD B2C tenant. The Nok Nok integration includes the following components:
32+
To enable passkey authentication for your users, enable Nok Nok as an identity provider (IdP) in your Azure AD B2C tenant. The Nok Nok integration includes the following components:
3433

3534
* **Azure AD B2C** – authorization server that verifies user credentials.
3635
* **Web and mobile applications** – mobile or web apps to protect with Nok Nok solutions and Azure AD B2C.
37-
* **Nok Nok Tutorial Web App** – application to register the passkey on your device.
38-
* **Nok Nok Sign in App** – application for authenticating Azure AD B2C applications using passkey.
39-
36+
* **Nok Nok tutorial web app** – application to register the passkey on your device.
37+
* **Nok Nok sign-in app** – application for authenticating Azure AD B2C applications with passkey.
4038

41-
The following diagram illustrates the Nok Nok solution as an IdP for Azure AD B2C by using OpenID Connect (OIDC) for Passkey authentication.
39+
The following diagram illustrates the Nok Nok solution as an IdP for Azure AD B2C by using OpenID Connect (OIDC) for passkey authentication.
4240

43-
![Diagram of Nok Nok as IdP for Azure AD B2C using OpenID Connect (OIDC) for Passkey authentication.](./media/partner-nok-nok/nok-nok-architecture-diagram.png)
41+
![Diagram of Nok Nok as IdP for Azure AD B2C using OpenID Connect (OIDC) for passkey authentication.](./media/partner-nok-nok/nok-nok-architecture-diagram.png)
4442

45-
### Scenario 1: Passkey Registration
46-
1. The user navigates to the Nok Nok Tutorial Web App using the link provided by Nok Nok.
43+
### Scenario 1: Passkey registration
44+
1. The user navigates to the Nok Nok tutorial web app using the link provided by Nok Nok.
4745
2. The user enters their Azure AD B2C username and default tutorial app password.
4846
3. The user receives a prompt to register the passkey.
4947
4. The Nok Nok server validates the passkey credential and confirms successful passkey registration to the user.
5048
5. The passkey on the user's device is ready for authentication.
5149

52-
### Scenario 2: Passkey Authentication
53-
1. The user selects the Sign in with Nok Nok Cloud button on the Azure AD B2C Sign in page.
54-
2. Azure AD B2C redirects the user to the Nok Nok Signin App.
55-
3. User authenticates with their passkey.
50+
### Scenario 2: Passkey authentication
51+
1. The user selects the sign-in with Nok Nok Cloud button on the Azure AD B2C sign-in page.
52+
2. Azure AD B2C redirects the user to the Nok Nok sign-in app.
53+
3. The user authenticates with their passkey.
5654
4. The Nok Nok server validates the passkey assertion and sends an OIDC authentication response to Azure AD B2C.
5755
5. Based on the authentication result, Azure AD B2C either grants or denies access to the target application.
5856

59-
6057
## Get started with Nok Nok
6158

62-
1. [Contact](https://noknok.com/contact/) Nok Nok.
59+
1. [Contact Nok Nok](https://noknok.com/contact/).
6360
2. Fill out the form for a Nok Nok tenant.
6461
3. An email arrives with tenant access information and links to documentation.
6562
4. Use the Nok Nok integration documentation to complete the tenant OIDC configuration.
@@ -68,11 +65,11 @@ The following diagram illustrates the Nok Nok solution as an IdP for Azure AD B2
6865

6966
Use the following instructions to add and configure an IdP, and then configure a user flow.
7067

71-
### Add a new Identity provider
68+
### Add a new identity provider
7269

7370
For the following instructions, use the directory with the Azure AD B2C tenant. To add a new IdP:
7471

75-
1. Sign in to the [Azure portal](https://portal.azure.com/#home) as at least as the B2C IEF Policy Administrator of the Azure AD B2C tenant.
72+
1. Sign in to the [Azure portal](https://portal.azure.com/#home) as at least as the B2C Identity Experience Framework (IEF) Policy Administrator of the Azure AD B2C tenant.
7673
2. In the portal toolbar, select **Directories + subscriptions**.
7774
3. On **Portal settings, Directories + subscriptions**, in the **Directory name** list, locate the Azure AD B2C directory.
7875
4. Select **Switch**.
@@ -82,13 +79,13 @@ For the following instructions, use the directory with the Azure AD B2C tenant.
8279
8. Select **Identity providers**.
8380
9. Select **Add**.
8481

85-
### Configure an Identity provider
82+
### Configure an identity provider
8683

8784
To configure an IdP:
8885

8986
1. Select **Identity provider type** > **OpenID Connect (Preview)**.
90-
2. For **Name**, enter the Nok Nok Authentication Provider, or another name.
91-
3. For **Metadata URL**, enter the following URL after replacing the placeholder with the tenant ID provided by Nok Nok: `https://cloud.noknok.com/<tenant_id>/webapps/nnlfed/realms/<tenant_id>/.well-known/openid-configuration`.
87+
2. For **Name**, enter the Nok Nok Authentication Provider or another name.
88+
3. For **Metadata URL**, enter the following URL after replacing the placeholder with the tenant ID that Nok Nok provides: `https://cloud.noknok.com/<tenant_id>/webapps/nnlfed/realms/<tenant_id>/.well-known/openid-configuration`.
9289
4. For **Client Secret**, use the Client Secret from Nok Nok.
9390
5. For **Client ID**, use the Client ID provided by Nok Nok.
9491
6. For **Scope**, use **openid**.
@@ -109,19 +106,19 @@ For the following instructions, Nok Nok is a new OIDC IdP in the B2C identity pr
109106
5. Select **Create**.
110107
6. Enter a policy **Name**.
111108
7. In **Identity providers**, select the created Nok Nok IdP.
112-
8. Check **Email signup** under **Local accounts** to display an intermediate Azure AD B2C signin/signup page with a button that redirects the user to the Nok Nok Signin App.
109+
8. Check **Email signup** under **Local accounts** to display an intermediate Azure AD B2C signin/signup page with a button that redirects the user to the Nok Nok sign-in app.
113110
9. Leave the **Multi-factor Authentication** field.
114-
10. Click **Create** to save.
111+
10. Select **Create** to save.
115112

116113
## Test the user flow
117114

118115
1. Open the Azure AD B2C tenant. Under **Policies**, select **Identity Experience Framework**.
119116
2. Select the created **SignUpSignIn**.
120117
3. Select **Run user flow**.
121-
4. For **Application**, select the registered app. The example is JWT.
122-
5. For **Reply URL**, select the redirect URL of the application that you previously selected at the previous step.
118+
4. For **Application**, select the registered app. The example is JSON Web Token (JWT).
119+
5. For **Reply URL**, select the redirect URL of the application that you selected at the previous step.
123120
6. Select **Run user flow**.
124-
7. Perform signin using the Azure AD B2C username and the passkey that you previously registered for the same user.
121+
7. Perform sign-in using the Azure AD B2C username and the passkey that you previously registered for the same user.
125122
8. Verify that you received the token after authentication.
126123

127124
If the flow is incomplete, confirm the user is or isn't saved in the directory.

articles/active-directory-b2c/quickstart-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this quickstart, you use a single-page application to sign in using a social
2828
## Prerequisites
2929

3030
- [Visual Studio Code](https://code.visualstudio.com/)
31-
- [Node.js](https://nodejs.org/en/download/)
31+
- [Node.js](https://nodejs.org/en/download/package-manager/)
3232
- Social account from Facebook, Google, or Microsoft
3333
- Code sample from GitHub: [ms-identity-b2c-javascript-spa](https://github.com/Azure-Samples/ms-identity-b2c-javascript-spa):
3434

articles/api-center/enable-api-analysis-linting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Perform API linting and analysis - Azure API Center
33
description: Configure linting of API definitions in your API center to analyze compliance of APIs with the organization's API style guide.
44
ms.service: azure-api-center
55
ms.topic: how-to
6-
ms.date: 06/29/2024
6+
ms.date: 12/03/2024
77
ms.author: danlep
88
author: dlepow
99
ms.custom: devx-track-azurecli
@@ -12,10 +12,10 @@ ms.custom: devx-track-azurecli
1212

1313
# Enable API analysis in your API center - self-managed
1414

15-
This article explains how to enable API analysis in [Azure API Center](overview.md) by manually setting up a linting engine and triggers. API analysis offers linting capabilities to analyze API definitions in your organization's API center. Linting ensures your API definitions adhere to organizational style rules, generating both individual and summary reports. Use API analysis to identify and correct common errors and inconsistencies in your API definitions.
15+
This article explains how to enable API analysis in [Azure API Center](overview.md) by manually setting up a linting engine and triggers. These capabilities analyze your API definitions for adherence to organizational style rules, generating both individual and summary reports. API analysis helps identify and correct common errors and inconsistencies in your API definitions.
1616

1717
> [!NOTE]
18-
> In preview, Azure API Center can also automatically set up a linting engine and any required dependencies and triggers. [Learn more](enable-managed-api-analysis-linting.md).
18+
> In preview, Azure API Center [automatically configures](enable-managed-api-analysis-linting.md) a default linting engine and dependencies for API analysis. If you enable self-managed analysis as described in this article, you override these built-in features.
1919
2020
> [!VIDEO https://www.youtube.com/embed/m0XATQaVhxA]
2121

0 commit comments

Comments
 (0)