Skip to content

Commit 0186e8b

Browse files
committed
remove acre
1 parent 48dfd95 commit 0186e8b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

articles/redis/includes/redis-setup-working-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Replace the placeholders with the following values:
3131

3232
- `<your-host-name>`: The DNS host name. To get the host name and ports for your cache, select **Overview** from the **Resource** menu. The host name is of the form `<DNS name>.redis.cache.windows.net`.
3333

34-
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
34+
:::image type="content" source="../includes/media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
3535

3636
- `<your-client-id>`: The application (client) ID of your Azure AD application registration.
3737
- `<your-client-secret>`: The client secret of your Azure AD application registration.

articles/redis/java-get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Replace the placeholders with the following values:
5050

5151
- `<your-host-name>`: The DNS host name. To get the host name and ports for your cache, select **Overview** from the **Resource** menu. The host name is of the form `<DNS name>.redis.cache.windows.net`.
5252

53-
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
53+
:::image type="content" source="includes/media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
5454

5555
- `<your-client-id>`: The application (client) ID of your Azure AD application registration.
5656
- `<your-client-secret>`: The client secret of your Azure AD application registration.
@@ -207,3 +207,4 @@ In this quickstart, you learned how to use Azure Managed Redis from a Java appli
207207
- [Connection resilience](best-practices-connection.md)
208208
- [Using Azure Redis as session cache for WebSphere Liberty or Open Liberty](/azure/developer/java/ee/how-to-deploy-java-liberty-jcache)
209209
- [Use Azure Redis Cache in Spring](/azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache)
210+

0 commit comments

Comments
 (0)