Skip to content

Commit 193fdca

Browse files
authored
Merge pull request #96593 from LeonardHd/lherold/akv-secrets-provider-add-system-assigned-identity-to-arm
AKV Secrets Provider Add System Assigned Identity to ARM template - fixes #96592
2 parents bc6ff37 + a24b1ca commit 193fdca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-arc/kubernetes/tutorial-akv-secrets-provider.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ You should see output similar to the example below. Note that it may take severa
163163
"type": "Microsoft.KubernetesConfiguration/extensions",
164164
"apiVersion": "2021-09-01",
165165
"name": "[parameters('ExtensionInstanceName')]",
166+
"identity": {
167+
"type": "SystemAssigned"
168+
},
166169
"properties": {
167170
"extensionType": "[parameters('ExtensionType')]",
168171
"releaseTrain": "[parameters('ReleaseTrain')]",

0 commit comments

Comments
 (0)