Azure and nopCommerce 4.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Has any managed to get nopCommerce 4.0 running on Azure as a web app? If so some tips would be gratefully received in getting past this error?..

HTTP Error 502.5 - Process Failure
Common causes of this issue:
The application process failed to start
The application process started but then stopped
The application process started but failed to listen on the configured port
Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process' stdout messages
Attach a debugger to the application process and inspect
For more information visit: https://go.microsoft.com/fwlink/?LinkID=808681
6 years ago
My test website for nop4 is running fine on azure, I have built a custom pipeline to deploying from VSTS (this does take some customisation), but it is not doing anything extraordinary. Basically, these are the steps

Create a new resource group
Create a new App Service (with a new price plan)
Create a new SQL database (with a new database server)
Create a new storage account (used for DB backups and pictures if necessary)

From VS2017 clean and then rebuild the solution
From the solution explorer, right click on the Nop.Web project and click publish (select existing app service)
6 years ago
Thanks for your input which is essentially what I've done but consistently get the same error. As you had it working there must be a fundamental issue with my set up or I'm missing something.
6 years ago
Issue finally resolved.

1. Ensure project is cleaned/rebuilt
2. Precompiled nop4 doesn't work (at least not in this iteration)
3. Ensure SQL db an site are in the same resource group. This may not be a requirement but it helps
5 years ago
Did anybody on here figure this out, I have nop 4.0, and it will not publish to azure, I have tried every way I can from various peoples posts but nothing has worked. FTP through FileZilla is not working it does not create the same database I have in my local sql, I even tried to deploy sql local database to azure which also doesn't work. If I do a fresh publish through VS in azure I get sent to the install page which then when I fill out the changes it only shows the changes ive made to certain things, to me it seems to not recognise my original database...does anyone have an answer please.

Ive been told its got something to do with dataSettings.json an installedPlugins.json but I have tried that by dragging into FileZilla an into the root of azure folder
5 years ago
This doc page might help: http://docs.nopcommerce.com/display/en/Installing+on+Windows+Azure
5 years ago
This guide might help: https://www.c-sharpcorner.com/article/deploy-nop-commerce-application-in-azure-using-the-app-services/
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.