Forum Discussion
PedroC88
5 years agoFrequent Visitor
Run Data Gateway from container
Currently my company has a data gateway installed on a physical server on-prem. This server is being decommissioned and I need to run the datagateway from Azure where we have the VPNs configured and ...
PedroC88
5 years agoFrequent Visitor
Our AD is also hosted on Azure and we already have service accounts for the application in question that we can use for authentication.
lbendlin
5 years agoSuper User
I am not sure a service account will cut it. I am not talking about the account the gateway service runs under, I am talking about the gateway config user.
- lbendlin5 years agoSuper User
yes, you can use PS5 with OnPremisesDataGatewayHAMgmt cmdlets, PS6.4+ with DataGateway cmdlets, or plain old Invoke-RestMethod calls for manual API wrangling.
Not sure if any of these allow you to set a gateway up from scratch though.