We have integrated managed service identity with azure functions & sql database which is working fine from azure environment but has issue when we connect from local environment, the function app is not able to connect to database and we have followed steps given in following document https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-connect-msi.
With msi integration is there any known issue connecting to sql database from Visual studio?