Share via

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.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


Answer accepted by question author

JananiRamesh-MSFT 29,446 Reputation points Moderator
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.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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