微软最近宣布了一个新工具, Windows Azure Companion ,更新了 Windows Azure Tools for Eclipse for PHP 和 Windows Azure Command-line Tools for PHP ,并在 9 月 19 日 -21 日举办的 Open Source India 会议上带来了 Windows Azure SDK for PHP 的第二个版本,所有这些工具都是针对 PHP 开发人员和那些对 Windows Azure 上部署应用程序感兴趣的管理员。
只有 Windows Azure Companion 是全新的工具,其他的都是更新或者老工具 /SDK 的新版本。Windows Azure Companion 能用来在 Azure 上安装 PHP 平台组件(PHP 运行时、扩展)或者 PHP Web 应用程序。
Windows Azure Companion 使用 Atom 订阅源作为配置文件,其中包含了想要运行的 Web 应用程序所需组件的名称和 URL。Vijay Rajagopalan,微软互操作策略部门(Interoperability Strategy)的首席构架师,说道 Companion 的早期版本主要针对 PHP 的,不过它可以扩展成部署“任何开源组件或应用程序到Windows Azure 中运行”。Rajagopalan 没有解释哪些非PHP Web 应用程序可以部署到Azure 中,不过似乎通过编辑订阅源和使用Companion 就可以实现。
Windows Azure for Eclipse for PHP September CTP 更新了 Eclipse 插件,以支持在 2010 年 6 月发布的 Windows Azure SDK 1.2 中的最新增强,也为 11 月最终版做好准备。新特性有:
- 在启用了 SSL 的 HTTP 端点上托管 PHP 应用程序
- 在 PHP 编辑器中支持 Windows Azure 的代码模板
- Windows Azure 诊断支持
- 集成开源的 AppFabric SDK for PHP Developers
- 支持在 Worker Role 中执行 PHP 脚本
- SQL CRUD Application Wizard for PHP 的集成
- 增强了项目文件转换功能
- 可管理应用程序部署
- 可以在 Web Role 应用中暴露 php.ini 和 PHP 文件夹
- Windows Azure Drive for PHP developers 的支持
- 为 Storage Exploer 使用帐号名称
Windows Azure Command-line Tools for PHP 让管理员可以通过命令行界面打包 PHP 应用程序并部署到 Azure 中。9 月的 CTP 版本将添加对 Web 和 Worker Role 的支持。这个工具无法兼顾到所有部署情况,有些还是需要靠 Companion 来解决。
Windows Azure SDK for PHP 能让开发人员在他们的应用程序中利用 Azure 的服务——大文件存储、表、队列等。在这个 2.0 版本中的一些新特性有:
- 可以调用 Windows Azure Blobs、Tables 和 Queues 功能的 PHP 类(可完成 CRUD 操作)
- 用于 HTTP 传输、AuthN/AuthZ、REST 和错误管理的辅助类
- 可管理性、设施和日志支持
- 支持在 Azure Table Storage 中存储 PHP 会话
查看英文原文: New PHP Tools for Windows Azure
评论