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
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
#azure
Join Slack