英文:
Why Azure Front Door in front of AAPIM?
问题
希望有人能够提供关于为何将 Azure Front Door 放置在 Azure API Management 前面的解释和具体场景。
英文:
I hope someone could provide an explanation and specific scenarios about why someone should put Azure Front Door in front of Azure API Management.
答案1
得分: 0
Azure Front Door包括Web应用程序防火墙,从安全的角度来看是有意义的。它还提供DDoS防护。
此外,如果以后需要额外的服务,比如Web应用程序、功能或其他服务,使用Front Door作为唯一的入口是有意义的,并禁止直接访问它所保护的资源。
还有许多其他功能,这些功能可能不是由APIM提供的,请查看文档,看看是否有任何功能符合您的情况,如果不是出于安全原因。
英文:
Well, for one Azure Front Door includes Web Application Firewall so from a security perspective it makes sense. It also offers DDos protection.
Also, if you later on need additional services like web apps, functions or whetever it makes sense to use Front Door as the single point of entry, and disallow direct access to the resources it protects.
There is a bunch of other features that may not provided by APIM, see the docs to see if there is anything that benefits your scenario if not for security reasons.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论