Using windows azure connect
问题 Is it possible for an asp.net mvc web api deployed on azure to connect to on premise db using windows authentication? 回答1: To achieve what you want, you have to: Domain Join your WebRole Programmatically set AppPool credentials to a user who has access to the local DB. 来源: https://stackoverflow.com/questions/12668768/using-windows-azure-connect