Connecting Azure File Share to Hybrid HPC Pack 2019 Batch Pool

George Li 0 Reputation points
2023-07-05T00:58:03.4766667+00:00

With my on-premisis HPC-Pack 2019 headnode, I am able to start a new Az batch pool with no issues. I would now like this pool to start with my Azure File Share automatically mounted.

To do this via CLI, we can use the instructions posted at Link to create a new pool. However, to connect it to the HPC-Pack scheduler, I need to use the GUI wizard provided.

screenshot of gui

From the screenshot, we can see at the bottom an option to provide Mount Configuration. I think this field accepts JSON input only. I have tried to create a JSON object via CLI following the steps of the Link above to get somewhere like this: `` ` { "AzureBlobFileSystemConfiguration": null, "AzureFileShareConfiguration": { "Accountkey": "

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,176 questions
Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
308 questions
{count} votes

1 answer

Sort by: Most helpful
  1. risolis 8,701 Reputation points
    2023-07-05T02:21:47.11+00:00

    Hello @George Li

    Thank you for posting this concern on this community.

    I am wondering if you have tried to check if you are facing any quota limitations as stated below:

    https://learn.microsoft.com/en-us/azure/batch/batch-quota-limit#increase-a-quota

    I hope that can be useful for you.

    Looking forward to hearing from you

    Cheers,

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.