I am using Azure-native provider and have the following situation:
- A Function App which needs secret URI in AppSettings
- A Key Vault which holds the secret and also grants Managed Identity of Function App access to read it.
How can I create it using pulumi? It is chicken or the egg situation. Pulumi azure-native doesn't support managing access policy separately like azure classic provider.