Hi, this is very information and helpful video. Sir can you please create a video where you can show how to use the shared custom library between 2 Azure functions, I mean if I created a common DB library and I want to import it into 2 different azure function then where and how I should deploy it on Azure ?
Nicely done , but today everything already changed.... I have local.settings.json and host json files and nowhere the info you were talking about. Also can make a video about how to clone the azure function from the azure portal to our desktop please? Itns very common since we work a lot on other people projects also I don't find how to do it and can't modify the code from azure portal:/
Thanks. Double-checked function.json and init.py but still I am getting this error. result: Failure Exception: FunctionLoadError: cannot load the TimerTrigger1 function: the following parameters are declared in function.json but not in Python: {'mytimer'} Stack: File "/azure-functions-host/workers/python/3.10/LINUX/X64/azure_functions_worker/dispatcher.py", line 386, in _handle__function_load_request self._functions.add_function( File "/azure-functions-host/workers/python/3.10/LINUX/X64/azure_functions_worker/functions.py", line 356, in add_function input_types, output_types = self.validate_function_params(params, File "/azure-functions-host/workers/python/3.10/LINUX/X64/azure_functions_worker/functions.py", line 145, in validate_function_params raise FunctionLoadError(
Bro!! Can you do a video on how to run a python code in ADF using batch? it would be super helpful. i gave shot using functions but it didn't worked because of some internal issues.
It would be great if you could use Azure Functions with Blob Storage. E.g. load a new file, process it (e.g. with pandas) and store it in blob storage or SQL DB. Cheers