创建 Azure Web 应用程序并使用 powershell 部署 html 文件
Create an Azure Web App and deploy html file with powershell
我想自动创建 Azure We App(fd 网站)并部署一些静态内容(html、js、css)。来自我的 CI 服务器 TeamCity with Powershell。
我玩过一些 Azure cmd-lets,所以我安装了这些。
是的,您可以使用 Powershell 将您的网站部署到 Azure,例如您的静态内容。
官方文档中的 Powershell 部分有几个有用的链接,其中包含详细信息。
来自 Powershell 部分:
" 电子书章节,解释电子书中显示的示例应用程序如何使用 Windows PowerShell 脚本创建 Azure 测试环境并部署到其中。"
"How to use Windows PowerShell deployment scripts that Visual Studio generates."
希望对您有所帮助! :)
- 沙赫德
我想自动创建 Azure We App(fd 网站)并部署一些静态内容(html、js、css)。来自我的 CI 服务器 TeamCity with Powershell。
我玩过一些 Azure cmd-lets,所以我安装了这些。
是的,您可以使用 Powershell 将您的网站部署到 Azure,例如您的静态内容。
官方文档中的 Powershell 部分有几个有用的链接,其中包含详细信息。
来自 Powershell 部分:
" 电子书章节,解释电子书中显示的示例应用程序如何使用 Windows PowerShell 脚本创建 Azure 测试环境并部署到其中。"
"How to use Windows PowerShell deployment scripts that Visual Studio generates."
希望对您有所帮助! :)
- 沙赫德