Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
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/
3 Views
#azure
Join Slack