For sake of safety I wish to use geo-replication / secondary Blob Storage container for a data source for AzureML Datastore. So I do the following:
- New Datastore
- Enter name + Azure Blob Storage + Enter manually
- For URL I paste "Secondary Blob Service Endpoint" value from "Storage account endpoints" and I add container name at the end, e.g. https://somedata-secondary.blob.core.windows.net/container-name
- Select subscription ID
- I select the resource group in which somedata is hosted,
- I add account key taken from "Access keys" section, I tried also with SAS token
- After finalizing, the new datastore seem to appear in the list but it is impossible to Browse (preview), throwing the error "Invalid host".
What is the correct way of doing this? Is it possible at all to access this geo-replication / secondary Blob Storage as datastore?