Skip to content

Commit 56273d0

Browse files
Merge pull request #288169 from maud-lv/patch-32
Replace fake IDs
2 parents 012dac1 + 2c8f94e commit 56273d0

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": "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",
97+
"clientId": "00001111-aaaa-2222-bbbb-3333cccc4444",
98+
"clientSecret": "aaaaaaaa-0b0b-1c1c-2d2d-333333333333",
99+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
100+
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee",
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)