ACI stuck in waiting status when I add a private endpoint to storage account

Guillaume LOR 40 Reputation points
2023-05-31T09:25:34.8666667+00:00

Hello,

I have a file share in a storage account to store the files of my azure container instance,

For security reasons I put it all in Vnets :

  • One subnet for the storage account
  • One subnet with delegation for the container instance

I wanted to add an endpoint to the storage account in order to have a little more security, but as the ACI mounts the mount volume in public it cannot access the storage account, and remains blocked in "waiting" status with error message "Failed to mount volume file shared.".

Is there a solution to this?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
757 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,523 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,753 questions
{count} votes

Accepted answer
  1. KarishmaTiwari-MSFT 20,772 Reputation points Microsoft Employee Moderator
    2023-06-01T02:18:07.22+00:00

    @Guillaume LOR Thanks for posting your query on Microsoft Q&A.

    Can you try creating a service endpoint instead of a private endpoint?
    As per the documentation, if you are deploying container groups into an Azure Virtual Network, you must add a service endpoint to your Azure Storage Account.

    Additional reading: How to create Azure container Instance (ACI) with Private Azure File as Mounted Volume


0 additional answers

Sort by: Most 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.