Has anyone tried to create an Azure `HttpEventSubs...
# general
a
Has anyone tried to create an Azure
HttpEventSubscription
and gotten back the message "Requested feature is not available in resource group [MY GROUP]. Please try using a different resource group or create a new one."
t
Do you have other functions in that RG?
I got this when I tried mixing Windows and Linux function apps in the same RG
(potentialy, Windows and Linux app service plans)
a
I got that error message, then when I switched them all to Linux I got a different one that I'm not recalling at the moment
Looking into adding my HTTP function to the existing AppService plan atm