Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 Dreamweaver 构建一个基于 HTML 的站点,然后通过 ftp 将此站点上传到 Azure 平台,更具体地说,Windows Azure 会识别我网站的默认页面,而无需在 URL 中明确引用它吗?
Azure PaaS(云服务或网站),没有。Azure IaaS,是的……有一堆初始设置。
您可以启动一个 Azure VM 并从那里的 IIS 中托管一个纯 HTML 网站。您需要在首次配置服务器时配置 IIS 网站(例如起始页)并设置 FTP 服务器。
我的直觉是,Windows Azure 对于此类项目来说并不是一个非常经济的托管模型。