Azure Deployment Artefacts
This section shows the folder structure of Arrangement package.
Arrangement microservices for Azure deployment is available as a single release bundle—ms-arrangement-package-azure-<release.xxx>.zip.
It consists of the ms-arrangement-package-azure-<release.xxx>.jar file and installation related files.
For MySQL Database
- The install.sh/install.bat script is used to deploy the Arrangement Microservices in the Azure environment
- The destroy.sh/destroy.bat script to stop Azure services and delete those services in the Azure environment.
For MSSQL Database Database
- The install-mssql.sh/install-mssql.bat script is used to deploy the Arrangement Microservices in the Azure environment
- The destroy-mssql.sh/destroy-mssql.bat script to stop Azure services and delete those services in the Azure environment.
For Oracle Database
- Build Oracle Database server by following the steps in the page Oracle Database Creation - Azure VM.
- The install-oracle.sh/install-oracle.bat script is used to deploy the Arrangement Microservices in the Azure environment.
- The destroy-oracle.sh/destroy-oracle.bat script to stop Azure services and delete those services in the Azure environment.
For PostgreSQL Database
For Windows:
- The install_postgresql.bat script is used to deploy the Arrangement Microservices in the Azure environment
- The destroy_postgresql.bat script to stop Azure services and delete those services in the Azure environment.
For Linux:
- The install_postgresql.sh script is used to deploy the Arrangement Microservices in the Azure environment
- The destroy_postgresql.sh script to stop Azure services and delete those services in the Azure environment.
Folder structure for the ms-arrangement-package-azure-<release.xxx>.zip.
Depending on the data ingestion type, ensure that you configure the applicable setup:
- For Transact Ingestion, configure the Transact DES Setup. For more information, refer to Configuration DES - AMS (EventHub - Azure) and HMS RR.PARAM and ILP Configuration.
- For External Account Aggregation Ingestion, configure the EventHub Creation. For more information, refer to AMS Account Aggregation EventHub Creation.
- For event processor ingestion, configure the EventHub Creation. For more information, refer to AMS EventProcessor EventHub Creation.
In this topic