Перейти до основного вмісту
Теґи
Answer confirmed
Question

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?

Proposed answer
  • A. an Azure Relay namespace
  • B. an Azure VPN gateway
  • C. a WFC relay connection
  • D. a hybrid connection
Suggested answer

A. an Azure Relay namespace

 

Correct answer

The suggested answer is correct

In this quickstart, you create .NET sender and receiver applications that send and receive messages by using Hybrid Connections WebSockets in Azure Relay. To learn about Azure Relay in general, see Azure Relay.

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.
  5. Run applications.

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

Comments
Ksk08

1 month ago 

Answer is A

upvoted 1 times 

Krayzr

4 months, 1 week ago 

Selected Answer: A

agree with A

upvoted 1 times 

RickySmith

10 months, 3 weeks ago 

Selected Answer: A

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

upvoted 2 times 

lucacose

1 year ago 

Selected Answer: A

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

upvoted 3 times 

Payday123

1 year ago 

Selected Answer: A

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

upvoted 1 times 

MR_Eliot

1 year, 2 months ago 

Selected Answer: A

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.

upvoted 3 times 

MR_Eliot

1 year, 2 months ago 

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.

upvoted 2 times 

sm555

1 year, 2 months ago 

Should this be A. Azure Relay ?

upvoted 3 times 

drhellraizer

1 year, 2 months ago 

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

upvoted 2 times