Azure Web App deployment with load balancing driving me NUTS
d
Hey all. Ok I confess, I am entirely new to this but figured an 'out-the-box' setup can't be that difficult to proof of concept. Turns out, it IS! I've deployed two web apps with one being a PublishingSubscriber role and one that defined the subscriber role. I'm using version 12.x When I publish a page on the 'admin portal' (aka SCHEDULINGPUBLISHER) it does not show in the 'web' (aka publisher azure web app ). It just shows the page on the admin URL only. Deployed my code from VSCode using: https://docs.umbraco.com/umbraco-cms/fundamentals/setup/install/install-umbraco-with-vs-code Looking over docs pages like: https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/load-balancing/azure-web-apps Inspired by Microsofts architecture but I'm not using redis: https://learn.microsoft.com/en-us/azure/architecture/web-apps/hosting-applications/medium-umbraco-web-app Which is great, but it doesn't seem to detail anywhere how you actually get this working in a load balancing configuration. So to confirm: 2 x Azure Web Apps confirmed each role is as it's meant to be Log in to the admin backend, create random hello world page and publish Doesn't publish to frontend and just stays on the web back end as a published page to be accessed Any pointers would be really great.