Azure / Azure-Functions

1.11k stars 195 forks source link

[Linux] Enable Online Editing for Azure Functions #1094

Open raahmed opened 5 years ago

raahmed commented 5 years ago

Severity: Significant (Time Consuming)

Issue: Currently, the Azure Functions set-up requires configuring files locally - which includes, among other steps, the need to configure the host.json file with the correct connection keys, paths and trigger types etc. Figuring out how to populate this file accurately takes a very long time and is very time consuming (see this issue for an example).

Ideally, an online editor would enable users to focus on writing the meat of the code (currently in init.py) while not worrying configuring connections. Debugging could be done easily via automatic logging - even with complex functions that require interactions across multiple Azure services.

In my experience, a lack of an online editor significantly increased the amount of time needed to develop a Function - and most of that time was spent in ironing out the configuration files.

asavaritayal commented 5 years ago

@raahmed to be clear, this is for Linux right? We already have online editing for Windows.

raahmed commented 5 years ago

@asavaritayal - Yes, thanks for pointing that out. I added the clarification in the issue.

abhinavbom commented 5 years ago

@asavaritayal Is there a timeline to address this feature? I desperately need it.

asavaritayal commented 5 years ago

@abhinavbom we don't have a timeline to address this feature. Please use the CLI tooling or the Azure Functions VS Code extension.

Keeping the issue open to gauge future traction.

salqadri commented 5 years ago

+1 to this feature request

gpazo commented 5 years ago

+1 for adding this feature

AlexisJackson commented 5 years ago

+1 for adding this feature request

liualexiang commented 3 years ago

Any update for this feature?