Hi, I'm looking for the ability to create. App Ser...
# azure
d
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
@tall-librarian-49374 @broad-dog-22463
t
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?