Azure / Azure-Functions

1.12k stars 199 forks source link

unable to create HTTP triggered function in portal for Node #2557

Open nagendramishr opened 1 week ago

nagendramishr commented 1 week ago

I've tried the following: Create function app in: EastUS, WestUS OS: Linux , windows Node Version: 20 SKU: Consumption, Premium

In all situations, after creating the function app in the portal ( and CLI ) , we navigate to the portal and create a new HTTP Triggered function and I see this error:

Image

The expected behavior is that creating a http triggered function in the portal should just work...

FengLiTR commented 1 week ago

same error in eastus2 region.

FYI, Linux/Python runtime works fine.

bhagyshricompany commented 1 week ago

Hi @nagendramishr Thanks for reporting will check and update you as soon as possible on these region and please try with other region deployment..

nagendramishr commented 3 days ago

I tried creating in Japan East, it failed due to quota. So I went back and changed to Canada East and it fails because the storage account was already created ( basically, it didn't clean up after itself on the prev create ). This is a new bug.

So delete the resource group and try again:

region: central canada bug exists: yes

Image

nagendramishr commented 3 days ago

Region: Germany west central: bug exists: yes

Image