Linux dynamic workers are not available in resource group

Roopesh Bharatwaj KR 20 Reputation points
2024-04-22T23:48:43.67+00:00


Hi Azure Functions,

I Have a Resource Group, when i tried to create a new Azure Function App (Python, veersion : 3.9, location: East Us , Os : Linux(Since windows was not available)

I have got the below error( Code: LinuxDynamicWorkersNotAllowedInResourceGroup ), 

I checked few Q/A regarding this to mitigate but info was not that clear and few other asked to creater a new resource group instead.

I would like to use the same resource group, kindly help me how to grant permission for the Linux in the existing Resource Group.

Thanks a Million in Advance,
Roopesh



Validation failed for a resource. Check 'Error.Details[0]' for more information. (Code: ValidationForResourceFailed)
Linux dynamic workers are not available in resource group EDIH-group. Use this link to learn more http://go.microsoft.com/fwlink/?LinkId=825764. (Code: LinuxDynamicWorkersNotAllowedInResourceGroup)



Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,407 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 19,646 Reputation points Microsoft Employee
    2024-04-23T04:49:06.0733333+00:00

    @Roopesh Bharatwaj KR Thank you for posting your question in Microsoft Q&A, apologize for any inconvenience caused on this.

    I understand that you are trying to create the linux function app in the existing resource group and it is failing.

    Creating function app to existing resource group has a set of limitations which were mentioned in this documentation and also it is suggested to create the function in new resource group rather than the existing one.

    Hope this helps, let me know if you have any further questions on this.


0 additional answers

Sort by: Most helpful