0

I am trying to setup IP Based SSL instead of SNI SSL on an azure Web App.

The App Service Plan is Standard S1, but unfortunately I am getting the following error message: There are no IP addresses in the App Service Environment that are available to be assigned to your app.

What are the possible options?

I believe moving the current Web App to a different App Service Plan in a different resource group would solve this issue. I Have already tried moving the App service plan to a different resource group but failed. Clicking the button doesn't work Note: Clicking the scale up button doesn't work and shows a JavaScript error in the console

JavaScript Error found in Chrome console JavaScript Error found in Chrome console

Ihab
  • 2,225
  • 1
  • 20
  • 32

2 Answers2

2

Your app is being hosted in an App Service Environment.

Looks like the scale up bottom is not working and that is probably a bug in the UX.

As a workaround you should be able to go directly to the App Service Environment that is hosting your app and perform the scale operation there.

once the scale operation in the App Service environment is done and the new IP Address is added, then you should be able to come back to the SSL binging UX in the app and try this again.

Byron Tardif
  • 1,172
  • 6
  • 16
2

Byron is correct that this is a bug in the UX. A fix has been made and should be live later today.