Share via

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.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

0 comments No comments

Answer accepted by question author
  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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.