Running SmartConnector as a WebApp in Azure or AWS or in Docker
SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2021-04-0703:46 AM
Running SmartConnector as a WebApp in Azure or AWS or in Docker
Would it be possible to run or publish an instance of the SmartConnector as a web application in Azure or AWS? By that i mean, without running up an actual VM, but instead running it as an app? What our client is asking for is the ability to host a REST API in the cloud that their tenants can use to access data, with a 'backend' connection to site. The reason for this is physical separation between the site and the client end point, with a firewall in between the two. I think the SmartConnector REST API would be ideal for this, but as far as i know, it has to be 'installed' on a server. Is it too much of a jump to be able to install it in a docker? I believe this would be easier to manage and cheaper to run.
I am not aware of anyway to deploy Smart Connector to Azure or AWS without creating a cloud based VM. Since it runs as a windows service, and requires a database (although you can likely make it connect to a cloud based SQL database easy enough).
As far as docker, I think it is possible to run windows service's in docker containers, but I have not done that myself, so I am not sure what it would take to do so.