-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for [API Connection] #7200
Comments
Is there any updates on this? I'm currently using the Logic App Standard (Single Tenant) resource for an integration platform which uses multiple managed connectors. The parameter values for each connector type are mostly different and are not well documented (Microsoft Docs recommends creating the connection in the Azure Portal and recording a network trace in your browser to capture the parameters...) so I appreciate this may take a while to collate all the required information. I've got a work around using the ARM template deployment but it's not the most efficient approach as I need to update my module every time I need to use a new data source. ARM Template:
Terraform Module:
There is also a bug when using an ARM template. The connection runtime URL's are required in the connections.json file for each Logic App so it would be useful to expose these from a data source as they will be dynamic as I push through each environment or if I need to redeploy. They are exposed in the output of the ARM template however ARM template outputs to Terraform currently produce a null value. #12828 Another resource which is required and also missing any documentation is the API Connection Access Policies used to allow access from the Logic App to the required resource type. Again this is missing documentation, this is the ARM template I'm using to create the resource:
|
Duplicate of #1691 |
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. |
Community Note
Description
Would be nice to create an Api Connection using terraform.
References
https://docs.microsoft.com/en-us/azure/templates/microsoft.web/2016-06-01/connections
The text was updated successfully, but these errors were encountered: