-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyVault reference in AzureAppConfiguration with Azure-Native #3955
Comments
The problem is when you use We tried to URL encode the |
This is a bug on the Pulumi side. Pulumi has to correctly encode the characters in the key name so it can be passed in the Azure REST API URL. |
Thanks for the call out. Yes, encoding the key name would be helpful here. I'll add this to our backlog and flag this to my team as well. |
Adding this code snippet here as it may help with a fix: pulumi-azure-native/provider/pkg/azure/client_azcore.go Lines 144 to 145 in 8993d7f
|
Hello,
I have problem with adding from C# key vault reference into azure app config. I followed #1034 (comment) and use this code
unfortunately I received this error
I have correctly setted permissions for KeyVault and also for AzureAppConfiguration (App Configuration Contributor)
Can you plase advise what is wrong?
The text was updated successfully, but these errors were encountered: