Connecting to Azure SQL Database in a Python script
Both when developing locally and when an app is deployed on a non-Azure service (e.g. on Streamlit), authenticating an app using an application service principal is an option. In fact, this is the ...