Trying to deploy a nginix container from Azure Container Registry through function app,
Getting an error as,
Linux workers are not available in resource group
How to enable linux workers to a resource group?
Dockerfile for deployment,
FROM nginx
COPY dist /usr/share/nginx/html