Create Function App - Container Image option is grayed out - basic subscription

Arek 45 Reputation points
2024-01-26T20:43:08.9166667+00:00

I want to create an Azure function using a container image which is grayed out. Why the option is grayed out?

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

Accepted answer
  1. JananiRamesh-MSFT 29,236 Reputation points
    2024-01-29T07:34:45.68+00:00

    @Arek Thanks for reaching out. If you need to use Docker Container for your function app, you may consider upgrading to a Pay-As-You-Go subscription and make sure you create a function app in a Premium or Dedicated plan.

    Note that as docker container is only supported for functions running in Linux Premium and Dedicated plan (Deployment technologies in Azure Functions | Microsoft Learn).

    For Premium plan: https://learn.microsoft.com/en-us/azure/azure-functions/scripts/functions-cli-create-premium-plan

    For Dedicated plan: https://learn.microsoft.com/en-us/azure/azure-functions/scripts/functions-cli-create-app-service-plan

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits

    do let me know incase of further queries, I would be happy to assist you. Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.