I'm tasked with setting up a 2 node cluster that will host a MS SQL availability group. I have the servers setup and the AG looks to be working as expected. However, there is another requirement to hang a file share off one of the drives. I'm not crazy about it, but I have to deal with it.
Since this is a windows failover cluster, my understanding is that I need to add the file server role and configure it to host the share. I've done this and it's working but, because the AG and FS roles each need their own IP and DNS name (Example: AG = \\ServerName, FS = \\ServerName-FS), I'm getting pushback from some people because they want the share to answer from the same server name as the SQL instance, as if it were a one-server solution.
I've been looking for a way to accommodate their request, but have come up short. Am I missing something or is this just not possible?
OS = Windows Server 2022 Datacenter
SQL = SQL 2022 Enterprise
All resources are on-prem
Thanks in advance,

