https://store-images.s-microsoft.com/image/apps.41664.0522366e-9eeb-4a58-bc01-1e19774ee147.caf212bd-f889-46c3-b483-17962395fcca.ce74a73d-098d-4e32-bbfe-611d7adfd954

LANSA Scalable Stack

LANSA, Inc.

LANSA Scalable Stack

LANSA, Inc.

Deploys an auto scaling LANSA Windows licensed stack with Azure SQL Database, SQL Server or MySQL DB

This template is provided to meet the need to deploy a licensed LANSA Web application or LANSA Integrator application into production. It deploys a Windows VMSS with a desired starting count of VMs and a LANSA MSI installed into each licensed VM. An Azure SQL Database may be created or an existing database may be used which may be one of Azure SQL Database, SQL Server or MySQL.

Prerequisites

Before deploying this template you must:

  • Construct your LANSA application using Visual LANSA Version 14.2 or Version 15.0.
  • Construct a deployment image MSI using the LANSA Deployment Tool provided with Visual LANSA.
  • Upload your LANSA Web Application MSI to Azure BLOB storage and obtain the URL of the MSI. Note that the template includes a demonstration application so it is not strictly necessary to create a LANSA MSI in order to use the template.
  • Obtain an SSL certificate for your web site and convert it to a base64 encoded string. To get the certificate data from a pfx file in PowerShell you can use this: [System.Convert]::ToBase64String([System.IO.File]::ReadAllBytes("path to pfx file"))
  • For full instructions for using this template go to Azure Deployment Tutorial