"Subscription 00000000-0000-0000-0000-000000000000 was not found." When trying to create function app in VS Code
Hi, I'm trying to Create a function app in Azure from VS code as per the tutorial here:
https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-csharp?pivots=programming-language-csharp&tabs=in-process
But I keep getting the error:
Subscription 00000000-0000-0000-0000-000000000000 was not found.
Ive tried signing out and signing in repeatedly, restarting the environment and I have created a web app, a function app and 2 resource groups through the dashboard as per the potential solutions others have posted online and nothing has fixed it yet.
Does anyone know how to fix this?
Thanks