Skip to content

Commit 13b2e6f

Browse files
committed
wording fix and add sample link
1 parent 141b8c9 commit 13b2e6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +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-
- 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 the customer tenant
127-
- Note that you can't use Azure Active Directory for remote login to VMs in the customer tenant
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
128128

129129
Support requests:
130130

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)