SMB over QUIC setup, following Certificate installation (GoDaddy) getting RBAC blocked. I don't know why?

Brian 0 Reputation points
2024-01-11T01:07:05.29+00:00

I have setup Azure 2022 Data Center Edition in Azure tenant Created and installed a certificate (as per spec) I have owner access rights on the server and the subscription level I still get blocked by Role Based Access credentials RBAC when trying to configure SMB over QUIC. Can someone help?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,426 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,734 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Brian 0 Reputation points
    2024-01-29T03:21:36.83+00:00

    First, than you for responding! Yes I am using Azure Server 2022, data center edition. I have successfully connected my on prem domain with my azure tenant via Meraki (marketplace connector). Server successfully joined the domain. I can access file shares on the Azure file server via a net use, but I need the SMB over QUIC to work. I dont know what RBAC roles I need to assign to my ID so that it wont be blocked, the id I am using is already an owner at the subscription level. MS provides very little details on RBAC roles for this.

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Nehruji R 8,171 Reputation points Microsoft External Staff
    2024-01-31T12:25:32.8666667+00:00

    Hello Brian, Greetings!  Welcome to Microsoft Q&A forum. 

    I understand that you are facing issues in accessing the file share over SMB QUIC, 

    If you encounter any issues related to RBAC (Role-Based Access Control), consider checking your permissions and network settings. Additionally, ensure that network discovery is turned on to allow seamless sharing. refer - https://support.microsoft.com/en-us/windows/file-sharing-over-a-network-in-windows-b58704b2-f53a-4b82-7bc1-80f9994725bf

    SMB over QUIC is not enabled by default. A file server administrator must opt in to enabling it.   Windows SMB clients still use TCP by default. They will attempt SMB over QUIC only if the TCP attempt fails or if intentionally requiring QUIC using:NET USE /TRANSPORT:QUIC orNew-SmbMapping -TransportType QUIC

    the following blog will provide you more insights on creating the SMB over Azure VM with Windows 2022 DC Edition -SMB over QUIC now available in Windows Server Insider Datacenter and Standard editions - Microsoft Community Hub

    Remember to configure your RBAC (Role-Based Access Control) appropriately to ensure that your role has the necessary permissions for SMB over QUIC. If you encounter any issues, refer to the official documentation for further guidance on troubleshooting the errors - Troubleshoot Azure Files SMB connectivity and access issues - Azure | Microsoft Learn. If you still encounter the issue please help us with error screenshot and more details.   

    Hope this answer helps! Please let us know if you have any further queries. I’m happy to assist you further.

    0 comments No comments

  4. Silvia Wibowo 5,456 Reputation points Microsoft Employee
    2024-02-01T00:02:56.2866667+00:00

    Hi @Brian, you'd need RBAC for Storage File Data. My educated guess is one of these:

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.