https://pulumi.com logo
#azure
Title
# azure
j

jolly-baker-26598

08/09/2022, 3:30 PM
Has anyone used Managed Identities through Pulumi?
b

billowy-army-68599

08/09/2022, 3:33 PM
hey Troy, yep. What specifically are you trying to do?
j

jolly-baker-26598

08/09/2022, 4:02 PM
access a cosmos db from a function
Any thoughts on ⬆️ ?
b

billowy-army-68599

08/10/2022, 3:40 PM
it’s still really unclear what you’re trying to do I’m afraid, i dob’t have enough information
j

jolly-baker-26598

08/10/2022, 3:44 PM
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

billowy-army-68599

08/10/2022, 5:01 PM
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
5 Views