Skip to content

Commit 9dee260

Browse files
committed
Fixed Page Tab and Link
1 parent da0c61a commit 9dee260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The following steps describe how to assign the App Configuration Data Reader rol
187187
188188
:::zone target="docs" pivot="framework-spring"
189189
190-
1. Find the endpoint to your App Configuration store. This URL is listed on the **Access keys** tab for the store in the Azure portal.
190+
1. Find the endpoint to your App Configuration store. This URL is listed on the **Overview** tab for the store in the Azure portal.
191191
192192
1. Open `bootstrap.properties`, remove the connection-string property and replace it with endpoint:
193193
@@ -196,7 +196,7 @@ spring.cloud.azure.appconfiguration.stores[0].endpoint=<service_endpoint>
196196
```
197197
198198
> [!NOTE]
199-
> If you want to use **user-assigned managed identity** the property `spring.cloud.azure.appconfiguration.stores[0].managed-identity.client-id`, be sure to specify the clientId when creating the [ManagedIdentityCredential](/dotnet/api/azure.identity.managedidentitycredential).
199+
> If you want to use **user-assigned managed identity** the property `spring.cloud.azure.appconfiguration.stores[0].managed-identity.client-id`, be sure to specify the clientId when creating the [ManagedIdentityCredential](/java/api/com.azure.identity.managedidentitycredential).
200200
201201
:::zone-end
202202

0 commit comments

Comments
 (0)