I'm encountering an issue with my Azure Functions deployment. Only core function files are being uploaded, omitting essential project files. I need to resolve this without utilizing pipelines.
I'm facing an issue with my Azure Functions deployment. Only the core function files are uploading, leaving out essential project files. I'm trying to resolve this without relying on pipelines. Any suggestions or insights from developers who have faced similar challenges would be greatly appreciated. Thanks!
I have deployed a function using VS code. For reference check this MS Document
This is my project directory:
When deploying through VS code, make sure you remove the essential files names from the .funcignore file.
I have a folder name func in which I have
test.pyfile if is being imported in my HTTP trigger.__init__.py:test.py:Deployed to the function:
Output:In web browser: