Installing Holdings Microservice in Azure

This section helps you to install the Holding Microservice in Azure.

NOTE: Check if python, Azure CLI and Maven are installed in the system.

Procedure:

  1. Copy the generated zip file (from target folder) to the installation directory.
  2. Extract the zip file.
    NOTE: If you are running the sh scripts, you need a Linux box or WSL or Mac OS, gitBash is not supported for azure CLI.
  3. Ensure that the folder name inside target/azure-functions is same as functionApp name you have provided in script.
  4. In command prompt, navigate to the installation directory and modify the details such as resourcegroup, location, DB details, etc., in the install.sh/install.bat script specific to the installation.
  5. Ensure any property name is carefully changed, if it is used in multiple areas across the script.

    This script expects an event hub connection for both t24(des) and account aggregation. In case of account aggregation, ensure you run the account aggregation script first and provide the event hub details, in case of t24(des), modify the event hub connection details for t24AmsApp in the script. In case the event hub isn't there, then leave it as it is, if you wish only to use the APIs. You might see some errors related to JSON decoding and can be safely ignored as the remaining part of the script will continue to be executed.

  6. Execute install.sh or install.bat.

    Once the installation is completed, the functions are created in Azure.

  7. Log in to Azure portal and check the resource group and functions apps are created.

Bookmark Name Actions
Feedback
x