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
This form will help you to fill in a feature request for the Azure Functions Python Worker.
10
+
11
+
- type: textarea
12
+
id: binding-type
13
+
attributes:
14
+
label: Binding Type
15
+
description: Add information about the binding type.
16
+
placeholder: Is this on an existing binding or new binding?
17
+
18
+
- type: textarea
19
+
id: expected-behavior
20
+
attributes:
21
+
label: Expected Behavior
22
+
description: A clear and concise description of what you expected to happen.
23
+
placeholder: What should have occurred?
24
+
25
+
- type: textarea
26
+
id: code-snippet
27
+
attributes:
28
+
label: Relevant sample code snipped
29
+
description: Please copy and paste any relevant code snippet of how you want the feature to be used. (This will be automatically formatted into code, so no need for backticks)
30
+
render: shell
31
+
32
+
- type: textarea
33
+
id: additional-info
34
+
attributes:
35
+
label: Additional Information
36
+
description: Add any other information about the problem here.
0 commit comments