From ffa0bb6e344981b2a36da28834d5b8fc9e6206a8 Mon Sep 17 00:00:00 2001 From: Shreya Batra Date: Tue, 21 Nov 2023 11:45:26 -0600 Subject: [PATCH 1/3] survey --- .github/DISCUSSION_TEMPLATE/survey.md | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/survey.md diff --git a/.github/DISCUSSION_TEMPLATE/survey.md b/.github/DISCUSSION_TEMPLATE/survey.md new file mode 100644 index 000000000..975e19b05 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/survey.md @@ -0,0 +1,37 @@ +--- +name: Survey +about: Participate in this survey to offer feedback for improvements we can make to the product. +title: "[Survey Response]" +--- + + + +### Survey +###### What stack do primarily use? +[] Python +[] Node +[] PowerShell +[] .NET +[] Java +[] Go +###### What is your current role in which you use Azure Functions? + +###### What are the use cases and scenarios in which you use Azure Functions today? + +###### What are the pain points you have experienced using Azure Functions today? + +###### Please share any suggestions for product improvements. + +###### What developer tools do you use? (For example, Visual Studio Code, Command Line, etc.) + +###### Any other comments or feedback? + +###### Would you be interested in meeting with the Azure Functions team to further discuss your answers? +[] Yes [] No + + + From e7f9003479ad86612f4bc671f66545dcbc547f9f Mon Sep 17 00:00:00 2001 From: Shreya Batra Date: Tue, 21 Nov 2023 11:53:03 -0600 Subject: [PATCH 2/3] fix --- .github/DISCUSSION_TEMPLATE/survey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/survey.md b/.github/DISCUSSION_TEMPLATE/survey.md index 975e19b05..6c160eb7c 100644 --- a/.github/DISCUSSION_TEMPLATE/survey.md +++ b/.github/DISCUSSION_TEMPLATE/survey.md @@ -20,7 +20,7 @@ Participate in this survey to offer feedback for improvements we can make to the ###### What are the use cases and scenarios in which you use Azure Functions today? -###### What are the pain points you have experienced using Azure Functions today? +###### What are the pain points you have experienced using Azure Functions? ###### Please share any suggestions for product improvements. From c7a663631a216447f58e54ca4a2bf286825646a2 Mon Sep 17 00:00:00 2001 From: Shreya Batra Date: Tue, 21 Nov 2023 12:26:15 -0600 Subject: [PATCH 3/3] typo --- .github/DISCUSSION_TEMPLATE/survey.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/survey.md b/.github/DISCUSSION_TEMPLATE/survey.md index 6c160eb7c..9d317f44c 100644 --- a/.github/DISCUSSION_TEMPLATE/survey.md +++ b/.github/DISCUSSION_TEMPLATE/survey.md @@ -9,7 +9,7 @@ Participate in this survey to offer feedback for improvements we can make to the --> ### Survey -###### What stack do primarily use? +###### What stack do you primarily use? [] Python [] Node [] PowerShell