Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

ErrorResponseException: Invalid Enpoint #1939

Open daisydan opened 1 year ago

daisydan commented 1 year ago

I want to access a blob container in the endpoint of "core.chinacloudapi.cn". When I am using Datastore.register_azure_blob_container() to register a blob container with endpoint="core.chinacloudapi.cn", it return an error "azure._restclient.models.error_response.ErrorResponseException (Invalid) Invalid endpoint. Provided , Expected: [core.windows.net]".

Do you know where might be wrong? Thanks