【发布时间】:2015-10-26 08:49:08
【问题描述】:
我想自动创建 Azure We App(fd 网站)并部署一些静态内容(html、js、css)。来自我的 CI 服务器 TeamCity 和 Powershell。
我玩过一些 Azure cmd-let,所以我安装了这些。
【问题讨论】:
标签: powershell azure teamcity
我想自动创建 Azure We App(fd 网站)并部署一些静态内容(html、js、css)。来自我的 CI 服务器 TeamCity 和 Powershell。
我玩过一些 Azure cmd-let,所以我安装了这些。
【问题讨论】:
标签: powershell azure teamcity
是的,您可以使用 Powershell 将您的网站部署到 Azure,例如你的静态内容。
官方文档中的 Powershell 部分有几个有用的链接,其中包含详细信息。
来自 Powershell 部分:
" 电子书章节,解释了电子书中显示的示例应用程序如何使用 Windows PowerShell 脚本创建 Azure 测试环境并将其部署到其中。"
“如何使用 Visual Studio 生成的 Windows PowerShell 部署脚本。”
希望对您有所帮助! :)
【讨论】: