Eric Jizba
Eric Jizba
### Description of the new feature Related to https://github.com/Azure/azure-functions-nodejs-worker/issues/562 Node 18 is ready to be shown as a Preview stack for functions ### Proposed implementation details (optional) Example PRs I...
Repro steps: 1. Right click on a image in an Azure Container Registry 2. Deploy Image to Azure App Service 3. Repeat until you get the following error (I see...
Repro steps: 1. Pause a container 2. Right click on the container, select start Expected: Start works or I can "unpause" Actual: Start doesn't work and there is no unpause...
I find that with the new unified view, it's much more difficult to create a new functions project. Here are two things that I think could help # Make the...
Creating this issue as a catch-all for the "ECONNRESET" errors being reported specifically for the "zipdeloy" call. Usually a retry helps fix these errors, but it's possible our retry logic...
Same as portal:  Probably fine to do as a part of advanced creation
Related to https://github.com/microsoft/vscode-cosmosdb/pull/1281#discussion_r366617499 and https://github.com/microsoft/vscode-cosmosdb/issues/1298, seems like we're using deprecated mongo methods in a few places. We should go through and fix all of those A few examples: `count`, `remove`,...
There's a bunch of mongo commands the user could run from the scrapbook and its unrealistic for us to test each command on a consistent basis. However, it should be...
https://github.com/Azure/azure-sdk-for-js/blob/master/documentation/Migration.md (This is for management plan - https://github.com/Microsoft/vscode-cosmosdb/issues/760 covers data plan)
A change is rolling out in Azure that causes the following error when deploying with `func azure functionapp publish`. This happens for apps using remote build on Linux, which is...