azure-virtual-machine

what is the difference between virtual machine classic and virtual machine in azure?

ⅰ亾dé卋堺 提交于 2019-11-28 07:55:59
In Azure there are 2 options available to create virtual machines. A. normal VM B. Classic VM Does anybody know what is the difference between both option? When do we use one over other? Short answer to your question is Normal VM or Virtual Machines is the new way of deploying your Virtual Machines whereas Classic VM or Virtual Machines (Classic) is the old way of deploying them. Azure is pushing towards the new way of deploying resources so the recommendation would be to use it instead of old way. However please keep in mind that there're some features which are available in the old way that

Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet

邮差的信 提交于 2019-11-27 15:31:31
问题 I was trying to install Azure using Install-Module Azure in PowerShell. I got the following error: PS C:\Windows\system32> Install-Module Azure Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is corre ct and try again. At line:1 char:1 + Install-Module Azure + ~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Install-Module:String) []

How to force VM created with an ARM template + CustomScriptExtension to redownload the script and run it?

微笑、不失礼 提交于 2019-11-27 08:27:22
问题 The CI/CD process: compiles an executable and uploads it to Azure Storage. Uploads the "custom script" (that downloads the executable and runs it) to Azure Storage. Deploys an ARM template of a VM that has a CustomScriptExtension that downloads and runs the custom script. The subsequent builds update the script and the executable but the VM doesn't pull down the updated script. How to make it redownload and run the script that would run the updated executable? 回答1: In order for the

In Windows Azure: What are web role, worker role and VM role?

吃可爱长大的小学妹 提交于 2019-11-27 02:41:16
The application I work on contains a web role: it's a simple web application. I needed to host the application in Windows Azure, so I created a web role. I actually want to know what these roles are for. What is their significance coding wise or storage wise? EDIT 3/3/2013 - updated to reference UDP endpoints, Virtual Machines, and more languages EDIT 6/6/2013 - updated to reflect the discontinuation of VM Role, and update to web/worker role baseline OS images to Windows Server 2012 Good link by @Vladimir. A bit more clarification: All roles (web, worker) are essentially Windows Server. Web

what is the difference between virtual machine classic and virtual machine in azure?

社会主义新天地 提交于 2019-11-27 02:02:00
问题 In Azure there are 2 options available to create virtual machines. A. normal VM B. Classic VM Does anybody know what is the difference between both option? When do we use one over other? 回答1: Short answer to your question is Normal VM or Virtual Machines is the new way of deploying your Virtual Machines whereas Classic VM or Virtual Machines (Classic) is the old way of deploying them. Azure is pushing towards the new way of deploying resources so the recommendation would be to use it instead

In Windows Azure: What are web role, worker role and VM role?

时光怂恿深爱的人放手 提交于 2019-11-26 10:10:13
问题 The application I work on contains a web role: it\'s a simple web application. I needed to host the application in Windows Azure, so I created a web role. I actually want to know what these roles are for. What is their significance coding wise or storage wise? 回答1: EDIT 3/3/2013 - updated to reference UDP endpoints, Virtual Machines, and more languages EDIT 6/6/2013 - updated to reflect the discontinuation of VM Role, and update to web/worker role baseline OS images to Windows Server 2012

Why am I getting “Cannot Connect to Server - A network-related or instance-specific error”?

倖福魔咒の 提交于 2019-11-26 03:12:31
问题 I get the following error when trying to connect to SQL Server: Cannot connect to 108.163.224.173. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 1326) This error is thrown