Soru

Zorluk: ZorConfigure Azure App Service Web Apps

You are a developer configuring an Azure App Service web app to connect to an on-premises Microsoft SQL Server database on port 14331433. You must use Azure Hybrid Connections to establish the connection without opening public inbound firewall ports on the local network.

Arrange the steps in the correct order to configure and establish the Hybrid Connection.

  1. 1In the Azure Portal, go to the App Service web app's Networking configuration, select Hybrid Connections, and add a Hybrid Connection by specifying the on-premises database host and port 14331433.
  2. 2Select the newly created Hybrid Connection in the portal and copy the gateway connection string.
  3. 3Download and install the Hybrid Connection Manager (HCM) on the on-premises server that has network access to the database.
  4. 4Open the Hybrid Connection Manager on the on-premises server, select Enter Connection String, and paste the gateway connection string.
  5. 5Verify that the status of the Hybrid Connection displays as Connected in both the Azure Portal and the Hybrid Connection Manager.

Cevap

To establish the Hybrid Connection, you must first create the connection in the Azure Portal, retrieve the gateway connection string, install the Hybrid Connection Manager (HCM) on-premises, paste the connection string into the HCM, and verify the connection status.
The logical sequence begins with defining the cloud endpoint in the Azure Portal to get the authorization credentials (gateway connection string). Next, the local daemon (HCM) is installed on the on-premises network and configured using that connection string to establish the outbound tunnel. Finally, the setup is validated by verifying the connection status.

Adım Adım Çözüm

1
Create the Hybrid Connection in the Azure Portal's Networking section.
Azure provisions the Hybrid Connection and associated Relay namespace.
This establishes the cloud endpoint for the hybrid connection.
2
Copy the gateway connection string from the Azure Portal.
You obtain the connection string required for local agent authentication.
The connection string is needed to authorize the on-premises manager to connect to the Azure Relay.
3
Install the Hybrid Connection Manager (HCM) on the on-premises server.
The HCM software is ready to run locally.
The on-premises agent must be installed on a machine that can reach the local resource.
4
Configure the HCM with the copied gateway connection string.
The HCM connects to the Azure Relay endpoint.
This establishes the outbound tunnel from the on-premises network to Azure.
5
Verify that the connection status is Connected in the portal and HCM.
The web app can now route traffic to the database on port 14331433.
Confirms the tunnel is active and resolving requests.

Anahtar Kavram

Configuring Hybrid Connections for Azure App Service Web Apps to access on-premises resources.
Tahmini Süre:2m 0s
Bu soruyu puanla