https://pulumi.com logo
Title
f

flaky-school-82490

11/19/2022, 7:13 PM
Hi #azure! Is there a way to retrieve an Azure AppConfiguration Store access keys when creating it using Pulumi? I could not find it in the doc. Something along those lines: https://learn.microsoft.com/en-us/powershell/module/az.appconfiguration/get-azappconfigurationstorekey?view=azps-9.1.0
c

clever-sunset-76585

11/19/2022, 7:36 PM
Not sure if you are using the Azure Native or the Azure Classic provider (TF bridged), Both have a Function to list the keys. Let me know if these work for you... https://www.pulumi.com/registry/packages/azure/api-docs/appconfiguration/getconfigurationkeys/ Here's the one in the native provider: https://www.pulumi.com/registry/packages/azure-native/api-docs/appconfiguration/listconfigurationstorekeys/