curl -v -X GET 'https://outboundproxy.xx.net:8443/<Container_name>/<SAS>Token' -H
'Host: Azurestorage.blob.core.windows.net' -H "Rest of the curl
headers"
We have a outbound proxy inplace and all of the external connection has to go via an 'https://outboundproxy.xx.net:8443'. Hence, In the above curl command i have used host header to pass the actual storage account base url.
Now, I want to replicate it using the python Azure blob SDK module but I am not sure how to structure the account url parameter. Any pointer or hint will be helpful