Megan Mott

Results 20 issues of Megan Mott

Fixed #3023. Also could potentially remove this [if statement][1] but I was not sure if anything else depended on this. [1]: https://github.com/microsoft/vscode-azurefunctions/blob/main/src/commands/createFunction/FunctionSubWizard.ts#:~:text=if%20((,%7D

Fixes #4011. Need to merge and release this appservice PR first.

Fixes #4000. Need to merge and release this appsettings [PR ](https://github.com/microsoft/vscode-azuretools/pull/1699) first. Seems the name validaton for containerized function apps is different than regular ones. Currently the portal doesn't have...

Hello! I have been adding support for containerized functions projects/apps to the VSCode Azure Functions extension and have been having issues with the typescript containerized function project. I am using...

Related to https://github.com/microsoft/vscode-azurestaticwebapps/issues/899 Currently the runtime is chosen using .find so the first match will be chosen. We should allow users to choose which runtime they want.

The csproj files and dockerfiles are different depending on if the dotnet project is LTS or Isolated-LTS. Checking to see if the two match up.

Completes #849 Here is how the view will look: ![image](https://github.com/microsoft/vscode-azureresourcegroups/assets/59709511/e4bff4e8-509e-497c-a587-fffce34dad84) **Detailed changes** _Related to accounts:_ - This view will contain information related to accounts and tenants associated with those accounts....