How to uninstall VC module in Azure

Open Azure portal (portal.azure.com), select appropriate subscription.

Open required VC platform App service, go to Advanced tools in Azure App service, press Go:

image

KUDU console will be opened

image

Press Debug console\Cmd

image

Go to “d:\home\site\wwwroot\modules”, and delete required module folder:

image

Go to “D:\home\site\wwwroot\platform\App_Data\Modules” and clear the content of this folder (by command “DEL”, for example)

image

After these actions, restart App service using button in toolbar:

image

All done, module should be uninstalled after the restart.

Why would you need to uninstall module through Azure backend when you can do it through Virto Commerce Admin? What are the benefits and reasons for this approach?

Admin SPA is not available if module has JavaScript error.