I am try to connect and use Azure MS-SQL via python on a Raspberry Pi. I did run into issues. However a blog by Marc Duiker (https://blog.marcduiker.nl/2017/07/16/installing-python-azure-sdk-raspberrypi.html) help me progress a bit down the road
One step is to install the Azure SDK via:
sudo pip install azure
But, I get the following error:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-csr10u/cryptography/
Please help.