Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Azure by (13.1k points)
I have a Web app which is running on Azure. Now, I want to deploy it using NEST, it is working fine when I run it locally, but when I am trying in to publish it on Azure I was not able to get the connection to elasticsearch. Can anyone help me with this?

1 Answer

0 votes
by (26.7k points)
edited by

So basically, in able to work with Elasticsearch on Azure you need to use Elastic's ARM Template. In able to use and add Elasticsearch in your created website you need make note of some points:

- First, specify the name of network.

- Also, name of subnet.

- Network which is stored in resource group requires the name of the group.

- Also, the IP Address which is been used by load balancer.

I hope this will help.

Want to know more about Web App? Prefer this tutorial on azure web app.

Want to become an Azure expert? join Azure Training now!!

Browse Categories

...