-1

Azure doesn't provide outbound IP addresses for websites, so it's not possible to restrict access to a website by an IP address that is specifically reserved for a particular website within your azure ecosystem.

Is there another way to make a website/web app only available to resources within it's resource group such that it's not available publicly?

richard
  • 12,263
  • 23
  • 95
  • 151

1 Answers1

0

No, there is no "native" way to do that, but you could implement various work arounds:

  1. Use authorization
  2. Use mutual SSL authentication
  3. Use your own custom authorization
4c74356b41
  • 69,186
  • 6
  • 100
  • 141