Skip to content

Commit 9d64dc6

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into add-logic-app
2 parents 7ff892d + 160f9e5 commit 9d64dc6

File tree

82 files changed

+935
-416
lines changed

Some content is hidden

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

82 files changed

+935
-416
lines changed

articles/active-directory/enterprise-users/groups-assign-sensitivity-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To apply published labels to groups, you must first enable the feature. These st
6969
1. Save the changes and apply the settings:
7070
7171
```powershell
72-
Set-AzureADDirectorySetting -Id grpUnifiedSetting.Id -DirectorySetting $setting
72+
Set-AzureADDirectorySetting -Id $grpUnifiedSetting.Id -DirectorySetting $setting
7373
```
7474
7575
You will also need to synchronize your sensitivity labels to Azure AD. For instructions, see [How to enable sensitivity labels for containers and synchronize labels](/microsoft-365/compliance/sensitivity-labels-teams-groups-sites#how-to-enable-sensitivity-labels-for-containers-and-synchronize-labels).

articles/active-directory/fundamentals/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following new capabilities have been added to the claims transformations ava
9595

9696
---
9797

98-
### Public preview - Flagged
98+
### Public Preview – Flagged Sign-ins
9999

100100
**Type:** New feature
101101
**Service category:** Reporting

articles/active-directory/identity-protection/howto-identity-protection-configure-risk-policies.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,12 @@ Before enabling remediation policies, organizations may want to [investigate](ho
7878
1. Under **Exclude**, select **Users and groups** and choose your organization's emergency access or break-glass accounts.
7979
1. Select **Done**.
8080
1. Under **Cloud apps or actions** > **Include**, select **All cloud apps**.
81-
1. Under **Conditions** > **User risk**, set **Configure** to **Yes**. Under **Configure user risk levels needed for policy to be enforced** select **High**, then select **Done**.
82-
1. Under **Access controls** > **Grant**, select **Grant access**, **Require password change**, and select **Select**.
81+
1. Under **Conditions** > **User risk**, set **Configure** to **Yes**.
82+
1. Under **Configure user risk levels needed for policy to be enforced** select **High**.
83+
1. Select **Done**.
84+
1. Under **Access controls** > **Grant**.
85+
1. Select **Grant access**, **Require password change**.
86+
1. Select **Select**.
8387
1. Confirm your settings, and set **Enable policy** to **On**.
8488
1. Select **Create** to create to enable your policy.
8589

@@ -97,7 +101,9 @@ Before enabling remediation policies, organizations may want to [investigate](ho
97101
1. Under **Conditions** > **Sign-in risk**, set **Configure** to **Yes**. Under **Select the sign-in risk level this policy will apply to**
98102
1. Select **High** and **Medium**.
99103
1. Select **Done**.
100-
1. Under **Access controls** > **Grant**, select **Grant access**, **Require multi-factor authentication**, and select **Select**.
104+
1. Under **Access controls** > **Grant**.
105+
1. Select **Grant access**, **Require multi-factor authentication**.
106+
1. Select **Select**.
101107
1. Confirm your settings and set **Enable policy** to **On**.
102108
1. Select **Create** to create to enable your policy.
103109

articles/app-service/configure-connect-to-azure-storage.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This guide shows how to mount Azure Storage Files as a network share in a Window
2121

2222
::: zone pivot="container-linux"
2323

24-
This guide shows how to mount Azure Storage as a network share in a built-in Linux container or a custom Linux container in App Service. The benefits of custom-mounted storage include:
24+
This guide shows how to mount Azure Storage as a network share in a built-in Linux container or a custom Linux container in App Service. See the video [how to mount Azure Storage as a local share](https://www.youtube.com/watch?v=OJkvpWYr57Y). The benefits of custom-mounted storage include:
2525

2626
::: zone-end
2727

@@ -94,6 +94,7 @@ The following features are supported for Linux containers:
9494
- FTP/FTPS access to custom-mounted storage is not supported (use [Azure Storage Explorer](https://azure.microsoft.com/features/storage-explorer/)).
9595
- Azure CLI, Azure PowerShell, and Azure SDK support is in preview.
9696
- Mapping `/` or `/home` to custom-mounted storage is not supported.
97+
- Don't map the custom storage mount to `/tmp` or its subdirectories as this may cause timeout during app startup.
9798
- Storage mounts cannot be used together with clone settings option during [deployment slot](deploy-staging-slots.md) creation.
9899
- Storage mounts are not backed up when you [back up your app](manage-backup.md). Be sure to follow best practices to back up the Azure Storage accounts.
99100

@@ -243,5 +244,6 @@ To validate that the Azure Storage is mounted successfully for the app:
243244
::: zone pivot="container-linux"
244245

245246
- [Configure a custom container](configure-custom-container.md?pivots=platform-linux).
247+
- [Video: How to mount Azure Storage as a local share](https://www.youtube.com/watch?v=OJkvpWYr57Y).
246248

247-
::: zone-end
249+
::: zone-end

articles/applied-ai-services/form-recognizer/managed-identity-byos.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Azure managed identity is a service principal that creates an Azure Active Direc
2424
Managed identity supports both privately and publicly accessible Azure blob storage accounts. For storage accounts with public access, you can opt to use a shared access signature (SAS) to grant limited access. In this article, you'll learn to enable a system-assigned managed identity for your Form Recognizer instance.
2525

2626
## Private storage account access
27+
> [!NOTE]
28+
>
29+
> Form Recognizer only supports system-assigned managed identities today. User-assigned managed identities is on the roadmap and will be enabled in the near future.
30+
2731

2832
Private Azure storage account access and authentication is supported by [managed identities for Azure resources](../../active-directory/managed-identities-azure-resources/overview.md). If you have an Azure storage account protected by a Virtual Network (VNet) or firewall or have enabled bring-your-own-storage (BYOS), Form Recognizer cannot directly access your storage account data; however, once a managed identity is enabled, the Form Recognizer service can access your storage account using an assigned managed identity credential.
2933

articles/automation/automation-dsc-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: automation
55
ms.service: automation
66
ms.subservice: dsc
77
author: mgoedtel
8-
ms.author: magoedte
8+
ms.author: v-ssudhir
99
ms.date: 08/16/2021
1010
ms.topic: conceptual
1111
ms.custom: devx-track-azurepowershell

articles/automation/automation-dsc-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: automation
55
ms.service: automation
66
ms.subservice: dsc
77
author: mgoedtel
8-
ms.author: magoedte
8+
ms.author: v-ssudhir
99
ms.topic: conceptual
1010
ms.date: 12/10/2019
1111
ms.custom: devx-track-azurepowershell

articles/automation/automation-dsc-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: automation
66
ms.service: automation
77
ms.subservice: dsc
88
author: mgoedtel
9-
ms.author: magoedte
9+
ms.author: v-ssudhir
1010
ms.date: 08/17/2021
1111
ms.topic: conceptual
1212
manager: carmonm

articles/automation/automation-network-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure Automation network configuration details
33
description: This article provides details of network information required by Azure Automation State Configuration, Azure Automation Hybrid Runbook Worker, Update Management, and Change Tracking and Inventory
4-
ms.author: magoedte
4+
ms.author: v-ssudhir
55
ms.topic: conceptual
66
ms.date: 01/26/2021
77
---

articles/automation/how-to/private-link-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Private Link to securely connect networks to Azure Automation
33
description: Use Azure Private Link to securely connect networks to Azure Automation
44
author: mgoedtel
5-
ms.author: magoedte
5+
ms.author: v-ssudhir
66
ms.topic: conceptual
77
ms.date: 12/11/2020
88
ms.subservice:

0 commit comments

Comments
 (0)