diff --git a/2-farm/lessons/5-migrate-application-to-the-cloud/README.md b/2-farm/lessons/5-migrate-application-to-the-cloud/README.md index c3ef6e63..8edb5d8b 100644 --- a/2-farm/lessons/5-migrate-application-to-the-cloud/README.md +++ b/2-farm/lessons/5-migrate-application-to-the-cloud/README.md @@ -214,6 +214,7 @@ The Azure Functions CLI can be used to create a new Functions app. 1. Make sure the Python virtual environment is running in the VS Code terminal. Terminate it and restart it if necessary. > 💁 There may be warnings in the output + ```output [2021-06-16T08:18:28.315Z] Cannot create directory for shared memory usage: /dev/shm/AzureFunctions [2021-06-16T08:18:28.316Z] System.IO.FileSystem: Access to the path '/dev/shm/AzureFunctions' is denied. Operation not permitted.