Skip to content

Commit 94699ba

Browse files
Merge pull request #271481 from tomvcassidy/secretIdentifierClarification
clarifying secret identifier as per github issue
2 parents 7eacd7c + 31f9b1c commit 94699ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-fabric/how-to-managed-cluster-application-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: tomcassidy
66
author: tomvcassidy
77
ms.service: service-fabric
88
services: service-fabric
9-
ms.date: 07/11/2022
9+
ms.date: 04/08/2024
1010
---
1111

1212
# Deploy application secrets to a Service Fabric managed cluster
@@ -46,7 +46,7 @@ For managed clusters you'll need three values, two from Azure Key Vault, and one
4646
Parameters:
4747
* `Source Vault`: This is the
4848
* e.g.: /subscriptions/{subscriptionid}/resourceGroups/myrg1/providers/Microsoft.KeyVault/vaults/mykeyvault1
49-
* `Certificate URL`: This is the full object identifier and is case-insensitive and immutable
49+
* `Certificate URL`: This is the full Key Vault secret identifier and is case-insensitive and immutable
5050
* https://mykeyvault1.vault.azure.net/secrets/{secretname}/{secret-version}
5151
* `Certificate Store`: This is the local certificate store on the nodes where the cert will be placed
5252
* certificate store name on the nodes, e.g.: "MY"

0 commit comments

Comments
 (0)