And was wondering if anyone knows of any complications that may arise by using Azure Cloud Services instead of Web Apps in a load balanced setup?
Cloud Services do not have persistent storage, user generated content may be erased on new deployments. To circumvent this, the FileSystemProviders.config file can be altered, so that media content is redirected to an Azure File Share.
What about caching? Is it okay for each instance in the setup to use its own disk ?
Are there complications with using Azure Cloud Services in a Load Balanced setup ?
Hi,
I've read the documentation at:
https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/flexible
And was wondering if anyone knows of any complications that may arise by using Azure Cloud Services instead of Web Apps in a load balanced setup?
Cloud Services do not have persistent storage, user generated content may be erased on new deployments. To circumvent this, the FileSystemProviders.config file can be altered, so that media content is redirected to an Azure File Share.
What about caching? Is it okay for each instance in the setup to use its own disk ?
Thanks
is working on a reply...