What type of storage is needed to hold data files managed by AcuCobol applications

Larry Carlsen 0 Reputation points
2024-10-05T19:40:32.0666667+00:00

I wish to make my accounting applications written in AcuCobol Extend available to my customers in the cloud. ISAM Data files are managed by AcuCobol's proprietary system. What type of Storage Service do I need to create to store these files ? Also, what type of Storage Service to store the executable files used to manage the application.

Or, do these files just exist in sub-directory folders to C:/ or D:/ within Azure Managed disks with appropriate access rights withing Resource Groups set up for each customer. ?

This question is related to the following Learning Module

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,726 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 18,305 Reputation points
    2024-10-06T22:26:12.17+00:00

    The choice of solution will largely depend on how the AcuCobol Extend application interacts with its ISAM files, and how you want to structure access and isolation across customers.

    I would recommend Blob storage generally. However please See: Azure Storage Options guide for more details about choosing the right storage solution.

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.