Hi riccardo, so microsoft’s basically saying if u link the same private dns zone to two different private endpoints for the SAME azure service, it’s gonna cause problems )) like, the first a-record (that’s the dns entry that points to the ip) will get deleted, and then ups u can’t reach the service properly from either endpoint. not cool, right?
here’s how u avoid this mess: create a separate dns zone for each private endpoint, even if they’re for the same type of service. and hey, don’t mix records for different services in one zone keep ‘em clean and separate. microsoft’s docs explain it here: private endpoint dns config.
why does this happen? well, azure’s dns system gets confused when two endpoints fight over the same zone. it’s like two people trying to edit the same doc at once stuff gets overwritten )) so yeah, just give each endpoint its own zone, and u’re golden.
aha, and btw, big thanks for dropping this q! dns stuff can be a headache, but once u get it, it’s smooth sailing ))) microsoft’s privatelink is actually super powerful once u set it up right just gotta follow these rules to keep things running smooth.
rgds,
Alex
and "yes" if you would follow me at Q&A - personaly thx.
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment