Has anyone used Managed Identities through Pulumi?
# azure
j
Has anyone used Managed Identities through Pulumi?
b
hey Troy, yep. What specifically are you trying to do?
j
access a cosmos db from a function
Any thoughts on ⬆️ ?
b
it’s still really unclear what you’re trying to do I’m afraid, i dob’t have enough information
j
rather than use an access key, i was looking at using a managed identity to allow a function app to access a cosmos db
there's not much info in the docs around managed identities and no examples
b
You can assign a managed identity to the function app using this: https://www.pulumi.com/registry/packages/azure/api-docs/appservice/functionapp/#functionappidentity There are a couple examples in here: https://github.com/pulumi/examples/search?q=functionapp