Skip to content

Commit ccf4765

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into bastion-troubleshoot
2 parents 12b7965 + 59c2308 commit ccf4765

File tree

148 files changed

+212
-202
lines changed

Some content is hidden

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

148 files changed

+212
-202
lines changed

articles/active-directory/fundamentals/custom-security-attributes-overview.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,19 @@ Currently, you can add custom security attributes for the following Azure AD obj
5656
- Azure AD enterprise applications (service principals)
5757
- Managed identities for Azure resources
5858

59-
## How do custom security attributes compare with directory extensions?
59+
## How do custom security attributes compare with extensions?
6060

61-
Here are some ways that custom security attributes compare with [directory extensions](../develop/active-directory-schema-extensions.md):
61+
While both extensions and custom security attributes can be used to extend objects in Azure AD and Microsoft 365, they are suitable for fundamentally different custom data scenarios. Here are some ways that custom security attributes compare with [extensions](/graph/extensibility-overview):
6262

63-
- Directory extensions cannot be used for authorization scenarios and attributes because the access control for the extension attributes is tied to the Azure AD object. Custom security attributes can be used for authorization and attributes needing access control because the custom security attributes can be managed and protected through separate permissions.
64-
- Directory extensions are tied to an application and share the lifecycle of an application. Custom security attributes are tenant wide and not tied to an application.
65-
- Directory extensions support assigning a single value to an attribute. Custom security attributes support assigning multiple values to an attribute.
63+
| Capability | Extensions | Custom security attributes |
64+
|--|--|--|
65+
| Extend Azure AD and Microsoft 365 objects | Yes | Yes |
66+
| Supported objects | Depends on the extension type | Users and service principals |
67+
| Restricted access | No. Anyone with permissions to read the object can read the extension data. | Yes. Read and write access is restricted through a separate set of permissions and RBAC. |
68+
| When to use | Store data to be used by an application <br/> Store non-sensitive data | Store sensitive data <br/> Use for authorization scenarios |
69+
| License requirements | Available in all editions of Azure AD | Requires an Azure AD Premium P1 or P2 license |
70+
71+
For more information about working with extensions, see [Add custom data to resources using extensions](/graph/extensibility-overview).
6672

6773
## Steps to use custom security attributes
6874

articles/backup/backup-azure-monitor-alert-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
ms.topic: faq
77
ms.service: backup
88
ms.date: 02/14/2022
9-
author: jyothisuri
10-
ms.author: jsuri
9+
author: AbhishekMallick-MS
10+
ms.author: v-abhmallick
1111
title: Azure Backup Monitoring Alert - FAQ
1212
summary: This article answers common questions about Azure Backup monitoring and reporting.
1313

articles/backup/backup-center-monitor-operate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: This article explains how to monitor and operate backups and disast
44
ms.topic: how-to
55
ms.date: 12/08/2022
66
ms.service: backup
7-
author: jyothisuri
8-
ms.author: jsuri
7+
author: AbhishekMallick-MS
8+
ms.author: v-abhmallick
99
---
1010

1111
# Monitor and operate backups and disaster recovery using Backup center

articles/backup/restore-azure-database-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.topic: how-to
55
ms.date: 01/21/2022
66
ms.custom: devx-track-azurecli
77
ms.service: backup
8-
author: jyothisuri
9-
ms.author: jsuri
8+
author: AbhishekMallick-MS
9+
ms.author: v-abhmallick
1010
---
1111

1212
# Restore Azure Database for PostgreSQL backups

articles/backup/restore-azure-encrypted-virtual-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Restore encrypted Azure VMs
33
description: Describes how to restore encrypted Azure VMs with the Azure Backup service.
44
ms.topic: how-to
55
ms.date: 12/07/2022
6-
author: jyothisuri
7-
ms.author: jsuri
6+
author: AbhishekMallick-MS
7+
ms.author: v-abhmallick
88
---
99
# Restore encrypted Azure virtual machines
1010

articles/backup/restore-azure-file-share-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Restore Azure file shares with REST API
33
description: Learn how to use REST API to restore Azure file shares or specific files from a restore point created by Azure Backup
44
ms.topic: conceptual
55
ms.date: 02/17/2020
6-
author: jyothisuri
7-
ms.author: jsuri
6+
author: AbhishekMallick-MS
7+
ms.author: v-abhmallick
88
---
99

1010
# Restore Azure File Shares using REST API

articles/backup/restore-azure-sql-vm-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to use REST API to restore SQL server databases in Azure
44
ms.topic: conceptual
55
ms.date: 08/11/2022
66
ms.service: backup
7-
author: jyothisuri
8-
ms.author: jsuri
7+
author: AbhishekMallick-MS
8+
ms.author: v-abhmallick
99
---
1010

1111
# Restore SQL Server databases in Azure VMs with REST API

articles/backup/restore-blobs-storage-account-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to restore Azure Blobs to any point-in-time using Azure C
44
ms.topic: conceptual
55
ms.custom: devx-track-azurecli
66
ms.date: 06/18/2021
7-
author: jyothisuri
8-
ms.author: jsuri
7+
author: AbhishekMallick-MS
8+
ms.author: v-abhmallick
99
---
1010

1111
# Restore Azure Blobs to point-in-time using Azure CLI

articles/backup/restore-blobs-storage-account-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to restore Azure blobs to any point-in-time using Azure P
44
ms.topic: conceptual
55
ms.custom: devx-track-azurepowershell
66
ms.date: 05/05/2021
7-
author: jyothisuri
8-
ms.author: jsuri
7+
author: AbhishekMallick-MS
8+
ms.author: v-abhmallick
99
---
1010

1111
# Restore Azure blobs to point-in-time using Azure PowerShell

articles/backup/restore-managed-disks-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to restore Azure Managed Disks using Azure CLI.
44
ms.topic: conceptual
55
ms.custom: devx-track-azurecli
66
ms.date: 06/18/2021
7-
author: jyothisuri
8-
ms.author: jsuri
7+
author: AbhishekMallick-MS
8+
ms.author: v-abhmallick
99
---
1010

1111
# Restore Azure Managed Disks using Azure CLI

0 commit comments

Comments
 (0)