Top "Azure-vm-role" questions

VMRole is another PaaS offering from Microsoft on the Azure platform.

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

The application I work on contains a web role: it's a simple web application. I needed to host the application …

azure azure-web-roles azure-worker-roles azure-virtual-machine azure-vm-role
Does Azure offer https for "cloudapp.net"?

One great advantage of using Azure Websites is that I can get secure HTTP (HTTPS) without doing nothing: I simply …

azure https azure-web-roles azure-web-app-service azure-vm-role
How temporary is Azure VM Temporary Storage?

When you create an Azure VM, it creates a D: drive named "Temporary Storage". It's unclear to me just how …

azure azure-vm-role
Cannot SSH to Azure VM

I have a Ubuntu VM on Azure (Resource Group, not the Classic VM) and it all worked out of the …

azure ssh virtual-machine azure-resource-manager azure-vm-role
How can I find the name of the VM image used to create an Azure VM using PowerShell?

If I use Get-AzureVM (PowerShell cmdlet) to fetch a running VM then the fields I get back are DeploymentName Name …

azure azure-vm-role
Azure Virtual Machine Start-Up task

We are creating a multi-tenant application and hosting it on Window Azure IaaS platform. We want to provision and configure …

azure azure-vm-role
How can I get the ssh host key for a new Azure Linux VM created using PowerShell?

If I create an Azure Linux VM using PowerShell, how can I get its new ssh host key, so that …

azure ssh azure-vm-role