"Storage is not configured properly" error in the Azure Function Apps

raghavendra addepalli 31 Reputation points
2022-05-31T03:46:17.397+00:00

On Creating Azure function app getting error "Storage account is not configured properly" not able to find the option to link the storage account. There was no option to link Storage account while creating Function app. Earlier Function Apps created are working fine,only for the new function app am trying to create from today morning are giving this error. Not sure whats the issue, Please suggest.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 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,716 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 16,986 Reputation points MVP
    2022-05-31T17:03:17.79+00:00

    As I understood from the last screenshot you shared, you are using a Free Trial account and that's the reason why you are not able to see all the functionalities as expected.
    In this situation, you need to go for a different approach like Create functions using Visual Studio Code and connect to Azure Storage. Following articles might help on this approach

    https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-csharp?tabs=in-process
    https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-vs?tabs=in-process

    Here is another article that guides, how to connect Azure Functions to storage using command line tools
    https://learn.microsoft.com/en-us/azure/azure-functions/functions-add-output-binding-storage-queue-cli?tabs=in-process%2Cbash%2Cbrowser&pivots=programming-language-csharp

    ----------

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

6 additional answers

Sort by: Most helpful
  1. Manu Philip 16,986 Reputation points MVP
    2022-05-31T04:14:07.957+00:00

    Make sure the following points are followed well while selecting storage account for function app

    • Use, general-purpose Azure Storage account in same region only. While you can use an existing storage account with your function app, you must make sure that the same condition is met. If there are no storage account found with the matching conditions, you won't be able to attach it during the function app creation flow

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. raghavendra addepalli 31 Reputation points
    2022-05-31T07:09:07.6+00:00

    206870-function-app-storage-error.jpg

    Attached is the error

    0 comments No comments

  3. Manu Philip 16,986 Reputation points MVP
    2022-05-31T11:48:33.367+00:00

    While creating the Function App, you should be able to see the option to create a new storage account or the existing one. If this is not the case for you, check the same steps with a different browser, login with your account and try creating a function app from the scratch.

    See, how I see in my Azure portal. On the Hosting tab, I can see the option to create/select storage account
    207105-image.png

    207027-image.png

    ----------

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  4. raghavendra addepalli 31 Reputation points
    2022-05-31T15:08:51.693+00:00

    207109-function-app-storage-error-1.jpg

    @Manu Philip for me host tab is not coming while creating function app, i have tried both in chrome and Microsoft edge. Please suggest

    0 comments No comments