Python Azure function with Visual Studios 2019

Nathanael Woodhead 111 Reputation points
2020-10-09T17:54:56.033+00:00

I have a Python script that I would like to move into an azure function. We use VS2019 for out development. However, when I go to create an Azure Function with VS2019 all I am seeing are options for C# Azure Functions. What am I missing?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
Developer technologies Visual Studio Other
0 comments No comments
{count} vote

Accepted answer
  1. Nathanael Woodhead 111 Reputation points
    2020-10-09T18:12:36.627+00:00

    After some more looking I found some documentation that says that VS2019 only supports C#. It looks like if I want to use python I am forced to use VSCode.

    My source: https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-local

    If anyone knows of a work around that would be great.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.