Umbraco Deploy in Azure
# help-with-umbraco
r
Hello all 🙂 - We are working on a new Umbraco v13 site and will have a test/stage/prod environment setup in Azure. Each environment with it's own code instance, database, etc. I am curious if I'm able to use Umbraco.Deploy.Cloud in this setup, or if Umbraco.Deploy.Cloud is really intended for UmbracoCloud? Should I be looking at Umbraco.Deploy.OnPrem? uSync is also on my list to evaluate, but I'm looking at UmbracoDeploy first because I'm very familiar with it from multiple UmbracoCloud projects that I have.
j
If it's not for an Umbraco Cloud site you'd need deploy on prem - or usync
k
We do this with uSync, import on start, unattended upgrades and normal Azure pipes. Has worked with no problems since Umbraco 8. Remember to configure Umbraco for Azure correctly. And if you load-balance Umbraco and use the same App Plan (i.e., IIS) for multiple load-balanced roles, you need special magic beyond the OotB. (Or at least you did in v10). Never tried Umbraco.Deploy though so can't say if that would be better.
d
@User We use Azure web apps and either Azure Devops CI/CD or simply web deploy, but I would be interested in what you mean by "Remember to configure Umbraco for Azure correctly." Do you have a checklist or anything outlining what is required online? Just in case we are missing anything useful.
j
Probably referring to the specific config settings for Azure hosting: https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps
d
Thanks @Jemayn makes sense
7 Views