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: ISSUE_TEMPLATE.md
+18-26Lines changed: 18 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,15 @@
1
1
2
2
<!--
3
-
Please provide a succinct description of the issue. Please make an effort to fill in the all the sections below or we may close your issue for being low quality.
3
+
Please describe your issueor feature request below.
4
4
-->
5
5
6
6
#### Investigative information
7
7
8
8
Please provide the following:
9
9
10
10
- Timestamp:
11
-
- Function App version (1.0 or 2.0-beta):
12
11
- Function App name:
13
12
- Function name(s) (as appropriate):
14
-
- Invocation ID:
15
-
- Region:
16
-
17
-
<!--
18
-
If you don't want to share your Function App name or Functions names on GitHub, please be sure to provide your Invocation ID, Timestamp, and Region - we can use this to look up your Function App/Function. Provide an invocation id per Function. See the [wiki](https://github.com/Azure/azure-webjobs-sdk-script/wiki/Sharing-Your-Function-App-name-privately) for more details.
19
-
-->
20
13
21
14
#### Repro steps
22
15
@@ -27,6 +20,7 @@ Example:
27
20
28
21
1. Step A
29
22
2. Step B
23
+
30
24
-->
31
25
32
26
#### Expected behavior
@@ -63,33 +57,31 @@ Example:
63
57
64
58
Provide any related information
65
59
66
-
* Programming language used
67
60
* Links to source
68
61
* Bindings used
62
+
* Dependencies
63
+
69
64
<!-- Uncomment this if you want to include your source (wrap it in details to make browsing easier)
Copy file name to clipboardExpand all lines: README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,27 @@ This repository will host the Python language worker implementation for Azure Fu
7
7
8
8
# Overview
9
9
10
-
Python support for Functions is based on [Python3.6](https://www.python.org/downloads/release/python-360/), [Functions on Linux](https://blogs.msdn.microsoft.com/appserviceteam/2017/11/15/functions-on-linux-preview/) and the [V2 Runtime](https://docs.microsoft.com/en-us/azure/azure-functions/functions-versions).
10
+
Python support for Azure Functions is based on Python3.6, serverless hosting on Linux and the Functions 2.0 runtime.
11
11
12
12
Here is the current status of Python in Azure Functions:
13
13
14
14
What's available?
15
15
16
-
- Develop using Functions Core Tools (CLI)
17
-
-Publish your Python functions using an App Service Plan on Linux
18
-
-Triggers / Bindings : HTTP/Webhook, Blob, Queue, Timer, Cosmos DB, Event Grid, Event Hubs and Service Bus
19
-
-Publish a custom image to Azure
16
+
- Develop using the Azure Functions Core Tools (CLI)
17
+
-Triggers / Bindings : HTTP, Blob, Queue, Timer, Cosmos DB, Event Grid, Event Hubs and Service Bus
18
+
-Publish your functions to a [serverless linux app in Azure](https://aka.ms/functions-consumptionlinux-preview)
19
+
-Build, test, debug and publish using Visual Studio Code
20
20
21
21
What's coming?
22
22
23
-
- Publish your Python functions using the consumption (serverless) plan
24
-
- Build, test, debug and publish using Visual Studio Code
25
23
- Triggers / Bindings : IoT Hub
26
24
27
25
# Get Started
28
26
29
-
-[Build and publish using the Functions Core Tools](https://github.com/Azure/azure-functions-python-worker/wiki/Create-Function-(CLI))
0 commit comments