Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post