摘要:
外网能访问部署在虚机的NodeJs网站需注意如下: 在管理门户上配置端点(Http 80->80) 在虚机中的防火墙入站规则中增加应用程序Node.exe的允许规则 启动NodeJs的侦听进程时,需要侦听所有IP(0.0.0.0) 示例代码如下: var http = require('http')... 阅读全文
摘要:
This section lists some of the common causes of deployment problems, and offers troubleshooting tips to help you resolve the problems. An indication that a problem exists with an application is whe... 阅读全文
摘要:
Foreword Need to remove a batch of VMs, which named with same prefix or belong to same Cloud Service. After remove VMs, should automatically remove related disk (OS disk & Data Disk) and related VHD ... 阅读全文
摘要:
Foreword When we do some test that need several VMs, we can use PowerShell script or CmdLets to implement what we want. Keywords PowerShell, New-AzureVMConfig, New-AzureProvisioningConfig, New-Azur... 阅读全文
摘要:
Download any version source code of Windows Azure Powershell from https://github.com/Azure/azure-sdk-tools/releases Downdload Wix ToolSet from http://wix.codeplex.com/releases/view/115492... 阅读全文