MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.13k stars 21.22k forks source link

Possible typo "Premium plan" vs "Consumption plan" #106631

Open arice2358 opened 1 year ago

arice2358 commented 1 year ago

The documentation states that the application settings WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE are required for Premium plan functions, however I believe that this should read Consumption plan instead.

Required application settings Required: AzureWebJobsStorage Required for Premium plan functions: WEBSITE_CONTENTAZUREFILECONNECTIONSTRING WEBSITE_CONTENTSHARE

I had been deploying my application to a Premium plan without these app settings and everything was fine. I switched to a Consumption plan and saw a warning banner on my function app stating Storage is not configured correctly, Function scaling will be limited"

I defined the two app settings, as explained in this article and the issue went away. Incidentally, there is a screenshot in that article that looks like this section in question used to say Consumption plan.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

SaibabaBalapur-MSFT commented 1 year ago

@arice2358 Thanks for your feedback! We will investigate and update as appropriate.

arice2358 commented 1 year ago

I was just looking through other documentation and the doc for both WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTSHARE says that they are required for both Consumption and Premium plans.

This setting is required for Consumption and Premium plan apps on both Windows and Linux. It's not required for Dedicated plan apps, which aren't dynamically scaled by Functions.

ggailey777 commented 1 year ago

Yes, they are required for both Consumption and Premium as both are dynamic scale plans. We're working on a doc update now.