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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.
Description
Please add the ability to make use of the callback url from the ListCallbackURL azure sdk api for a given custom trigger so that the logic app can be hooked up to other infrastructure.
My particular use case is i'm trying to use terraform to manage the creation of a logic app and a security center automation that should be configured to trigger that logic app. azurerm_security_center_automation requires action.trigger_url, even if using built in connectors for the logic app triggers. azurerm_logic_app_trigger_http_request could be used instead according to https://learn.microsoft.com/en-us/azure/defender-for-cloud/workflow-automation#data-types-schemas, but I think the built-in connectors should be supported with TF too.
I've got a branch mostly done, but am struggling to get a debug environment running on my crappy corporate computer. The only thing that needs to be added is a check to ignore 404/ApiNotSupported when calling ListCallbackUrl for a custom trigger, and to populate it as blank on the model in this case.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Description
Please add the ability to make use of the callback url from the ListCallbackURL azure sdk api for a given custom trigger so that the logic app can be hooked up to other infrastructure.
My particular use case is i'm trying to use terraform to manage the creation of a logic app and a security center automation that should be configured to trigger that logic app. azurerm_security_center_automation requires action.trigger_url, even if using built in connectors for the logic app triggers. azurerm_logic_app_trigger_http_request could be used instead according to https://learn.microsoft.com/en-us/azure/defender-for-cloud/workflow-automation#data-types-schemas, but I think the built-in connectors should be supported with TF too.
New or Affected Resource(s)/Data Source(s)
azurerm_logic_app_trigger_custom and/or azurerm_security_center_automation
Potential Terraform Configuration
No response
References
https://github.com/Azure/azure-sdk-for-go/blob/a45cf26fd136c65f9ca4f00405c5ccce7b3941e3/sdk/resourcemanager/logic/armlogic/workflows_client.go
#3724
https://learn.microsoft.com/en-us/azure/defender-for-cloud/workflow-automation#data-types-schemas
The text was updated successfully, but these errors were encountered: