An Azure service that automates the access and use of data across clouds without writing code.
@Basilin Joe @Architekt Thank you for posting your question in Microsoft Q&A. Based on my understanding, you got errors when using Automation -> Export Template option in the portal for your APIM instance and needs help in creating ARM templates.
Export Template option in the portal utilizes Resource Groups API (not specific to any resources) and as mentioned in doc, this process attempts to create a usable template for understanding JSON syntax and, in most cases, requires modifications before you can use it for the deployment.
It is by design now (unfortunately those templates are not supported) for some the resources and you need to modify the ARM template to add those resources in your arm template. As the Microsoft.Web sites/hybridconnection resource was failed so you can refer to this ARM section how you can manually add this resource in your exported ARM template.
Feel free to get back to me if you have any queries or concerns.