Skip to content

Commit f180ce4

Browse files
Merge pull request #273965 from maud-lv/patch-8
Add generic IDs
2 parents 21b94d7 + ec0c817 commit f180ce4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-app-configuration/use-key-vault-references-spring-boot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ To add a secret to the vault, you need to take just a few additional steps. In t
9494
9595
```json
9696
{
97-
"clientId": "7da18cae-779c-41fc-992e-0527854c6583",
98-
"clientSecret": "b421b443-1669-4cd7-b5b1-394d5c945002",
99-
"subscriptionId": "443e30da-feca-47c4-b68f-1636b75e16b3",
100-
"tenantId": "35ad10f1-7799-4766-9acf-f2d946161b77",
97+
"clientId": "00000000-0000-0000-0000-000000000000",
98+
"clientSecret": "00000000-0000-0000-0000-000000000000",
99+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
100+
"tenantId": "00000000-0000-0000-0000-000000000000",
101101
"activeDirectoryEndpointUrl": "https://login.microsoftonline.com",
102102
"resourceManagerEndpointUrl": "https://management.azure.com/",
103103
"sqlManagementEndpointUrl": "https://management.core.windows.net:8443/",

0 commit comments

Comments
 (0)