Is the Umbraco solution for Azure PaaS structured based on the default Visual Studio Web/Worker role model? Does it include the ability to deploy from Visual Studio or does all the deployment happen in the background based on Umbraco configuration utilizing cspack.exe?
UaaS uses a Git + Kudu custom deploy for "meta" deployment (files, umbraco data and doc types, etc...) and an internal deploy engine called "Deploy" (aka Courier) for content and media.
Azure PaaS + Umbraco Solution and Deployment
Is the Umbraco solution for Azure PaaS structured based on the default Visual Studio Web/Worker role model? Does it include the ability to deploy from Visual Studio or does all the deployment happen in the background based on Umbraco configuration utilizing cspack.exe?
@Steven
UaaS uses a Git + Kudu custom deploy for "meta" deployment (files, umbraco data and doc types, etc...) and an internal deploy engine called "Deploy" (aka Courier) for content and media.
You may find the docs here useful in understanding how to work with UaaS deployments https://our.umbraco.org/documentation/Umbraco-as-a-Service/Deployment/
In short, if you configure your VS deploy to push your deploy files to your site's Git repo, then the deployment engine will handle the rest.
is working on a reply...