November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
In my experience, 8-9 minutes is normal for a direct deploy. I would recommend keeping it this way because then you have PaasPortal aware of your deployment in terms of logging and being able to promote.
If you wish to deplpy faster then you could do a Web Deploy directly to your Web App using Azure App Service deploy in azure devops. It's basically the same as what you're doing on your local.
Hello everyone -
For DXP cloud, just for CMS -
For a regular size project, using publish profile, it takes us 5 seconds to build in visual studio and then about 5 seconds more to deploy directly to azure (integration).
Using Deployment API, for the same project where the artifcat/deployment package is 68mb, it takes 1.5 minutes to upload this package, 8 minutes to deploy to integration. This is direct deploy without any slot swapping. I have removed the tasks to build artifacts, etc that are outside of deployment api.
For pre-production it takes 9 minutes to deploy to slot and then another 4 minutes to swap it. In this case there is some time assocated with the "warmup" so I get that.
If in the same pipeline we are building, and then deploying to integration + pre-prod, it's a 30 minute runtime.
While we are not epecting the deploy times to be same between the two, is this normal for others specifically for the times associated with deployment api? Is there a way to make this faster?