0

According to the documentation there should be an option for VNET Integration for App Services when in the Overview of your App Service you go to > Network and than you should be able to setup a VNET for beeing able to give access to specific Ports to your Web App. enter image description here

But I don't see this options anymore, how can I setup outbounding and inbounding tcp access over a specific port to my App Service?

enter image description here

4c74356b41
  • 69,186
  • 6
  • 100
  • 141
Suisse
  • 3,467
  • 5
  • 36
  • 59
  • May I know if there is an update on your side? – Nancy Nov 19 '18 at 03:17
  • I am working in a University - I have to wait to get access for App Services on Windows or Access for App Service Environment. I will inform you, when I tested what you wrote. Thank you very much! – Suisse Nov 19 '18 at 14:31

3 Answers3

2

Currently, there are limitations on Azure App Service on Linux.

Some features, such as virtual network integration, Azure Active Directory/third-party authentication, or Kudu site extensions, are not available yet. Once these features are available, we will update our documentation and blog about the changes.

If this is your case, you have to use App Service Environment, then it's already in a VNet and doesn't require the use of the VNet Integration feature to reach resources in the same VNet. Also, you can restrict the Inbound and Outbound traffic in the subnet level NSG. If you only want to allow/deny list of IP addresses that are allowed to access your app, you can use Static IP Restrictions.

Alternatively, you can change to use Azure App Service on windows with standard or above pricing tier. Then you can use the VNet Integration feature.

Nancy
  • 26,865
  • 3
  • 18
  • 34
0

You need to use Standard SKU (or higher SKU). as soon as you switch to that - it should appear.

4c74356b41
  • 69,186
  • 6
  • 100
  • 141
  • I went up to S3 and it didn't change anything. Where in the menu should I change what? thx – Suisse Nov 15 '18 at 14:41
  • https://learn.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet, there it says what SKU are supported. scale it to standard and do a refresh after that – 4c74356b41 Nov 15 '18 at 14:47
0

As of this writing, its not yet available for Windows Containers. If you switch (if you can) to linux containers, the option Vnet Integration should appear

Yorro
  • 11,445
  • 4
  • 37
  • 47