This release adds the ability to connect to custom storage endpoints instead of the standard Microsoft endpoints. To do so, you just need to modify your application configuration settings file, making changes to the following settings.
For example, if your storage account is named "cerebrata" and the complete URI for accessing table resource is "cerebrata.table.custendpoint.net", then for the TableStorageEndpoint please specify "table.custendpoint.net". Depending on demand, we may add a GUI to support this in the future.
This release adds the ability to connect to custom storage endpoints instead of the standard Microsoft endpoints. To do so, you just need to modify your application configuration settings file, making changes to the following settings.
For example, if your storage account is named "cerebrata" and the complete URI for accessing table resource is "cerebrata.table.custendpoint.net", then for the TableStorageEndpoint please specify "table.custendpoint.net". Depending on demand, we may add a GUI to support this in the future.