Home > front end >  How to set up enhanced authorisation options in Azure Bot
How to set up enhanced authorisation options in Azure Bot

Time:05-11

I have an Bot Service in Azure and I would like to ask how to set up enhanced authorization options in DL channel. My target is to be able to call the Bot API only from specific IPs.

Thanks.

CodePudding user response:

I think this is exactly what you need: https://cloudacademy.com/lab/securing-public-web-apps-through-frontdoor-using-access-restrictions-advanced-filters/

In this hands-on lab, you will learn how to secure public web app endpoints hosted behind Azure Front Door using advanced access restriction filters.

  • Related