vscode-azureappservice
vscode-azureappservice copied to clipboard
Azure App Service extension for VS Code
👋 Hi there, Martin here, from the VS Code team. Recently we've announced the [Remote Repository feature](https://code.visualstudio.com/updates/v1_56#_remote-repositories-remotehub) that lets you browse and edit files and folders directly on GitHub. `Open...
From our user studies, @fiveisprime and I have found that customers would like and benefit from an in-line experience with connecting a db when creating a web app. We'd like...
I tried to do Start Remote Debug for a deployed Python application on Linux Web Apps. VS Code presented an error (from https://github.com/microsoft/vscode-azureappservice/blob/main/src/commands/remoteDebug/getRemoteDebugLanguage.ts#L45-L49 ) that only node.js is supported. After...
Does this occur consistently? Repro steps: 1. 2. Action: appService.openFile Error type: Error Error Message: cannot open azureAppService:/favicon.ico?id%3D%2Fsubscriptions%2Ff7317cf9-d5c8-4822-b0b7-53a5dc00e532%2FresourceGroups%2Frg-dev-api01%2Fproviders%2FMicrosoft.Web%2Fsites%2Fvenda-simplificada%2FFiles%2Ffavicon.ico. Detail: File seems to be binary and cannot be opened as text...
If a customer deploys an app that's nested in a subdirectory, warn them. There are a couple of ways to check this: * If deploying to node, prompt if package.json...
When the user deploys a *.jar file to Java SE runtime, we need to rename the jar file to `app.jar`. Otherwise, the service could not find the executable jar to...
It would be really useful if we could sign in with multiple Azure accounts so that we are easily able to deploy to apps within different tenants.
Can we improve the error messaging giving users hints of what to do in the error messages for git deployments. Top Issues: - is connected to a GitHub repository. Push...
Seems to come up for local git users and often on their first deployment after the app sits for a bit.
We found that users are hitting an error "The service is unavailable" A few open issues about this: https://github.com/microsoft/vscode-azureappservice/issues/1733 https://github.com/microsoft/vscode-azureappservice/issues/1729 and a bunch of closed issues (though only linking one):...