Skip to content

Commit 0dba71d

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 4b5dd8c + a75f40c commit 0dba71d

File tree

450 files changed

+6141
-4012
lines changed

Some content is hidden

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

450 files changed

+6141
-4012
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/app-provisioning/skip-out-of-scope-deletions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article describes how to use the Microsoft Graph API and the Microsoft Grap
2020
* If ***SkipOutOfScopeDeletions*** is set to 0 (false), accounts that go out of scope are disabled in the target.
2121
* If ***SkipOutOfScopeDeletions*** is set to 1 (true), accounts that go out of scope aren't disabled in the target. This flag is set at the *Provisioning App* level and can be configured using the Graph API.
2222

23-
Because this configuration is widely used with the *Workday to Active Directory user provisioning* app, the following steps include screenshots of the Workday application. However, the configuration can also be used with *all other apps*, such as ServiceNow, Salesforce, and Dropbox and [cross-tenant synchronization](../multi-tenant-organizations/cross-tenant-synchronization-configure.md). To successfully complete this procedure, you must have first set up app provisioning for the app. Each app has its own configuration article. For example, to configure the Workday application, see [Tutorial: Configure Workday to Azure AD user provisioning](../saas-apps/workday-inbound-cloud-only-tutorial.md).
23+
Because this configuration is widely used with the *Workday to Active Directory user provisioning* app, the following steps include screenshots of the Workday application. However, the configuration can also be used with *all other apps*, such as ServiceNow, Salesforce, and Dropbox. To successfully complete this procedure, you must have first set up app provisioning for the app. Each app has its own configuration article. For example, to configure the Workday application, see [Tutorial: Configure Workday to Azure AD user provisioning](../saas-apps/workday-inbound-cloud-only-tutorial.md). SkipOutOfScopeDeletions does not work for cross-tenant synchronization.
2424

2525
## Step 1: Retrieve your Provisioning App Service Principal ID (Object ID)
2626

articles/active-directory/app-proxy/application-proxy-connectors.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-proxy
99
ms.workload: identity
1010
ms.topic: conceptual
11-
ms.date: 11/17/2022
11+
ms.date: 08/09/2023
1212
ms.author: kenwith
1313
ms.reviewer: ashishj
1414
---
@@ -28,6 +28,8 @@ To deploy Application Proxy successfully, you need at least one connector, but w
2828
### Windows Server
2929
You need a server running Windows Server 2012 R2 or later on which you can install the Application Proxy connector. The server needs to connect to the Application Proxy services in Azure, and the on-premises applications that you're publishing.
3030

31+
Starting from the version 1.5.3437.0, having the .NET version 4.7.1 or greater is required for successful installation (upgrade).
32+
3133
The server needs to have TLS 1.2 enabled before you install the Application Proxy connector. To enable TLS 1.2 on the server:
3234

3335
1. Set the following registry keys:
@@ -36,7 +38,7 @@ The server needs to have TLS 1.2 enabled before you install the Application Prox
3638
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
3739
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001
3840
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001
39-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319] "SchUseStrongCrypto"=dword:00000001
41+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.8.4250.0] "SchUseStrongCrypto"=dword:00000001
4042
```
4143
4244
A `regedit` file you can use to set these values follows:
@@ -51,7 +53,7 @@ The server needs to have TLS 1.2 enabled before you install the Application Prox
5153
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
5254
"DisabledByDefault"=dword:00000000
5355
"Enabled"=dword:00000001
54-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
56+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.8.4250.0]
5557
"SchUseStrongCrypto"=dword:00000001
5658
```
5759

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)