0

I've been trying to find an answer but the documentation that i found is not very clear. Whenever i create a azure-website in a STANDARD plan the IP that i get is static? or, do i need to create a self-signed cert and bind it to the IP like discussed in the following link: Azure Website Reserved IP

(The goal is to know if i can use the IP as a A record in my provider)

Thankful for any reply.

Community
  • 1
  • 1

2 Answers2

0

Sofar, the only solution I could think of to solve this is to make use of a proxy server. Setup a VM with a Proxy server on it (nginx, iis with arr/urlrewrite/reverse proxy). The VM will have the static IP, and pass through all incoming requests to proper Azure function / webjob / app. Any better solutions are welcome. ASE is to expensive to be considered for many cases.

Paul0515
  • 23,515
  • 9
  • 32
  • 47