Loome Publish can be deployed to Microsoft Azure. In this scenario the application runs on top of Azure PaaS infrastructure, making use of App Service and SQL DB. This scenario is the easiest to manage and scale.
In this scenario the application is deployed to Azure App Service and Azure SQL Database. Additional requirements require that an Azure app registration is configured for the application.
The portal can happily serve up to 100 concurrent connections on the lowest standard plans for both the App Service and SQL database, but can be scaled up to match your needs.
Layer | Provider |
---|---|
Platform | Microsoft Azure |
Web | Azure App Service |
Database | Azure SQL Database |
Identity Provider | Azure Active Directory Graph API |
Directory Services | Azure Active Directory |
Additional considerations;
Click here for the Azure PaaS installation instructions
When deployed on-premises, we support 3 scenarios. These scenarios are entirely based on the identity provider used.
In all cases, the portal can serve numerous concurrent connections on a single server hosting IIS and SQL Server, we would recommend running 8GB of memory and a standard 4 core processor. Disk usage depends upon how much data is stored in the portal, generally speaking this will be quite small, but will be influenced by factors such as logging and usage retention periods.
In this scenario, we deploy Loome Publish on to your own windows O/S based environment. We make use of IIS and SQL Server to deliver the portal, but we still make use of Azure AD for authentication.
We recommend this scenario if you have access to Azure AD but want to make use of your own hardware investments. You can still embed other services from Azure (such as PowerBI.com), while passing through your users to these services.
Layer | Provider |
---|---|
Platform | Windows Server 2012 R2 and above |
Web | Internet IIS 8.5 and above |
Database | SQL Server 2016 and above |
Identity Provider | Azure Active Directory Graph API |
Directory Services | Azure Active Directory |
Additional considerations;
Click here for On-premises with Azure Active Directory installation instructions
In this scenario, we deploy Loome Publish on to your own windows O/S based environment. We make use of IIS and SQL Server to deliver the portal. We make use of Active Directory via our own Identity Provider software.
Layer | Provider |
---|---|
Platform | Windows Server 2012 R2 and above |
Web | Internet IIS 8.5 and above |
Database | SQL Server 2016 and above |
Identity Provider | Loome Identity |
Directory Services | Active Directory |
Additional considerations;
Click here for On-premises with Loome identity installation instructions
In this scenario, we deploy Loome Publish on to your own windows O/S based environment. We make use of IIS and SQL Server to deliver the portal. We make use of Active Directory via ADFS. This scenario is recommended where you already have identity services provided by an existing ADFS server.
Layer | Provider |
---|---|
Platform | Windows Server 2012 R2 and above |
Web | Internet IIS 8.5 and above |
Database | SQL Server 2016 and above |
Identity Provider | Active Directory Federated Services |
Directory Services | Active Directory |
Additional considerations;
Click here for On-premises with Active Directory Federated Services installation instructions