Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot see Azure Function name when creating Azure Event Grid Subscription

So using VS 2019, I created a Blob Trigger function (v2) and deployed it to Azure, against a blob storage (v2). If I upload a file the function is executed and the file in the blob storage gets processed successfully. So all good here.

I am now looking to create an Azure Event Grid subscription (via the Azure portal) to attach to the trigger and the storage, however, I cannot see the function name.

enter image description here

After selecting the Subscription, Resource Group & Function App in the right-side blade, the Slot dropdown only has one value i.e. 'Production'. Upon selecting 'Production', the Function dropdown is empty and neither does it allow me to type in a function name.

Has anyone faced this before? I would appreciate any insights in this matter.

Thanks & Regards, Noel

like image 252
Noel Avatar asked Dec 04 '25 21:12

Noel


1 Answers

As Roman said in comment, you just need to create a EventGridTrigger function in your function app. And then we can select it in the Function dropdown. enter image description here

like image 64
Hury Shen Avatar answered Dec 08 '25 16:12

Hury Shen



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!