No storage section when trying to create azure function app

Chris Johannesson 21 Reputation points
2021-07-08T10:33:38.46+00:00

Hi,

For some strange reason I can't get the Storage section in the Hosting tab when I try to create an Azure function. There simply isn't anything there. There should be a Storage section above the Operating system but I have nothing.

After the function is created and running I get a warning saying "Storage is not configured properly".

What can I do to solve this problem?

112967-function-page-1.png
112968-function-page-2.png
112988-function-page-3.png
113031-function-page-5.png
113032-function-page-6.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,679 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,944 questions
{count} votes

Accepted answer
  1. Jaliya Udagedara 2,821 Reputation points MVP
    2021-07-09T02:26:55.46+00:00

    This is because of the Azure Trial Subscription you are using.

    Is the function app is working? It might work, but it won't have the full features like automatic scaling etc.


1 additional answer

Sort by: Most helpful
  1. Chris Johannesson 21 Reputation points
    2021-07-11T11:00:28.777+00:00

    Here is one of them:

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-student-starter

    Also all of the functions in the docs How to guide shows the same when. There is always a storage account in the Hosting section/tab.

    0 comments No comments