今天文档中多次看到了RDFE,是和Azure相关的,但不知道是具体啥意思。在网上搜了一下,意外地找到了一篇介绍Windows Azure的好文章。之所以称其为好文,是因为“有图有真相”、废话很少、从用户角度介绍了Windows Azure在背后是如何响应的用户的请求的。在此推荐给大家 -Windows Azure Role Architecture。
那么什么是RDFE? RedDog Front End,RedDog是Windows Azure最初的内部开发代码(codename)。RDFE的正式称呼应该是Windows Azure Portal, 它是整个Windows Azure服务最前端,它了除了提供部署服务外,还提供了 Subscription management, Billing, User access 以及 Service management等服务。它对外提供了一组REST接口,供Windows Azure Portal捉着其他工具,如:Visual Studio等调用。之前也它被称为 Live Portal Service。
参考:
Inside Windows Azure : the cloud operating system.