Azure-Functions icon indicating copy to clipboard operation
Azure-Functions copied to clipboard

[Linux] Enable Online Editing for Azure Functions

Open raahmed opened this issue 7 years ago • 7 comments

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.

raahmed avatar Jan 03 '19 21:01 raahmed

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

asavaritayal avatar Jan 03 '19 22:01 asavaritayal

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

raahmed avatar Jan 04 '19 00:01 raahmed

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

abhinavbom avatar Jan 17 '19 05:01 abhinavbom

@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.

asavaritayal avatar Feb 01 '19 17:02 asavaritayal

+1 to this feature request

salqadri avatar Feb 05 '19 04:02 salqadri

+1 for adding this feature

gpazo avatar Mar 07 '19 23:03 gpazo

+1 for adding this feature request

AlexisJackson avatar Sep 16 '19 13:09 AlexisJackson