microsoft / azcode

Public roadmap for Azure Tools for VS Code.
MIT License
9 stars 8 forks source link

I am unable to publish functions because VS code is not finding any of my existing subscriptions #26

Open afdelacruz opened 3 years ago

afdelacruz commented 3 years ago

I have signed in to VS code and am trying to publish a function. I am currently using a free trial with Azure and am signed in on VS code but still when I go to publish the function, the subscription is not found. I am able to publish functions on Visual Studio which is strange, but would prefer to use VS code since I am writing in python. The subscription I have is not empty as I have created several resource groups already.

ejizba commented 3 years ago

Try running "Azure: Select Subscriptons" from the command palette just to make sure you aren't filtering out your subscriptions

Screen Shot 2021-06-25 at 11 07 03 AM