Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APIView - Replace connection string with managed identity

praveenkuttappan opened this issue · comments

APIView uses connection strings to authenticate against storage and cosmos. Change is required to use managed identity to connect to these resources instead of connection strings.

Duplicate of #8312