From c1ac10fc34eb2ea0e9364c95f4940d469d2bc1c0 Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Thu, 1 Oct 2020 16:30:06 +0900 Subject: [PATCH] Fix names of storage account and file share --- engine/context/aci-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/context/aci-integration.md b/engine/context/aci-integration.md index 26b71139e8..357d3d2f6d 100644 --- a/engine/context/aci-integration.md +++ b/engine/context/aci-integration.md @@ -161,7 +161,7 @@ and file share name `myfileshare`, you can specify a volume in your deployment ` command as follows: ``` -docker run -v storageaccount/fileshare:/target/path myimage +docker run -v mystorageaccount/myfileshare:/target/path myimage ``` The runtime container will see the file share content in `/target/path`.