https://pulumi.com logo
Title
p

powerful-football-81694

10/31/2021, 12:07 PM
Hi everyone! Does any one know how to create additional function app host keys using the native provider? I’ve figured out that we can query for existing ones using
Pulumi.AzureNative.Web.ListWebAppHostKeys
but I cannot seem to find how to create new one, neither during the initial deployment (using some options on
WebAppArgs
or
SiteConfigArgs
) nor as any kind of separate resource. It seems very easy to do this using ARM (see https://blog.eldert.net/create-and-retrieve-azure-functions-function-keys-in-arm-template/) so I’m guessing there’s a simple way also through Pulumi and I’m just struggling to find it… thankful for any help!
s

sparse-park-68967

10/31/2021, 4:23 PM
p

powerful-football-81694

10/31/2021, 4:59 PM
Indeed.