2

How can i create a host key in Function APp through Pulumi in C# ? I dont find any documentation in the Pulumi docs. Sample Host key in Function App through GUI

Amaresh
  • 31
  • 3

1 Answers1

0

Host Key management API isn't currently documented by Microsoft and its Open API spec is missing. This issue is tracked in https://github.com/Azure/azure-rest-api-specs/issues/13424

Since Pulumi relies on the Open API spec to produce its resource model, the FunctionHostKey resource isn't currently available.

Mikhail Shilkov
  • 34,128
  • 3
  • 68
  • 107