Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Azure Function cloud app fails for resource group #3668

Closed
diberry opened this issue May 8, 2023 · 1 comment
Closed

Create Azure Function cloud app fails for resource group #3668

diberry opened this issue May 8, 2023 · 1 comment

Comments

@diberry
Copy link

diberry commented May 8, 2023

Repro:

  1. Use command palette to use Azure Functions: Create Function App in Azure (Advanced)
  2. Answer prompts until I get to select a resource group.
  3. Select create new resource group
  4. Enter name which is unique to subscription
  5. Notification: internal error: Expected value to be neither null nor undefined
  6. 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.

@alexweininger
Copy link
Member

Duplicate of #3620, please follow that issue for updates.

@alexweininger alexweininger closed this as not planned Won't fix, can't repro, duplicate, stale May 9, 2023
@microsoft microsoft locked and limited conversation to collaborators Jun 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants