I've been trying to find out why this is happening but basically we have 20 webjob workers that are triggered, and whenever we try to add more the creation fails through azure portal.
Previously we added all of them through the portal. The new ones are almost the same as the existing (we have 15 that are called queueWorker1 - 15), when trying to add more it always fails. Note we are creating a zip from visual studio and uploading it to portal
Is there a limit to how many webjobs can be added to one app service?
Can't seem to find any documentation or discussion about this