I have created azure cache for redis with private end point, and disabled public access.i am able to access redis cache using its private end point ip address but not able to access it using its FQDN. how to access it using its FQDN.

Harish Poshangir 0 Reputation points
2023-08-27T18:26:25.95+00:00

I have created azure cache for redis with private end point, and disabled public access.

i am able to access redis cache using its private end point ip address but not able to access it using its FQDN.

how to access it using its FQDN.

We don't want to use private DNS zone.

Azure Cache for Redis
Azure Cache for Redis
An Azure service that provides access to a secure, dedicated Redis cache, managed by Microsoft.
222 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Thomas Meads 1,586 Reputation points
    2023-08-27T18:47:31.02+00:00

    This article goes into detail about private link DNS configuration: https://learn.microsoft.com/en-us/azure/private-link/private-endpoint-dns

    The FQDN you see in the portal is linking to the public DNS zone which you have blocked via disallowing public network access. Therefore the 3 options to use the FQDN are:

    • Host file configuration (not recommended)
    • Private DNS zone
    • DNS forwarder

    Outside of this you'll likely be working in unsupported territory.

    0 comments No comments

  2. Oury Ba-MSFT 16,901 Reputation points Microsoft Employee
    2023-08-28T23:04:00.04+00:00

    @Harish Poshangir Thank you so much for using azure services and for posting your question on Microsoft Q&A forum.

    The answer provided by Thomas Meads is correct.

    There are various options for configuring Private Endpoints with FQDN are described here: https://learn.microsoft.com/azure/private-link/private-endpoint-dns

    Please do ot foret to marl as accept answer if the replies were helpful.

    Regards,

    Oury