0

I'm new to azure, and I'm trying to setup a single page website(web api 2). How can I limit access to my services so only my website can use it?

I know that I can use app services to setup my web applications/services but as far as i understand it will be open to everyone.

I also read about APIs, but Api management service seems very expensive and advanced for such a simple task. Is there any options? Am I in the wrong track?


Update

Ok, I saw the link for filtering based on IP. But as I've mentioned that single page application also is hosted on Azure. There is no static IP. If that is the way, I still need to know how you will find out about the IPRange.

Ashkan S
  • 10,464
  • 6
  • 51
  • 80

1 Answers1

1

App Service to use different authentication providers Azure Active Directory,Facebook,Google,Microsoft,Twitter. We can set any type of Authentication/Authorization in the Azure Portal.More info about how to use authentication for API Apps in Azure App Service, please refer to document.

enter image description here

Tom Sun - MSFT
  • 24,161
  • 3
  • 30
  • 47