3
votes

I have "build" slot for my website hosted on azure app services. I was wondering it it would be possible to not make it available under any url. i.e. I don't want the "build" slot deployment reachable using http://mysite-build.azurewebsite.net

3

3 Answers

1
votes

Create An Azure Vnet. Create a network security group to restrict access on that specific Vnet. Deploy your WEB APP inside the Vnet. For more info https://azure.microsoft.com/en-in/documentation/articles/virtual-networks-overview/

0
votes

I don't know of a great way to do this.

One approach would be to give the slot a guid based name, e.g. build992ecdf6-0868-488c-952e-1c2aa16dd23b. While still technically available, it is effectively unguessable.

0
votes

Better to use AppServiceEnvironment. Its really costly to be adapted for small or medium sized apps. ASE