【发布时间】:2021-10-21 22:39:57
【问题描述】:
我正在使用这些命令安装 azure functions core tools version 3 的 Mac mini m1
brew tap azure/functions
brew install azure-functions-core-tools@3
我还安装了 java 1.8 和 nodeJs v13.14.0
当我要为 azure 运行一个函数时,我遇到了两个错误。错误如下:
Cannot create directory for shared memory usage: /dev/shm/AzureFunctions
System.IO.FileSystem: Access to the path '/dev/shm/AzureFunctions' is denied. Operation not permitted.
是 Mac 有问题还是我错过了一些 azure 配置?
【问题讨论】:
标签: azure azure-functions shared-memory file-permissions