1
votes

I have three azure function and two webapp, i want all app in same APP SERVICE PLAN but azure manual and maven both not allowed to add same APP SERVICE PLAN.

enter image description here

Is it possible in azure to add web and function app in same APP SERVICE PLAN ?

2
You posted this other question shortly before this current one, and they are both about the same thing. Please don't post duplicate questions, if you don't get an immediate response. You can edit your original question to include the graphic aboveDavid Makogon
You mean to say if going with fix plan insted of consumption plan maven plugin will work ? ,I feel issue with maven plugin issue as all other tag values refracted except service plan .vaquar khan

2 Answers

3
votes

Yes, they can, as long as it's a fixed App Service Plan (not Consumption Plan). You can do that via Azure portal, not sure about maven.

0
votes

I tried to setup a web app and a function app that share an app service Plan (Tier: Standard, B1) with terraform and always received following error when the web app should get created: web.AppsClient#CreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: autorest/azure: Service returned an error. Status=<nil> <nil>

When using separate service plans for web apps and function apps, it works fine.