Accessing Quest db from Azure cloud service

Hi,

I am new to Azure, but have used n8n before.

I have questdb installed in Azure cloudapp.azure.com. My n8n is on azurewebsites.net. How should I give the hostname in the credential part of questdb node? The url of the questdb is of the form http://a-b-c.eastus.cloudapp.azure.com:9000/.

My n8n url is https://x-y-z-eastus.azurewebsites.net

Any suggestion is appreciated. Thank you!!

(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:

Hey @Dhanya_V_Sagar,

Looking at the node the host would be a-b-c.eastus.cloudapp.azure.com and there it has port at the bottom you would set that to 9000.

Thats what I used. But I am getting the error
ERROR: getaddrinfo ENOTFOUND

Hey @Dhanya_V_Sagar,

That error looks to be DNS related and it means the hostname is not correct, It could be worth checking your DNS options.