Skip to content

Commit dbef24e

Browse files
Merge branch 'main' into UserStory145880
2 parents 7aa4111 + 08122a9 commit dbef24e

File tree

502 files changed

+6436
-4166
lines changed

Some content is hidden

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

502 files changed

+6436
-4166
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6280,6 +6280,36 @@
62806280
"redirect_url": "/azure/azure-monitor/containers/prometheus-authorization-proxy",
62816281
"redirect_document_id": false
62826282
},
6283+
{
6284+
"source_path_from_root": "/articles/azure-monitor/azure-cli-metrics-alert-sample.md",
6285+
"redirect_url": "/azure/azure-monitor/alerts/azure-cli-metrics-alert-sample",
6286+
"redirect_document_id": false
6287+
},
6288+
{
6289+
"source_path_from_root": "/articles/azure-monitor/terminology.md",
6290+
"redirect_url": "/azure/azure-monitor/overview",
6291+
"redirect_document_id": false
6292+
},
6293+
{
6294+
"source_path_from_root": "/articles/azure-monitor/logs/create-pipeline-datacollector-api.md",
6295+
"redirect_url": "/azure/azure-monitor/logs/data-collector-api",
6296+
"redirect_document_id": false
6297+
},
6298+
{
6299+
"source_path_from_root": "/articles/azure-monitor/visualize/vmext-troubleshoot.md",
6300+
"redirect_url": "/azure/azure-monitor/agents/vmext-troubleshoot",
6301+
"redirect_document_id": false
6302+
},
6303+
{
6304+
"source_path_from_root": "/articles/azure-monitor/logs/unify-app-resource-data.md",
6305+
"redirect_url": "/azure/azure-monitor/logs/cross-workspace-query",
6306+
"redirect_document_id": false
6307+
},
6308+
{
6309+
"source_path_from_root": "/articles/azure-monitor/insights/solution-agenthealth.md",
6310+
"redirect_url": "/azure/azure-monitor/agents/solution-agenthealth",
6311+
"redirect_document_id": false
6312+
},
62836313
{
62846314
"source_path_from_root": "/articles/azure-monitor/containers/container-insights-hybrid-setup.md",
62856315
"redirect_url": "/azure/azure-monitor/containers/container-insights-enable-arc-enabled-clusters",

.openpublishing.redirection.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24132,11 +24132,15 @@
2413224132
"source_path_from_root": "/articles/reliability/migrate-app-service-environment.md",
2413324133
"redirect_url": "/azure/reliability/reliability-app-service",
2413424134
"redirect_document_id": false
24135+
},
24136+
{
24137+
"source_path_from_root": "/articles/flexible-server/concepts-high-availability.md",
24138+
"redirect_url": "/azure/reliability/reliability-postgre-flexible",
24139+
"redirect_document_id": false
2413524140
}
2413624141

2413724142

2413824143

24139-
24140-
24144+
2414124145
]
2414224146
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To get started, you need:
2828
* If you don't have one, get a [Azure free account](https://azure.microsoft.com/free/)
2929
* An Azure AD B2C tenant linked to the Azure subscription
3030
* [Tutorial: Create an Azure Active Directory B2C tenant](tutorial-create-tenant.md)
31-
* Go to [noknok.com](https://noknok.com/products/strong-authentication-service/). On the top menu, select **Demo**.
31+
* Go to [noknok.com](https://noknok.com/). On the top menu, select **Demo**.
3232

3333
## Scenario description
3434

articles/active-directory/authentication/concept-fido2-hardware-vendor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ The following table lists partners who are Microsoft-compatible FIDO2 security k
5252
| [IDmelon Technologies Inc.](https://www.idmelon.com/#idmelon) | ![y] | ![y]| ![y]| ![y]| ![n] |
5353
| [Kensington](https://www.kensington.com/solutions/product-category/why-biometrics/) | ![y] | ![y]| ![n]| ![n]| ![n] |
5454
| [KONA I](https://konai.com/business/security/fido) | ![y] | ![n]| ![y]| ![y]| ![n] |
55-
| [Movenda](https://www.movenda.com/en/authentication/fido2/overview) | ![y] | ![n]| ![y]| ![y]| ![n] |
5655
| [NeoWave](https://neowave.fr/en/products/fido-range/) | ![n] | ![y]| ![y]| ![n]| ![n] |
5756
| [Nymi](https://www.nymi.com/nymi-band) | ![y] | ![n]| ![y]| ![n]| ![n] |
5857
| [Octatco](https://octatco.com/) | ![y] | ![y]| ![n]| ![n]| ![n] |

articles/active-directory/develop/howto-call-a-web-api-with-curl.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: Call an ASP.NET Core web API with cURL
33
description: Learn how to call a protected ASP.NET Core Web API using the Microsoft identity platform with cURL
4-
manager: CelesteDG
4+
services: active-directory
55
author: henrymbuguakiarie
6-
ms.author: henrymbugua
6+
77
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: henrymbugua
10+
manager: CelesteDG
811
ms.topic: how-to
912
ms.date: 03/14/2023
1013
zone_pivot_groups: web-api-howto-prereq

articles/active-directory/develop/howto-call-a-web-api-with-postman.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: Call an ASP.NET Core web API with Postman
33
description: Learn how to call a protected ASP.NET Core Web API using the Microsoft identity platform and Postman
4-
manager: CelesteDG
4+
services: active-directory
55
author: henrymbuguakiarie
6-
ms.author: henrymbugua
6+
77
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: henrymbugua
10+
manager: CelesteDG
811
ms.topic: how-to
912
ms.date: 05/25/2023
1013
zone_pivot_groups: web-api-howto-prereq

articles/active-directory/develop/single-page-app-tutorial-01-register-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Register a Single-page application with the Microsoft identity platform"
33
description: Register an application in an Azure Active Directory tenant.
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
66
manager: CelesteDG
7+
78
ms.service: active-directory
9+
ms.subservice: develop
10+
ms.author: owenrichards
811
ms.topic: tutorial
912
ms.date: 02/27/2023
1013
#Customer intent: As a React developer, I want to know how to register my application with the Microsoft identity platform so that the security token service can issue access tokens to client applications that request them.

articles/active-directory/develop/single-page-app-tutorial-02-prepare-spa.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Prepare an application for authentication"
33
description: Register a tenant application and configure it for a React SPA.
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
66
manager: CelesteDG
7+
78
ms.service: active-directory
9+
ms.subservice: develop
10+
ms.author: owenrichards
811
ms.topic: tutorial
912
ms.date: 02/27/2023
1013
#Customer intent: As a React developer, I want to know how to create a new React project in an IDE and add authentication.

articles/active-directory/develop/single-page-app-tutorial-03-sign-in-users.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: "Tutorial: Create components for sign in and sign out in a React single-page app"
33
description: Add sign in and sign out components to your React single-page app
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
6+
67
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: owenrichards
710
ms.custom: devx-track-extended-java, devx-track-js
811
ms.topic: tutorial
912
ms.date: 02/28/2023

articles/active-directory/develop/single-page-app-tutorial-04-call-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: "Tutorial: Call an API from a React single-page app"
33
description: Call an API from a React single-page app.
4+
services: active-directory
45
author: OwenRichards1
5-
ms.author: owenrichards
6+
67
ms.service: active-directory
8+
ms.subservice: develop
9+
ms.author: owenrichards
710
ms.topic: tutorial
811
ms.date: 11/28/2022
912
#Customer intent: As a React developer, I want to know how to create a user interface and access the Microsoft Graph API

0 commit comments

Comments
 (0)