59
Views
2
Comments
Is it possible to deploy a single application to multiple deployment zones?
Question

Hi Community,

We have an reactive web application deployed to external zone for public anonymous access. There is a new requirement to enable internal users (Azure AD Single Sign on) to access a few protected pages. One option is to create a separate app. However, in order to avoid code duplication and better ongoing maintenance, is it possible to deploy this application to both external zone and internal zone at the same time?

Regards,

George

2019-01-07 16-04-16
Siya
 
MVP

As far as I know, OutSystems does not support deploying the same application to multiple zones. Why not deploy to a Global zone, or create a new zone comprising frontends from the required zones, and deploy applications there?

2021-07-21 12-04-07
George.Qiao

Hi Siya,

Thanks for the quick reply. The external zone is the new zone we created with dedicated frontends. And our web app had been deployed there for public facing. 

Now to enable a few internal staff to single sign on to access a few protected pages, it seems the only option is to create a new, separated application and deploy to the internal (aka default/global) zone.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.