Skip to content

Commit a3a7fc4

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-se-tutorial
2 parents 8300887 + 1b68cc6 commit a3a7fc4

File tree

159 files changed

+1179
-1237
lines changed

Some content is hidden

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

159 files changed

+1179
-1237
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",

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

articles/active-directory/develop/web-api-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 web API with the Microsoft identity platform"
33
description: In this tutorial, you learn how to register a web API with the Microsoft identity platform.
4+
services: active-directory
45
author: cilwerner
6+
7+
ms.service: active-directory
8+
ms.subservice: develop
59
ms.author: cwerner
610
manager: CelesteDG
7-
ms.service: active-directory
811
ms.topic: tutorial
912
ms.date: 11/1/2022
1013
#Customer intent: As an application 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/web-api-tutorial-02-prepare-api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Create and configure an ASP.NET Core project for authentication"
33
description: "Create and configure the API in an IDE, add configuration for authentication and install required packages"
4+
services: active-directory
45
author: cilwerner
6+
7+
ms.service: active-directory
8+
ms.subservice: develop
59
ms.author: cwerner
610
manager: CelesteDG
7-
ms.service: active-directory
811
ms.topic: tutorial
912
ms.date: 11/1/2022
1013
#Customer intent: As an application developer, I want to create an ASP.NET Core project in an IDE, then configure it in such a way that I can add authentication with Azure AD.

articles/active-directory/develop/web-api-tutorial-03-protect-endpoint.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
---
22
title: "Tutorial: Implement a protected endpoint to your API"
33
description: Protect the endpoint of an API, then run it to ensure it's listening for HTTP requests.
4+
services: active-directory
45
author: cilwerner
6+
7+
ms.service: active-directory
8+
ms.subservice: develop
59
ms.author: cwerner
610
manager: CelesteDG
7-
ms.service: active-directory
811
ms.topic: tutorial
912
ms.date: 11/1/2022
1013
#Customer intent: As an application developer I want to protect the endpoint of my API and run it to ensure it is listening for HTTP requests

0 commit comments

Comments
 (0)