How secure are Windows Azure internal endpoints?

前端 未结 1 1988
心在旅途
心在旅途 2021-01-18 02:30

I have a front end MVC application in a web role, protected by WIF and ACS, which I would like to be my Azure application\'s only exposed surface. It connects to a number of

1条回答
  •  时光说笑
    2021-01-18 02:50

    A service represents an isolation boundary, unless you declare an endpoint as an "input" endpoint, it cannot be accessed outside of this isolation boundary. The implemetation of this boundary is a private network branch with no addressability to other branches.

    Keep in mind that internal endpoints are not load balanced. So there is a trade off. I wrote some stuff up on endpoints awhile back that might help consolidate things a bit.

    0 讨论(0)
提交回复
热议问题