WEBSITE_CONTENTAZUREFILECONNECTIONSTRING and WEBSITE_CONTENTOVERVNET required for linux plan?

Viewed 588

I'm running an Azure function on a linux premium plan (EP1). Automatic recommendations tell me to set these variables as they are essential for linux plans:

Automatic recommendations

while the documentation here states

Only used by function apps on a Consumption or Premium plans running on Windows. Not supported for Linux.

My function seems to run fine without these variables, but I feel a little unsettled about this (maybe they will not correctly scale out later?).

Can someone make it clear if these variables are required?

1 Answers
Related