conda install
to add a package during a session, the project is impacted temporarily, during the current session only. If you want the change to persist for future project sessions and deployments, be sure to add the package to the project’s anaconda-project.yml
file. For more information, see Project configurations.
You’ll also need to obtain the values for the connection keys required from your Azure account.
See Secrets for information about adding credentials to the platform, to make them available in your projects. Any secrets you add will be available across all sessions and deployments associated with your user account.
After you’ve installed the correct driver and gathered the connection information for your Azure account, you can then use code such as this to access the database from within a notebook session: