is it possible to connect and deploy to prefect th...
# ask-community
n
is it possible to connect and deploy to prefect through azure when hosted locally like it is with prefect cloud?
1
c
Hi Nic, Are you asking if you can deploy prefect orion on Azure?
Where it is hosted isn’t really an issue
n
@Christopher Boyd, no. Due to company restrictions we'd like to Host everything on our own local servers. I've made an azure pipelines that deploy files in the repo to the cloud via docker, Azure storage and pipeline in Azure DevOps. Deploying to the cloud UI is pretty easy, but if hosted locally... Can I create a connection to the local server and deploy on this via azure like I'm currently doing with cloud version
c
Yes?
It hosts a UI , and can be fronted by a load balancer, so it can be treated like any other web application
You would need to set up the DNS / hostnames / networks to enable that access, but yes, it can do that
n
Great, seems like that might be the play then