I have got this issue resolved with the help of Microsoft support engineers. When zipping the functions of the data connector, we need to zip everything from the files level rather than putting them into a folder and then zip the folder. What I did was put everything in a DataConn folder and zipped the folder. This caused the issue that when custom deploying the function app, the portal downloaded the zip, unzipped it, and couldn't find the functions and everything else.
When deploy function app using "azuredeploy.json" no functions inside is showing up
Xiuyang Bobby Sun
65
Reputation points
Hi, After I deploy a function app as data connector with azuredeploy.json from here: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Fortinet%20FortiNDR%20Cloud/Data%20Connectors/azuredeploy_FortinetFortiNdrCloud_API_FunctionApp.json I see the function app was deployed successfully and running. But the functions are all missing. Could you please help with it? Here is what it looks like in the Portal: FunctionAppWithNoFunctions.png
2 answers
Sort by: Most helpful
-
-
Marcin Policht 40,540 Reputation points MVP
2024-02-21T22:33:52.3566667+00:00 This is what this template is meant to deploy. There are no functions included in the template - only the function app
hth
Marcin