Hi,
Can you tell me how connect Azure Storage Account with docker based on azure web app for containers ?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@JakubW88, Thanks for leveraging Azure docs feedback channel to post this question.
Azure Storage mounted to an app is not accessible through App Service FTP/FTPs endpoints. So, you can use Azure Storage explorer as mentioned in the document. Kindly let me know if have misunderstood your question and share additional details.
If you want to mount a folder in your docker container to your storage account, it is possible @JakubW88. Use the 'Mount Storage (Preview)' option under Path Mappings which is under the Configuration blade. Attach your storage account and enter a map path that matches the folder in your docker container. See the screen shot below.
@RyanHill-MSFT it's exactly what I'm looking for!! I will be testing today!! Perfect!!! Thank you!!
@JakubW88, Glad to know that the suggestions provided by @RyanHill-MSFT was helpful. We will close this out, but if you feel you need more information please just let us know.
Most helpful comment
If you want to mount a folder in your docker container to your storage account, it is possible @JakubW88. Use the 'Mount Storage (Preview)' option under Path Mappings which is under the Configuration blade. Attach your storage account and enter a map path that matches the folder in your docker container. See the screen shot below.