Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reserved outbound ip addresses for Azure websites

Currently creating websites in Azure and was wondering if there was a way to create reserved static outbound ip addresses for those websites. I am not creating and loading the websites via virtual machines or cloud services, just directly through the Azure websites option in the Azure portal. I read that by default, a virtual ip per region for your subscription is supplied but We don't want to provide this ip address to whitelist. Can anyone please help point me in the right direction? Thanks.

like image 560
Zen Pak Avatar asked Nov 01 '22 15:11

Zen Pak


2 Answers

This is currently not possible with Microsoft Azure.

The outbound IP will be one of the IPs in the datacenter. The list of IPs in the datacenter can be found here.

The good news is that Microsoft are planning to make this feature available soon.

like image 128
Reynolds Avatar answered Nov 08 '22 04:11

Reynolds


Now its possible!!! you can use App Service Environment(ASE)

App Service supports dedicated outbound IP addresses for apps deployed using the App Service Environment (ASE) feature.

For the forseeable future, apps running in the public multi-tenant service will continue to use outbound addresses from a shared address pool.

from Dedicate outbound ip

ASE is very costly :)

like image 43
Raghavendra Avatar answered Nov 08 '22 04:11

Raghavendra