Questions tagged [azure-vm-role]

VMRole is another PaaS offering from Microsoft on the Azure platform. Like the Web/Worker role it is a Stateless machine. However developers are given more control over customizing the OS by supplying a preconfigured VHD image that is used to run the VMRole from.

Windows Azure VM Role is a Platform-as-a-Service (PaaS) offering from Microsoft. Like the WebRole and WorkerRole it is a stateless role, thus PaaS. The advantage of this type of offering is that one can avoid long-running installs of third party software, which usually runs in the Startup for a Web/Worker Role. Also the VM Role gives more freedom on customizing the OS that runs in the cloud (though currently only supported Windows Server 2008 R2 and Windows Server 2008 SP 1 x64). The role is being spinned up from preconfigured VHD image. One shall not forget that the VM Role is a stateless. This means that any and all changes made during the live of a VM will be lost upon service healing (if hardware fails and needs to be re-instantiated on another machine) just like the Web/Worker roles. This is true for the file storage also.

It shall not be confused with Windows Azure Virtual Machines, that came as offering in June 2012 and is still in CTP as of today (Sept. 2012).

More information on VMRole and Virtual Machines can be found here.

91 questions
1
vote
1 answer

Web application inside website

I'm seeking some guidance for hosting websites on azure. I have a Umbraco website, which work fine on azure website. I also have an MVC application I want to host inside my umbraco site, but it has to be run as an application. This work fine in…
1
vote
1 answer

Localization of Azure SQL Reporting

What is the recommended way of localizing Azure SQL Reporting reports ? I found some articles with resources files in an seperate assembly, for example: http://www.codeproject.com/Articles/294636/Localizing-SQL-Server-Reporting-Services-Reports…
1
vote
1 answer

Expose ports on Azure VMRole

Can we expose ports on a Azure VMRole after we have published the project onto Azure? Probably using Azure Powershell cmdlets or some other way. At present, I am deleting the VMRole and adding new endpoints on my project (Visual Studio Azure…
dushyantp
  • 4,398
  • 7
  • 37
  • 59
0
votes
3 answers

.NET Application with SQL Server deployed to Azure?

I have reviewed all the questions relating to deploying .NET applications into Azure but there is something I still need to understand. I have seen and tested myself that will Visual Studio 2010 its very easy to Publish and deploy an existing .NET…
Gotts
  • 2,274
  • 3
  • 23
  • 32
0
votes
1 answer

the subscription is not authorized for this feature

I just create new Azure account with bizspak. I added certificate and i wanted upload VM role, but they said "the subscription is not authorized for this feature" why? My script csupload Add-VMImage -Connection…
Benjamin
  • 129
  • 8
0
votes
0 answers

AZURE VM - Virtual Machine Administrator Login role user not getting in as Administrator

So I created a new VM in Azure and allowed Azure AD login. I also created two separate groups and named them as VM_Admins and VM_Users and assigned Virtual Machine Administrator Login role and Virtual Machine User Login role respectively. So far all…
0
votes
1 answer

How to load Azure VM local files to azure sql database using self-hosted IR?

I have an azure VM having csv files, i don't have storage account, so how to load VM local files into azure sql database using file system and self-hosted IR
0
votes
1 answer

ErrorLoadingExtensionAndDefinition error while creating host pool in azure

I am not able to create host pool in azure. I am getting the following error: Session ID 2e53a5fd5e54499ab7dc3d6e9b4911d7 Resource ID Not available Extension Microsoft_Azure_WVD Content HostpoolBlade Error code -- Error…
0
votes
1 answer

How do I SQL query from Azure Web Role to SQL Server 2008 R2 Express hosted on VM Role?

I have SQL Server 2008 R2 Express installed on Azure VM Role (1 extra small instance). Because of hosting very old banking system, which is not able to connect to SQL Azure. Data persistency is reached via Azure Storage Page Blob. I have written a…
m_david
  • 3,207
  • 1
  • 17
  • 16
0
votes
1 answer

Find if Azure VM has been idle

I am looking for way to find if Azure VM has been idle for over an hour. The criteria to qualify for idle if there is no mouse movement for over an hour. I want to save the State of VM and shut it down. Can this be achieved using Powershell comands…
user3799325
  • 590
  • 1
  • 8
  • 20
0
votes
2 answers

How we can create VM ware using Azure data Factory

I am trying to create Vmware using VMImage through Azure data factory! I am able to create manually by using Resource Manager, but i want to automate this process through Azure Data Factory.
0
votes
1 answer

Unable to publish an ASP.NET webpage on an Azure VM running on Windows server 2016 database

Hi I am trying to deploy a website on an Azure VM and I already set all the configuration for make a deployment but this error appears when I tried to publish: Error Web deployment task failed. (You connected to the remote computer…
0
votes
1 answer

Deployment Targets with Health Check "Unavailable" in Octopus

Now my company asked us to integrate Octopus with Bamboo. We were already using Bamboo for building and running the Unit Test cases. So this is the process which I followed. 1. Installed the Octopus server and created package and pushed it. Followed…
CrazyCoder
  • 2,194
  • 10
  • 44
  • 91
0
votes
1 answer

Azure Python SDK Authentication Error

I am trying to stop a virtual machine in the azure cloud using the azure-python-sdk. I am following this page https://github.com/Azure-Samples/virtual-machines-python-manage and I have created an Azure active directory application by following this…
0
votes
1 answer

Is it Possible to Convert Azure Classic VM dynamic IP (VIP) to Static IP (VIP)?

I have a Classic Azure VM whose current public ip is dynamic. I want this same ip to convert to Static. Is it possible? If Yes, How?
Avinash patil
  • 1,689
  • 4
  • 17
  • 39