You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/scripts/functions-cli-mount-files-storage-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 03/01/2020
10
10
This Azure Functions sample script creates a function app and creates a share in Azure Files. It them mounts the share so that the data can be accessed by your functions.
11
11
12
12
>[!NOTE]
13
-
>The function app created runs on Python version 3.6. Python version 3.7 is also supported by Azure Functions.
13
+
>The function app created runs on Python version 3.7. Azure Functions also [supports Python versions 3.6 and 3.8](functions-reference-python.md#python-version).
0 commit comments