https://pulumi.com logo
d

delightful-dawn-43855

11/26/2019, 3:25 PM
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

broad-dog-22463

11/26/2019, 4:41 PM
@tall-librarian-49374 thoughts here?
t

tall-librarian-49374

11/26/2019, 5:11 PM
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

delightful-dawn-43855

11/27/2019, 9:45 PM
I might, but still waiting for @clever-sunset-76585 to review my existing pull request for the Azure Devops Task 😉
c

clever-sunset-76585

11/27/2019, 9:53 PM
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

delightful-dawn-43855

11/27/2019, 9:55 PM
No worries!