Hi All Iam trying to create / fetch (string forma...
# general
w
Hi All Iam trying to create / fetch (string format) the Azure Function Host keys through Pulumi. Tried different methods but nothing worked. Finally i was able to fetch the host keys through Powershell command. But is there a way to execute this powershell command in my pulumi stack. Refer to the the image below.
p
@witty-honey-13693 you can call any script/command with this package: https://www.pulumi.com/registry/packages/command/
w
Thank you @prehistoric-nail-50687 I will give it a try.
For some reason Iam getting this error even after adding
Copy code
using Pulumi.Command.Local;
Am i missing any thing else ?