I\'ve gotten my worker role to ...work. Now i\'m having one more minor issue. My worker role access SQL Azure through the Entity Framework. I\'m tring to create a list of populated Email objects from
I\'ve built a backend in ASP.NET MVC2 w开发者_Python百科hich has an underlying ADO.NET Entity-based Database.
I have two instances of a worker role. I want to run a sub-task (on a Thread Pool thread) only on one of the Worker Role 开发者_JAVA百科instances.
According to MSDN, an azure service can conatins any number of worker roles. According to my knowledge a worker role can be recycled at any time by Windows Azure Fabric. If it is the true, then:
I am working on an Azure demo to run Powershell in a worker role. In my web role I add the name of the Powershell script which is to be run to a CloudQueue object.