I have a free azure account and am trying to create a new Function App from the Azure portal according to an online course. But there is an option missing in the Hosting section. I cannot see the "Storage account" option that is described everywhere I look. If I finish the creation without this I get an error about the storage not being correctly configured.
On the first page I choose "West Europe" and .NET
https://www.c-sharpcorner.com/article/how-to-easily-create-azure-functions-using-azure-portal/
https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-function-app-portal
I tried to create a storage before creating the function app and connect it via the setting AzureWebJobsStorage with no luck. Also read later that storage had to be involved in the creation process of the Function App for it to work.
Don't know what to do, I'm stuck.
