I need to specify a name for the storage account, select the resource group to attach to it, then I let the other options default for this example. We can do this using the Azure “az” command line, or through the Azure portal, I have decided to use the portal : Now let’s create an Azure File Share and deploy our application to mount /data to the Azure shared persistent folder so we can do the same thing in ACI.įirst I need to create an Azure storage account. Navigating to this local folder I can see all Minecraft data. Now when I do a docker compose up and come back to inspect I can see the /data folder in the container is now mounted to my local folder as expected.