From 6bf7a8439bdc267d237e9cb117236c8956470a54 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Thu, 17 Jun 2021 09:22:01 +0100 Subject: [PATCH] Update README.md --- 2-farm/lessons/5-migrate-application-to-the-cloud/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 e1e468db..68d04a50 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 @@ -224,8 +224,7 @@ The Azure Functions CLI can be used to create a new Functions app. Function Runtime Version: 3.0.15417.0 [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. + [2021-06-16T08:18:28.316Z] System.IO.FileSystem: Access to the path '/dev/shm/AzureFunctions' is denied. Operation not permitted. [2021-06-16T08:18:30.361Z] No job functions found. ```