Hi everyone! Does any one know how to create addit...
# azure
p
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
p
Indeed.