Skip to content

Commit 1e3b764

Browse files
committed
Simplify some language
1 parent d7f8c69 commit 1e3b764

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/azure-arc/data/update-service-principal-credentials.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ ms.topic: how-to
1313

1414
# Update service principal credentials
1515

16-
When the service principal credentials change, you need to update the secrets in the data controller.
16+
This article explains how to update the secrets in the data controller.
1717

18-
For example, if you deployed the data controller using a specific set of values for service principal tenant ID, client ID, and client secret, and then change one or more of these values, you need to update the secrets in the data controller. Following are the instructions to update Tenant ID, Client ID or the Client secret.
18+
For example, if you:
1919

20+
1. Deployed the data controller using a specific set of values for service principal tenant ID, client ID, and client secret
21+
1. Change one or more of these values
22+
23+
You need to update the secrets in the data controller.
2024

2125
## Background
2226

@@ -73,14 +77,12 @@ The service principal was created at [Create service principal](upload-metrics-a
7377
>The values need to be base64 encoded.
7478
Do not edit any other properties.
7579

76-
If an incorrect value is provided for `clientId`, `clientSecret` or `tenantID` then you will see an error message as follows in the `control-xxxx` pod/controller container logs:
80+
If an incorrect value is provided for `clientId`, `clientSecret`, or `tenantID` the command returns an error message as follows in the `control-xxxx` pod/controller container logs:
7781

7882
```output
79-
YYYY-MM-DD HH:MM:SS.mmmm | ERROR | [AzureUpload] Upload task exception: A configuration issue is preventing authentication - check the error message from the server for details.You can modify the configuration in the application registration portal. See https://aka.ms/msal-net-invalid-client for details. Original exception: AADSTS7000215: Invalid client secret is provided.
83+
YYYY-MM-DD HH:MM:SS.mmmm | ERROR | [AzureUpload] Upload task exception: A configuration issue is preventing authentication - check the error message from the server for details.You can modify the configuration in the application registration portal. See https://aka.ms/msal-net-invalid-client for details. Original exception: AADSTS7000215: Invalid client secret is provided.
8084
```
8185

82-
83-
8486
## Related content
8587

86-
[Create service principal](upload-metrics-and-logs-to-azure-monitor.md#create-service-principal)
88+
- [Create service principal](upload-metrics-and-logs-to-azure-monitor.md#create-service-principal)

0 commit comments

Comments
 (0)