Where are FunctionApps in Azure NextGen? I want t...
# azure
b
Where are FunctionApps in Azure NextGen? I want the equivalent of "Pulumi.Azure.AppService.FunctionApp", but I can't find it. In the Azure portal, a "Function App" is under "compute", but it's not there in the API.
t
It’s a WebApp with a special Kind. We should make an example but you can take a look at this template for now https://github.com/Azure/azure-quickstart-templates/blob/master/101-app-function/azuredeploy.json#L33
b
Ah ok, thanks!
t
(fixed the link to the proper line)
👍 1
d
Did you get it to work? I am in the same situation right now, so just before i do a lot of trial and error 🙂