- The database is an SQL Server database
- Databases are Single Tenant
- All passwords are salted and hashed (for Civil Pro Identity)
- The Azure IP firewall limits connections from all IPs except those whitelisted
- Default plan is S0 which can be negotiated for larger workloads
- Direct access can be arranged for custom analytics e.g. PowerBI etc, however access through the API is preferred
- Our Databases are (by default - modifications available on request)
- Point In Time every 15 minutes with 28 days history
- Differential Backup every 24 hours
- Weekly LTR for 4 Weeks
- Monthly LTR for 6 Months
- All Locally Redundant Backups - All Data sovereign entirely in Australia unless specifically requested otherwise
- The REST API is used for all data queries to the database and the Blob Storage from the Cloud UI.
- The API is a .Net 7 Web API application
- The angular app is a pure HTML/JS application
- Both the REST API and the Cloud UI Angular App are hosted from the same Azure App service.
- The Azure App Service Plan is generally a shared resource to maximise performance per unit cost, but this can be negotiated. Please note, each client has their own App Service and Cloud UI App, it is just the plan which is shared.
- The Web API requires authentication. Supported authentication includes
- Civil Pro Identity
- Microsoft Identity
- Google Identity
- The blob storage is used for storing files and photos refenced from the Civil Pro application. It is accessed either through the Web API (following authentication), or directly from the desktop app.
- There is no public interface for the file store. It is accessed via applications presenting the API key
-
Version control on all documents
-
Locally Redundant Backups - All Data sovereign entirely in Australia unless specifically requested otherwise
- The desktop application is a Microsoft .Net 7 application deployed through Microsoft Clickonce.
- The application accesses the database directly after connection information is provided. Connection information can be supplied via
- direct entry of the connection string (not recommended)
- an encrypted Civil Pro Connection File (cpcf)
- validation through the API
- Once a connection is established, authentication is through the same methods offered via the API
- If dynamic IP address support is required (for example, accessing via mobile hotspots), then the connection file can be configured to include an API key for the SQL server firewall. In this case, the desktop application can clear its subnet on the firewall.
- The desktop application accesses the blob storage using an API key that is stored in the database.
Comments
0 comments
Please sign in to leave a comment.