目标是让单个地址 (static.example.com) 通过动态访问控制(基于 IP 范围)从多个存储帐户访问静态资源。
static.example.com/resource-1/... - accessible to all users and served via CDN
static.example.com/resource-2/... - accessible to all users and served via CDN
static.example.com/resource-3/... - accessible only to internal users
static.example.com/resource-4/... - accessible only to internal users
static.example.com/resource-5/... - accessible only to internal users
static.example.com/resource-6/... - accessible only to internal users
约束:
- 内部网络用户可用的资源必须使用相同的主机名 static.example.com
- 内部网络用户可用的资源必须存储在不同的存储帐户中
下图中突出显示的区域标记了要使用 Azure 服务(-es)的位置。问题是可以使用哪些 Azure 服务(以及如何)来实现所描述的要求?
任何帮助或建议表示赞赏。