You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use command palette to use Azure Functions: Create Function App in Azure (Advanced)
Answer prompts until I get to select a resource group.
Select create new resource group
Enter name which is unique to subscription
Notification: internal error: Expected value to be neither null nor undefined
Output window shows
2023-05-08 17:50:12.686 [error] Error: Internal error: Expected value to be neither null nor undefined: resourceTypeData
at nonNullValue (/home/node/.vscode-server/extensions/ms-azuretools.vscode-azurefunctions-1.10.5/dist/extension.bundle.js:2:4154216)
at /home/node/.vscode-server/extensions/ms-azuretools.vscode-azurefunctions-1.10.5/dist/extension.bundle.js:2:3998238
at Generator.next (<anonymous>)
at fulfilled (/home/node/.vscode-server/extensions/ms-azuretools.vscode-azurefunctions-1.10.5/dist/extension.bundle.js:2:3996281)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
I'm logged into Azure so that shouldn't be the issue. If I use a resource group that is already created, it works.
The text was updated successfully, but these errors were encountered:
Repro:
I'm logged into Azure so that shouldn't be the issue. If I use a resource group that is already created, it works.
The text was updated successfully, but these errors were encountered: