This message was deleted.
# azure
s
This message was deleted.
t
We should add a better validation message but this is not allowed
(name is the web app name in this case)
b
ok, so it will build the full path string later, i'll give that a shot, thanks!
t
I have no idea what
WebAppFunction
does. Do you know?
I never had to use this resource -
WebApp
itself was always enough.
b
i was hoping it would add an actual function to the function app? In the end, this is not how we build out our function app anyway, but I'm just trying to learn how all these resources relate.
t
I don’t think it does that. Functions are discovered from
function.json
files that you upload in the code archive.
(or corresponding .NET bindings)