Migrating nopCommerce code to Azure PaaS or SaaS?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 Jahre weitere
Recently I started exploring Azure web sites and would like to know if I can directly push nopCommerce code to cloud? Or do I need to change code to support caching and other cloud suitable code? Like, Redis cache and service bus (in case my services still sits in on-premise)?

Please advise.
6 Jahre weitere
DeepuMangaluru wrote:
Recently I started exploring Azure web sites and would like to know if I can directly push nopCommerce code to cloud? Or do I need to change code to support caching and other cloud suitable code? Like, Redis cache and service bus (in case my services still sits in on-premise)?

Please advise.


We currently host a couple of nop sites (3.90) in azure (webapps). The repos are in VSTS and bitbucket, built in VSTS and deployed to azure using the VSTS deployment features. we're not using any caching so i cannot comment on that, but otherwise it works fine. If you inspect the web.config you'll see some azure related config settings.
6 Jahre weitere
seanrock wrote:


We currently host a couple of nop sites (3.90) in azure (webapps). The repos are in VSTS and bitbucket, built in VSTS and deployed to azure using the VSTS deployment features. we're not using any caching so i cannot comment on that, but otherwise it works fine. If you inspect the web.config you'll see some azure related config settings.


seanrock,

If it is not a secret, could you please share your build configuration in VSTS? It would be really helpful!

I was trying to set it up but still, have some problems with generated artifacts.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.