Hello @TechnoPy This error message indicates that the number of web workers for your app service plan is set to zero, which is not allowed.
To resolve this issue, you need to increase the number of web workers for your app service plan. Can you please confirm if you have increased the number of web workers as well?
You can increase the number of web workers by following these steps:
- Go to the Azure portal and navigate to your app service plan.
- Under the "Settings" section, click on "Scale up (App Service plan)".
- In the "Scale up" blade, select the appropriate pricing tier that supports multiple instances and set the number of instances to at least 1.
- Under "Instance details", set the number of web workers to at least 1.
- Click on "Apply" to save the changes. Once you have increased the number of web workers, try updating the FTP state to FTP Only again and see if the issue is resolved.
I hope that this response has addressed your query and helped you overcome your challenges. If so, please mark this response as Answered. This will not only acknowledge our efforts, but also assist other community members who may be looking for similar solutions.