You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Navigate to the source code where your Azure Function is and run `func azure account list`. This will ask you to login and you should ensure we are in the proper subscription where your Azure Function exist. You'll see something like the following:
Unfortunately, that command is now deprecated, with the functionality having been shifted over to the Az CLI tool:
This tip is really helpful. I've discovered it independently on several occasions over the last few years.
One aspect is out of date. I'm not sure how actively these are being maintained, but here's a report just in case. 😉
The tip says to use
func azure account list
to prompt a login and verify that the tool will use the right subscription.AzureTipsAndTricks/blog/tip136.md
Line 51 in 5beaac0
Unfortunately, that command is now deprecated, with the functionality having been shifted over to the Az CLI tool:
The text was updated successfully, but these errors were encountered: