Skip to content

Commit 79869c3

Browse files
Merge pull request #41448 from kulkarnisonia16/patch-2
Update functions-how-to-azure-devops.md
2 parents 35a2e58 + 33f8ce2 commit 79869c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ steps:
8888
8989
#### Python
9090
91-
You can use the following sample to create a YAML file to build a Python app. Python is supported only for Linux Azure Functions.
91+
You can use the following sample to create a YAML file to build a Python app. Python is supported only for Linux Azure Functions. The YAML for Python 3.7 can be built by replacing all the instances of 3.6 with 3.7 in this YAML.
9292
9393
```yaml
9494
pool:

0 commit comments

Comments
 (0)