1

I've run the suggested commands on the Kudu console to check for an outbound IP and nothing pops up.

Evidence :(

Under properties within the App Services menu, no outbound IP is listed either.

Evidence 2

I did not setup this Azure Stack Account or this App Services Web App. I think it might have been set up in some "isolated" version. Is it possible to change some setting somewhere to allow an outbound IP? Should I just make a new Web App within the Service Plan? Should I make a new Service Plan?

  • I hope my answer is helpful to you, and I look forward to your reply. – Jason Pan Jul 21 '20 at 02:09
  • As it turns out you don't need an outbound IP when connecting to a SQL Server on the same network as your Azure Stack environment. This was my main problem, sorry if my question didn't fully explain this as Azure Stack isn't very popular (for good reason). – Jack Arnold Jul 24 '20 at 01:22

1 Answers1

1

I think it's impossible to change some setting somewhere to allow an outbound IP. For more details, pls read the offical document about Inbound and outbound IP addresses in Azure App Service.

enter image description here

The set of outbound IP addresses for your app changes when you scale your app between the lower tiers (Basic, Standard, and Premium) and the Premium V2 tier.

Jason Pan
  • 15,263
  • 1
  • 14
  • 29