Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
408 stars 196 forks source link

[Issue] MongoDB TODO templates use connection strings, not managed identity #3770

Open pamelafox opened 6 months ago

pamelafox commented 6 months ago

The MongoDB RU templates use a connection string: https://github.com/Azure/azure-dev/blob/aae980c37780689be67b10e472f496d432e5f5a5/templates/todo/projects/python-mongo/.repo/bicep/infra/main.bicep#L74C7-L74C41

We've been told to move away from connection strings. However, I haven't found documentation about how to do so for MongoDB RU, so am not sure how you would do it.

jongio commented 6 months ago

Cosmos/Mongo didn't support managed identity when the sample was created. Based on what I'm seeing online I still don't think it does. But we can check with @markjbrown

markjbrown commented 6 months ago

This is on our roadmap. Shooting for late Summer.