What is the best way to run data api builder as a windows services ? #1625
Replies: 1 comment 1 reply
-
Depending on what you're allowed to configure on your WS2022/VMWare instance, you can reference this collection of docs describing how to host ASP.NET apps: https://learn.microsoft.com/aspnet/core/host-and-deploy/?view=aspnetcore-6.0 More details on possible options in the section Hosting Models The easiest route would be Kestrel self-hosting, and you'd need to set up HTTPS accordingly.
|
Beta Was this translation helpful? Give feedback.
-
Hello,
Which direction should I go to run the data-api-builder as a Windows service ( windows server 2022 ) ? I only have access to VMWARE virtual machine. Therefore, a container is not really a good option for me.
Any pieces of information is greatly appreciated.
Regards
Vincent
Beta Was this translation helpful? Give feedback.
All reactions