Python Azure function support #7627
Replies: 2 comments
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
-
guys I have a problem. Can you tell me what is wrong with my code? import tkinter as tk def open_new_window(): Add widgets and configure the new window as neededroot = tk.Tk() # Create the main window count = 0 def check_guess(): if guess == number and count != 10: entry = tk.Entry(root) #Submit button root.mainloop() # Start the main event loop |
Beta Was this translation helpful? Give feedback.
-
This issue has been moved from a ticket on Developer Community.
Currently only VS Code supports creating Azure Functions in Python; Visual Studio 2022 supports only C#.
It would be really nice if we had Python Azure Function support in VS as well.
Original Comments
Feedback Bot on 5/7/2023, 09:15 PM:
(private comment, text removed)
Beta Was this translation helpful? Give feedback.
All reactions