It states that the backoffice should not be load balanced, which is fine, I have a web app for backoffice use only, but how to I prevent access to the backoffice via the front-end web apps which will be load balanced?
Is there a setting in a config somewhere, do I exclude certain files from the front-end deployment or something else?
Azure web app - separating backoffice and frontend
Hello.
I'm setting up an Umbraco (7.4.3) site on Azure with flexible load blanacing and I'm following the docs here https://our.umbraco.org/documentation/Getting-Started/Setup/Server-Setup/load-balancing/flexible
It states that the backoffice should not be load balanced, which is fine, I have a web app for backoffice use only, but how to I prevent access to the backoffice via the front-end web apps which will be load balanced?
Is there a setting in a config somewhere, do I exclude certain files from the front-end deployment or something else?
many thanks.
I would recommend using a rewrite rule like the one here https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/72207-disabling-access-to-umbraco-backoffice
Oh! simple as that... Thanks Jeavon!
is working on a reply...