AZ-800 Exam QuestionsBrowse all questions from this exam

AZ-800 Exam - Question 142


You have servers that run Windows Server 2022 as shown in the following table.

Server2 contains a .NET app named App1.

You need to establish a WebSocket connection from App1 to the SQL Server instance on Server1. The solution must meet the following requirements:

• Minimize the number of network ports that must be open on the on-premises network firewall.

• Minimize administrative effort.

What should you create first?

Show Answer
Correct Answer: AD

To establish a WebSocket connection from App1 to the SQL Server instance on Server1 while minimizing the number of open network ports and administrative effort, the best initial step is to create an Azure Relay namespace. Azure Relay provides a way to securely expose an on-premises service, such as an SQL Server, through a hybrid connection. By creating the namespace first, you can then set up the hybrid connection under this namespace, thus meeting the listed requirements efficiently.

Discussion

6 comments
Sign in to comment
sm555Option: A
Sep 13, 2023

Should this be A. Azure Relay ?

drhellraizer
Sep 20, 2023

As it is on the recent study guide I would also prefer to say Azure Relay.

MR_EliotOption: A
Sep 22, 2023

https://learn.microsoft.com/en-us/azure/azure-relay/relay-what-is-it Hybrid Connections The Hybrid Connections feature in >>Azure Relay<< is a secure, and open-protocol evolution of the Relay features that existed earlier. You can use it on any platform and in any language. Hybrid Connections feature in Azure Relay is based on HTTP and WebSockets protocols. It allows you to send requests and receive responses over web sockets or HTTP(S). This feature is compatible with WebSocket API in common web browsers.

MR_Eliot
Sep 22, 2023

https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-dotnet-get-started Even more info: In this quickstart, you take the following steps: 1. Create a Relay namespace by using the Azure portal. 2. Create a hybrid connection in that namespace by using the Azure portal. 3. Write a server (listener) console application to receive messages. 4. Write a client (sender) console application to send messages. Run applications.

lucacoseOption: A
Nov 15, 2023

First: Azure Relay Namespace Then: Create an hybrid connection https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-dotnet-get-started

RickySmithOption: A
Jan 4, 2024

https://learn.microsoft.com/en-us/azure/azure-relay/relay-hybrid-connections-dotnet-get-started

Payday123Option: A
Nov 9, 2023

"What should you create FIRST?" First: Relay namespace Then: Hybrid Connection

KrayzrOption: A
Jul 19, 2024

agree with A