It's possible to link to tiles in blob storage, I do this a lot. The key thing is you need to enable CORs. Here's how to do this:
- Go to the blob storage account resource in the Azure portal that will be hosting your files. For your URL format, make sure you have the correct folder structure folder Z -> folder Y -> file name X.png. Alternatively, give your files quadkey names and then you can just drop them into a single folder.
- Under Settings, click on the Resource Sharing (CORs) button.
- Under the Blob services section, add new entry with the following options:
Allowed origins | Allowed methods | Allowed headers | Exposed headers | Max age |
---|---|---|---|---|
* |
GET |
* |
* |
360000 |