Create new Web App

Click here and follow the steps to create new user management server Azure Web App in File Stroage as storage type.

Migration from 2.1.0.2 to 2.2.0.31

Please follow the below steps to update the web to latest to latest source.

Get old Web App storage account details

Download the web config files into Azure Web App portal through FileZilla, so it is must to create the FileZilla credentials from the Azure portal website.

Find the settings panel at the left side of the Web Application panel as shown in figure.

Azure Web App FTP Details

After get logged into your FTP, download the files into the below folder in FTP.
/site/wwwroot

Download Old Web App web.config file

Get the below web config details in the old Web App web.config file

* AzureStorageAccountName
* AzureStorageBlobServiceEndpoint
* AzureStorageAccessKey
* AzureStorageContainerName
* AzureStorageConnectionType
* AzureStorageBlobURL

Update App setting in new Web App

  • Old Web app Storage accounts need to update the details to the new Web App, App Setting section in sctions tab.
    Update App setting in Azure web app

  • Add the below details in the App setting section.
    • AzureStorageAccountName
    • AzureStorageBlobServiceEndpoint
    • AzureStorageAccessKey
    • AzureStorageContainerName
    • AzureStorageConnectionType
    • AzureStorageBlobURL
  • Update the below value in the app setting section
    • StorageType value as AzureBlob
  • Click on Save button.
    Save button
  • Restart the Azure App Service as below.
    Restart Azure App Service
  • Stop and start the web jobs

    Stop Web job
    Start Web job