Which region do I need to pick to play with "Azure Functions" using Node on Linux running on the "Consumption plan"?

Tom Ardern 1 Reputation point
2020-11-25T09:46:06.75+00:00

Hi,

I'm playing with Azure functions and would like node running on linux using the "Consumption plan".

Is there a list of regions which allows this? My preferred is UK/Europe, but anything is good for now :)

Thanks!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,605 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 69,971 Reputation points
    2020-11-25T10:25:21.35+00:00

    Hi @Tom Ardern

    You can refer to this: https://azure.microsoft.com/en-us/global-infrastructure/services/?products=functions.
    Once you have selected any of the products along with the regions it will provide you the details on whether that region supports the product or not.

    Update 11/30:
    I had an internal discussion on this. According to our core team, premium is not supported for free trial subscriptions. For consumption, we block it because applications running on this plan need storage and storage doesn’t have a free tier. However, it is still possible to create a consumption app without storage but scale out will have limitations without storage i.e. it won’t be able to cross-stamp scale ( due to its dynamic nature ) and therefore will fail under load or will have unpredictable scaling depending on how over/underutilized it’s home stamp is. If the app is being created through script/arm template, this might work since the control plane is not blocking it but we are discussing this too to maintain consistency. If there is any further update I will update this thread accordingly.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.