An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
Hi @Wes Baldwin ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you are not able to access your fileshare via the entire FQDN, however, the same works with VM's Host name.
I take it that you are trying to access the fileshare from the same VM (CFS1).
- I was able to reproduce this at my end.
- From my initial analysis, it appears that this is the behavior of the OS.
- The OS will only have knowledge of host name as "CFS1" and not as "CFS1.sds.com"
- *.sds.com is configured on the platform level and OS will not have this visibility.
- This can be demonstrated using the below e.g.,
-
- While the former uses a IPV6 and the latter is using a IPV4.
- The share will be expecting a connection with host CFS1 name and not with the Platform registered "CFS1.sds.com", and hence the connection is not working.
- This again makes sense, as if we are to add a Host file entry such as "CFS1.randomdomain.com" pointing to this VM's IP and try to access the share via "\CFS1.randomdomain.com\sharename" would again fail.
I hope this adds additional clarification
Cheers,
Kapil
----------------------------------------------------------------------------------------------------------------
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.