Skip to content

Commit 0f329cd

Browse files
authored
Heading and metadata style conformance
1 parent 775d67d commit 0f329cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-service-principal-rotation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Operator Nexus service principal rotation
3-
description: Instructions on Service Principal Rotation Lifecycle Management.
3+
description: Instructions on service principal rotation lifecycle management.
44
ms.service: azure-operator-nexus
55
ms.custom: template-how-to
66
ms.topic: how-to
@@ -23,7 +23,7 @@ This document provides an overview on the process of performing service principa
2323
6. Service Principal rotation should be performed prior to the configured credentials expiring.
2424
7. Service Principal should have owner privilege on the subscription of the target cluster.
2525

26-
## Appending secondary credential to the existing service principal
26+
## Append secondary credential to the existing service principal
2727

2828
List existing credentials info for the service principal
2929

@@ -36,15 +36,15 @@ Append secondary credential to the service principal. Please copy the resulting
3636
```azurecli
3737
az ad app credential reset --id "<SP Application (client) ID>" --append --display-name "<human-readable description>"
3838
```
39-
## Creating new service principal
39+
## Create a new service principal
4040

4141
New service principal should have owner privilege scope on the target cluster subscription.
4242

4343
```azurecli
4444
az ad sp create-for-rbac -n "<service principal display name>" --role owner --scopes /subscriptions/<subscription-id>
4545
```
4646

47-
## Rotating service principal on the target cluster
47+
## Rotate service principal on the target cluster
4848

4949
Service principal can be rotated on the target cluster by supplying the new information, which can either be only secondary credential update or it could be the new service principal for the target cluster.
5050

0 commit comments

Comments
 (0)