Migration to latest from versions less than or equal to v2.1.0.2
Previous release Zip package is provided for the User Management Server Azure App Serivce deployment from this release it is automated using Azure ARM template.
Follow the below steps to upgrade the User Management Server App Service to latest source from older versions.
- Get existing Azure Blob Storage details.
- Create new Syncfusion User Management App Service.
- Update existing Azure Blob Storage details in latest App Service.
- Restart App Service and WebJobs.
- Site URL Configuration.
Get existing Azure Blob Storage details
In existing User Management Server all the resources are stored in Azure blob Storage. All items are needed while upgrading to latest version User Management App Service.
Previously the Azure Blob Storage details are configured in the web.config file.
Follow the belows steps and get the existing Azure Blob Storage details from the web.config file.
-
Login to Azure portal: https://portal.azure.com.
-
Select App Services.
-
Select the existing Syncfusion User Management Server Site and then click on Get publish profile.
-
Save the
<App service name>.PublishSettings
file and open it. -
The file contains 2 <publishProfile> sections for Web Deploy and FTP.
- From the FTP <publishProfile> section copy the following values:
- publishUrl
- userName
- userPWD
-
Use these credentials in an FTP client FileZilla, simply plug these values into the Host, Username, and Password fields as shown here and click on Quickconnect.
-
Download the web.config file from “/site/wwwroot” folder in Existing Azure App Service through FileZilla .
-
Get the below Azure Blob Storage details in the existing App service web.config file
- AzureStorageAccountName
- AzureStorageBlobServiceEndpoint
- AzureStorageAccessKey
- AzureStorageContainerName
- AzureStorageConnectionType
- AzureStorageBlobURL
Create new Syncfusion User Management App Service
Click here and follow the steps to create latest Syncfusion User Management Server Azure App Service.
IMPORTANT
Select storage type as File Storage for Creating new User Management Server App Service for update or upgrade.
Update existing Azure Blob Storage details in latest App Service
Follow the below steps to configure the existing Azure Blob Storage details to the latest User Management Server
-
Login to Azure portal: https://portal.azure.com
-
Click on App Services.
-
Select the lastest Syncfusion User Management Server App Serivce.
-
Select Application Settings in the left panel of the Latest User Management Server App Service.
-
Existing App Service Azure Blob Storage details need to configured in the new App Service, App Setting section in Application settings tab.
- Add the below details in the App setting section.
- AzureStorageAccountName
- AzureStorageBlobServiceEndpoint
- AzureStorageAccessKey
- AzureStorageContainerName
- AzureStorageConnectionType
- AzureStorageBlobURL
-
Update the StorageType value as AzureBlob in the app setting section.
-
Click on Save button.
Restart App Service and WebJobs
Once the Azure Blob Storage details are configured in the latest User Management Server application, must to restart the Latest User Management Server App Service and WebJobs.
Follow the below steps to restrat the App Service and WebJobs.
-
Select WebJobs in the left panel of the Latest User Management Server App Service.
-
Click on the Restart button.
-
Select WebJobs in the left panel of the Latest User Management Server App Service.
-
Select UserManagementServerScheduler WebJobs and click on Stop button.
-
Once the stauts for UserManagementServerScheduler WebJobs changed to Stopped then click on Start button.
Site URL Configuration
Navigate to administration page in the DUser Management Server App Service <User Management server App Serivce Name>.azurewebsites.net/en-us/administration
and update the Site URL field with latest User Management Server App Service URL.
Once updated click on Save button at the bottom.