Skip to content

Commit 213a856

Browse files
authored
Merge pull request #189012 from IngridAtMicrosoft/sup1915837
EASY REVIEW: sup1915837
2 parents 6ca9c7f + 3f55da1 commit 213a856

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

articles/media-services/latest/concept-managed-identities.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ author: IngridAtMicrosoft
66
manager: femila
77
ms.service: media-services
88
ms.topic: conceptual
9-
ms.date: 05/17/2021
9+
ms.date: 02/17/2022
1010
ms.author: inhenkel
1111
---
1212

1313
# Managed identities
1414

1515
A common challenge for developers is the management of secrets and credentials to secure communication between different services. On Azure, managed identities eliminate the need for developers having to manage credentials by providing an identity for the Azure resource in Azure AD and using it to obtain Azure Active Directory (Azure AD) tokens.
1616

17+
[!INCLUDE [note-managed-identities-v3](includes/note-managed-identities-v3.md)]
18+
1719
## Media Services Managed Identity scenarios
1820

1921
There are three scenarios where Managed Identities can be used with Media Services:
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
author: IngridAtMicrosoft
3+
ms.service: media-services
4+
ms.topic: include
5+
ms.date: 2/17/2021
6+
ms.author: inhenkel
7+
---
8+
9+
<!-- Use the portal to create a media services account. -->
10+
11+
> [!NOTE]
12+
> Managed identities are only available for Media Services accounts created using the v3 API. If you are using the v2 API and would like to use managed identities, please migrate from v2 to v3 [Migrate from Media Services v2 to v3 introduction](../migrate-v-2-v-3-migration-introduction.md).

articles/media-services/latest/security-access-storage-managed-identity-cli-tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: inhenkel
1414

1515
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
1616

17+
[!INCLUDE [note-managed-identities-v3](includes/note-managed-identities-v3.md)]
18+
1719
If you would like to access a storage account when the storage account is configured to block requests from unknown IP addresses, the Media Services account must be granted access to the Storage account. Follow the steps below to create a Managed Identity for the Media Services account and grant this identity access to storage using the Media Services CLI.
1820

1921
:::image type="content" source="media/diagrams/managed-identities-scenario-storage-permissions-media-services-account.svg" alt-text="Media Services account uses a Managed Identity to access storage":::

articles/media-services/latest/security-encrypt-data-managed-identity-cli-tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: inhenkel
1414

1515
[!INCLUDE [media services api v3 logo](./includes/v3-hr.md)]
1616

17+
[!INCLUDE [note-managed-identities-v3](includes/note-managed-identities-v3.md)]
18+
1719
If you'd like Media Services to encrypt data using a key from your Key Vault, the Media Services account must be granted *access* to the Key Vault. Follow the steps below to create a Managed Identity for the Media Services account and grant this identity access to your Key Vault using the Media Services CLI.
1820

1921
:::image type="content" source="media/diagrams/managed-identities-scenario-keyvault-media-services-account.svg" alt-text="Media Services account uses Key Vault with a Managed Identity":::

0 commit comments

Comments
 (0)