Skip to content

Commit 42ddf09

Browse files
authored
Merge pull request #49682 from mattbriggs/mdb_20180822_spn_update
SPN Update
2 parents b08fb1c + 17c5c4f commit 42ddf09

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/azure-stack/azure-stack-create-service-principals.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Service Principal for Azure Stack | Microsoft Docs
33
description: Describes how to create a new service principal that can be used with the role-based access control in Azure Resource Manager to manage access to resources.
44
services: azure-resource-manager
55
documentationcenter: na
6-
author: mattbriggs
6+
author: sethmanheim
77
manager: femila
88

99

@@ -13,8 +13,8 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 06/21/2018
17-
ms.author: mabrigg
16+
ms.date: 08/22/2018
17+
ms.author: sethm
1818

1919
---
2020
# Provide applications access to Azure Stack
@@ -133,6 +133,10 @@ The following information is required as input for the automation parameters:
133133
-CertificateThumbprint $ServicePrincipal.Thumbprint `
134134
-ApplicationId $ServicePrincipal.ClientId `
135135
-TenantId $TenantID
136+
137+
# Output the SPN details
138+
$ServicePrincipal
139+
136140
```
137141

138142
2. After the automation finishes, it displays the required details to use the SPN.

articles/azure-stack/user/azure-stack-create-service-principals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: article
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 08/15/2018
16+
ms.date: 08/22/2018
1717
ms.author: sethm
1818
ms.reviewer: thoroet
1919

0 commit comments

Comments
 (0)