Hi, is it possible to get hold of the "host key" o...
# general
d
Hi, is it possible to get hold of the "host key" of an Azure Function App using pulumi dotnet? Have been looking around a bit and it seems that it's possible in ARM-templates at least, but recently added. browsing the nodejs-sdk led me to believe that there is a method called getHostKeys() there (https://github.com/pulumi/pulumi-azure/blob/814aeefbe707f94356a8f21fc35e192ce8633607/sdk/nodejs/appservice/zMixins.ts#L832), but cannot find in dotnet?
b
@tall-librarian-49374 thoughts here?
t
This function is only implemented in TypeScript, we'd need to copy it to .NET
If you need it now, you could maybe give it a try yourself
d
I might, but still waiting for @clever-sunset-76585 to review my existing pull request for the Azure Devops Task 😉
c
Hi @delightful-dawn-43855 I must have missed something in your latest commit and I thought it wasn't ready yet. I'll take another look at it later today.
Apologies for that.
d
No worries!