Skip to content

Commit f6f7e1a

Browse files
authored
Merge pull request #112719 from JnHs/jh-lh-kv
update VM/Key Vault info
2 parents a6bcff3 + 13b2e6f commit f6f7e1a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/lighthouse/concepts/cross-tenant-management-experience.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Cross-tenant management experiences
33
description: Azure delegated resource management enables a cross-tenant management experience.
4-
ms.date: 04/20/2020
4+
ms.date: 04/24/2020
55
ms.topic: conceptual
66
---
77

@@ -123,7 +123,8 @@ Most tasks and services can be performed on delegated resources across managed t
123123
- Use virtual machine extensions to provide post-deployment configuration and automation tasks on Azure VMs in customer tenants
124124
- Use boot diagnostics to troubleshoot Azure VMs in customer tenants
125125
- Access VMs with serial console in customer tenants
126-
- Note that you can't use Azure Active Directory for remote login to a VM, and you can't integrate a VM with a Key Vault for passwords, secrets or cryptographic keys for disk encryption
126+
- Integrate VMs with Azure KeyVault for passwords, secrets, or cryptographic keys for disk encryption by using [managed identity through policy](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/create-keyvault-secret), ensuring that secrets are stored in a Key Vault in customer tenants
127+
- Note that you can't use Azure Active Directory for remote login to VMs in customer tenants
127128

128129
Support requests:
129130

includes/azure-lighthouse-samples-scenarios.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: lighthouse
55
author: JnHs
66
ms.service: lighthouse
77
ms.topic: include
8-
ms.date: 12/19/2019
8+
ms.date: 04/24/2020
99
ms.author: jenhayes
1010
ms.custom: include file
1111
---
@@ -14,6 +14,7 @@ These samples illustrate various tasks that can be performed in cross-tenant man
1414

1515
| **Template** | **Description** |
1616
|---------|---------|
17+
| [create-keyvault-secret](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/create-keyvault-secret) | Creates a Key Vault in the customer's tenant and creates access policies.
1718
| [cross-rg-deployment](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/cross-rg-deployment) | Deploys storage accounts into two different resource groups.|
1819
| [deploy-azure-mgmt-services](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/deploy-azure-mgmt-services) | Creates Azure management services, links them together, and deploys additional solutions. For an end-to-end deployment, use the **rgWithAzureMgmt.json** template. |
1920
| [deploy-azure-security-center](https://github.com/Azure/Azure-Lighthouse-samples/tree/master/templates/deploy-azure-security-center) | Enables and configures Azure Security Center within the targeted Azure subscription. |

0 commit comments

Comments
 (0)