We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978e09f commit 0a45ab1Copy full SHA for 0a45ab1
articles/aks/use-group-managed-service-accounts.md
@@ -160,7 +160,7 @@ credspec:
160
HostAccountConfig:
161
PluginGUID: '{CCC2A336-D7F3-4818-A213-272B7924213E}'
162
PortableCcgVersion: "1"
163
- PluginInput: ObjectId=$MANAGED_ID;SecretUri=$SECRET_URI # SECRET_URI takes the form https://$akvName.vault.azure.net/secrets/$akvSecretName
+ PluginInput: "ObjectId=$MANAGED_ID;SecretUri=$SECRET_URI" # SECRET_URI takes the form https://$akvName.vault.azure.net/secrets/$akvSecretName
164
CmsPlugins:
165
- ActiveDirectory
166
DomainJoinConfig:
0 commit comments