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
I already started with an implementation of this. But one has to reference the function endpoint itself (by id) residing inside a function app. Hence one needs to have an already existing function with input binding type eventGridTrigger. As there is currently no way to create a function resource (important: function, not function app) out of the terraform-azurerm-provide, it's nearly impossible to create an acceptance test for it. Hence this would be an only manual tested feature.
One bright spot: there is also a way to deploy Azure functions via the azure-sdk-for-go lib. I've tested a bit using the AppsClient, but it feels like it's not a CRUD-like API. Hence it will not be that easy to write a clean resource type for it.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jul 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Description
Azure Functions are a supported endpoint for EventGrid subscription handling, as described in the documentation here.
Currently,
azurerm_eventgrid_event_subscription
does not support adding such a function as the endpoint.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: