📜  azure 函数只读文件系统 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:17.640000             🧑  作者: Mango

代码示例1
The current directory is indeed read-only.
Use /tmp for temporary files (for example, open('/tmp/test.json', ...). 
For more details,
see https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python#temporary-files.