microsoft / vscode-deploy-azure

VS code extension: Deploy To Azure, which helps set up CI/CD for deployment to Azure Resources.
MIT License
18 stars 19 forks source link

Target Azure Resource not populating on Code Insiders #96

Closed isaacrlevin closed 4 years ago

isaacrlevin commented 4 years ago

When I go through the workflow, I am stopped here image The list is blank, even though the api is returning a list per fiddler

image

Let me know if there is additional telemetry you need

bishal-pdMSFT commented 4 years ago

@issacnitin can you please take a look

issacnitin commented 4 years ago

@isaacrlevin Could you share the template type you choose during the flow, and the resource type you were expecting to see?

isaacrlevin commented 4 years ago

I choose Simple Application, and then I get the above, the app is a C# written Azure Function.

ItalyPaleAle commented 4 years ago

I am having the same issue with both VS Code 1.45 and VS Code Insiders. The list of resources is empty.

For me, I'm using a Node.js application and I'm choosing "Node.js with NPM" for Web Apps

issacnitin commented 4 years ago

I choose Simple Application, and then I get the above, the app is a C# written Azure Function.

@isaacrlevin 'Simple Application' option is meant to list only webapps, they won't list functionapps. To list functionapps, you can choose one of the functionapp templates, that should do the trick

@ItalyPaleAle Given you selected the right subscription and you have a webapp in the subscription, it should be listed. Could you let us know the kind of resource you were expecting to see (whether it's functionapp, webapp, aks etc..)

ItalyPaleAle commented 4 years ago

I was expecting to see a web app.

anuragc617 commented 4 years ago

@ItalyPaleAle can you verify that you have a web app in your selected subscription?

anuragc617 commented 4 years ago

@ItalyPaleAle ping, are you still facing this issue?