RadCloudUpload sends request to
{AccountName}.blob.core.windows.net, but this leads to an error if the
german azure cloud is used. The german endpoint is
{AccountName}.blob.core.cloudapi.de/
Is there a way to determine the endpoint itself?
Regards
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 06 Jan 2017, 02:28 PM
Hi,
The RadCloudUpload does not provide a way to change Azure endpoint. It only setups the required connection string specified in the following Azure article. Configuring endpoint is out of the scope of RadCloudUpload control and it is in the scope of Azure configuration. You may try to change the endpoint as described in the article Configure a custom domain name for your Blob storage endpoint.