Skip to content

Commit 29ea409

Browse files
authored
Merge pull request #171469 from BryanTrach-MSFT/patch-110
(AzureCXP) fixes MicrosoftDocs/azure-docs#80650
2 parents 9931727 + e2e43de commit 29ea409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/faq-app-service-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ sections:
120120
- question: |
121121
I'm using my own custom container. I want the platform to mount an SMB share to the `/home/` directory.
122122
answer: |
123-
If `WEBSITES_ENABLE_APP_SERVICE_STORAGE` setting is **unspecified** or set to *false*, the `/home/` directory **will not be shared** across scale instances, and files written **will not persist** across restarts. Explicitly setting `WEBSITES_ENABLE_APP_SERVICE_STORAGE` to *true* will enable the mount.
123+
If `WEBSITES_ENABLE_APP_SERVICE_STORAGE` setting is **unspecified** or set to *false*, the `/home/` directory **will not be shared** across scale instances, and files written **will not persist** across restarts. Explicitly setting `WEBSITES_ENABLE_APP_SERVICE_STORAGE` to *true* will enable the mount. Once this is set to true, if you wish to disable the mount, you need to explicitly set `WEBSITES_ENABLE_APP_SERVICE_STORAGE` to *false*.
124124
- question: |
125125
My custom container takes a long time to start, and the platform restarts the container before it finishes starting up.
126126
answer: |

0 commit comments

Comments
 (0)