Make the following urls configurable.
BLOB_SERVICE_HOST_BASE = '.blob.core.windows.net'
QUEUE_SERVICE_HOST_BASE = ...
TABLE_SERVICE_HOST_BASE = ...
SERVICE_BUS_HOST_BASE = ...
Make them the default values, but let the user override the defaults when instantiating the service classes.