How can I use Pulumi to create a host key for a we...
# azure
n
How can I use Pulumi to create a host key for a web app configured to run azure functions? Thanks Alan
g
Looks like it might not be doable: https://stackoverflow.com/questions/70167839/how-to-create-a-host-key-in-function-app-through-pulumi The referenced issue is still open: https://github.com/Azure/azure-rest-api-specs/issues/13424 I suspect you could use the SDK to create the host key, after creating everything else using Pulumi
👍 1
n
Thanks @gorgeous-accountant-60580