Azure App Service

This article explains how to install and run SQLwallet as an Azure App Service.

Prerequisite: you should have an active Azure subscription.

  1. On Azure Portal create a new “Microsoft Web App” app service. We recommend to use at least S2 pricing tier (3.5 GB memory).
  2. Download SQLwallet ZIP archive from the Downloads page and extract its content into a local folder on your computer. Makes sure you unblock the archive before unpacking it.
  3. Deploy the content of the folder to your App Service using FTP (here is how).
  4. Navigate to the web app URL to check that SQLwallet website is up and running. If the service does not start, use this troubleshooting guide.

Note

When running SQLwallet as an Azure App Service, leave ServerHostName and ServerPort parameters empty in appsettings.json file.

To upgrade, follow the steps 2 - 4 above and upload the ZIP archive content over the existing files. If there are any locked files preventing the copying, stop the Azure App Service service before the upgrading. Alternatively, you can use deployment slots technique.