5

When attempting to create a Bot Service hosted on a Web App I am encountering an error when attempt to deploy to a Resource Group where an existing Linux App Service Plan exists. I am not trying to host my Bot Service on that ASP just simply trying to deplpoy a new ASP for Bot Service and am getting the following error:

enter image description here

In consideration of Resource Group design if I want any Bot Service Web Apps is it true that I cannot deploy them in a Resource Group with a Linux ASP?

mucka
  • 1,286
  • 3
  • 20
  • 36

1 Answers1

1

The GitHub issue that Bill Overton linked to describes a problem where people were getting an error message about not being able to create a Windows ASP in a resource group with a Linux ASP even though the resource group had no Linux ASP. That is the problem that was supposedly fixed. The limitation remains of not being able to have a Windows ASP and a Linux ASP in the same resource group, and if you want that to change there is an existing post in the feedback forum where you can voice your opinion.

Kyle Delaney
  • 11,616
  • 6
  • 39
  • 66