https://pulumi.com logo
Title
d

dry-window-34186

04/07/2021, 4:08 PM
Hi, I'm looking for the ability to create. App Service --> Function App --> Host Keys This the Azure CLI for it:
az functionapp keys set
Can someone point me to the azure-native documentation where we can create those?
Looks like I can view the host keys: https://www.pulumi.com/docs/reference/pkg/azure-native/web/listwebapphostkeys/ But can't find the function to set it.
e

enough-oil-63049

04/09/2021, 1:22 AM
@tall-librarian-49374 @broad-dog-22463
t

tall-librarian-49374

04/09/2021, 6:17 AM
The CLI calls the endpoint
WebApps_CreateOrUpdateHostSecret
for that. There’s no get on that endpoint so we couldn’t automatically map it to our resource model. Could you open a github issue to track?