Skip to content

Commit 7f8c990

Browse files
authored
Merge pull request MicrosoftDocs#85692 from msmbaldwin/patch-4
Update service-to-service-authentication.md
2 parents bc8efa9 + 6bbd942 commit 7f8c990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/service-to-service-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This applies only to local development. When your solution is deployed to Azure,
129129

130130
## Running the application using managed identity or user-assigned identity
131131

132-
When you run your code on an Azure App Service or an Azure VM with a managed identity enabled, the library automatically uses the managed identity.
132+
When you run your code on an Azure App Service or an Azure VM with a managed identity enabled, the library automatically uses the managed identity. No code changes are required, but the managed identity must have *get* permissions for the key vault. You can give the managed identity *get* permissions through the key vault's *Access Policies*.
133133

134134
Alternatively, you may authenticate with a user-assigned identity. For more information on user-assigned identities, see [About Managed Identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md#how-does-the-managed-identities-for-azure-resources-work). To authenticate with a user-assigned identity, you need to specify the Client ID of the user-assigned identity in the connection string. The connection string is specified in the [Connection String Support](#connection-string-support) section below.
135135

0 commit comments

Comments
 (0)