asp.net - Azure App Service Environment Access Levels -


i setting api apps within ase, , having difficulties understanding usage of access levels.

i noticed if api app access level set “internal” it’s not accessible publicly, however, not internal endpoint, public 1 – unable access application internally (for example – browsing vm in same network). how can access api app virtual machine hosted on azure? how can internal endpoint api app?

my goal able access api app vnet, , have public access blocked.

how can accomplish this?

thanks,

turns out api apps have single end-point public vip. need create network security group on subnet , add explicit rules public vip's of back-end machines require access api. block internet traffic app when on public anonymous.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -