azure-worker-roles Questions

14

Solved

I have a working Azure account with various services already running. I receive monthly bills for these. Now, I created a workerrole in Visual Studio that I want to deploy. I get the "Publish Wind...
Inkblot asked 1/7, 2014 at 10:8

9

Solved

I have a worker role that I use to pull data down from Blob Storage OnStart. Currently I'm testing this by uploading a test.txt file and then downloading it to a local directory. This is working fi...
Francyne asked 14/6, 2012 at 18:27

3

Solved

I had to setup secure FTP to Azure Blob Storage using popular FTP clients (like FileZilla, for example). After doing lot of research, I came across a link that says: Deployed in a worker role, t...

3

I've got a remote server with a bunch of static files (outside of Azure). I've created a worker role in Azure and I want to use the worker role to transfer these files using SFTP from my remote ser...
Streeto asked 18/11, 2014 at 21:27

5

Here's my scenario: I'm sending an Azure ServiceBus Queue message from Node.js using the node azure sdk like so: var message = { body: JSON.stringify({ foo: 'Bar' }) }; serviceBusService.sendQu...
Argufy asked 20/2, 2015 at 19:48

1

lately we encountered the problem that our Azure Worker Role service restarts almost every day. This is a huge problem for us, since our service needs around 20 minutes to initialize and these rest...
Immure asked 2/2, 2016 at 11:57

1

Solved

I have a hangfire worker role with the following service definition: <?xml version="1.0" encoding="utf-8"?> <ServiceDefinition name="Company.ServiceA.Cloud.Hangfire" xmlns="http://schemas...
Lemmy asked 18/4, 2018 at 13:48

1

so this is a fairly broad question but have run out of ideas. We are currently running 2 worker role instances that does the following : Monitors and processes IoT Hub events by spawning N thread...
Henhouse asked 22/9, 2017 at 8:37

3

I got a Cloud Service deployment with 4 worker roles, one of which got auto-scaling enabled. As soon as auto-scaling occurs, all instances of all roles are recycling. Ideally, I'd like to stop th...
Gwenora asked 22/4, 2015 at 15:1

1

Solved

I am trying to use HostingEnviornment.QueueBackgroundWorkItem on azure worker role for some task execution on background but I am getting exception in the code "operation is not valid due to the cu...
Trilly asked 1/2, 2017 at 7:19

3

I am getting error while publishing worker role from Visual Studio 2013 with update 5. When i select worker role project and click on publish, it is showing me below error on pop up window and i am...
Ehrlich asked 7/10, 2016 at 14:20

0

I created Azure Worker Role project in Visual Studio 2015. When i start this project locally (via emulator) it works good. But when i try to publish this worker role to Azure Cloud i receive these ...
Execrable asked 3/10, 2016 at 23:53

3

Solved

From what I understand both run small repeatable tasks in the cloud. What reasons and in what situations might I want to choose one over the other?
Pulley asked 13/9, 2014 at 16:33

3

Solved

I have a task ( I tried with worker role and to upload a console app and run the .exe) that should run once a day and gather Azure Metrics of some of my VMs. This works flawlessly locally but on a ...
Hansiain asked 28/7, 2014 at 16:13

1

Solved

I have a blank Solution in .Net and add two Azure Cloud Services project in solution. One with WebRole and other with WorkerRole. Can I host the both project in one cloudservice instance or need se...

2

Solved

As I understand Azure Worker roles run by the help of Host application called WaWorkerHost.exe and there is another application called WaHostBootstrapper.exe which checks if WaWorkerHost.exe is run...
Shrink asked 14/6, 2016 at 10:20

4

Solved

Hi I am building a Cloud Service which has (for the moment) one web and one worker role. My desired workflow would be: the browser calls a webApi controller on the web role, which sends a message t...
Paganism asked 28/4, 2015 at 9:19

3

Solved

After installation of windows update on 10th February 2016, the azure roles are not starting in emulator (Full/Express). The logs show below [00005748:00006624, 2016/02/14, 12:03:24.391, FATAL] Ro...

3

Solved

I am getting the infamous "Role Instances are taking longer than expected" error when trying to start my Azure project with a single Worker Role. It used to work before, it started failing without ...
Mcmichael asked 16/10, 2014 at 18:45

13

I've rebooted my computer 50-100 times this week. I find I can start / deploy locally usually 3-4 times before getting this message: "Windows Azure Tools for Microsoft Visual Studio Role instance...
Transceiver asked 13/8, 2011 at 14:49

7

Solved

I'm currently working on an Azure project that works 100% locally with emulator resources. I'm now trying to deploy a worker role, but I'm running into an issue that I'm not sure how to troubleshoo...

2

Solved

I have looked far and wide for the answer to this. In Visual Studio 2013 I can easily create a WebRole and WorkerRole solution but in VS 2015 all I can seem to do is create a Website and WebJob. H...

5

Solved

In visual studio (with Azure SDK 2.2 and 2.3 installed) I am getting an error trying to run an Azure Worker Role: The role X is using an unsupported TargetFrameworkVersion v4.5.2 Should I be g...
Holding asked 5/6, 2014 at 7:55

3

I am trying to use Windows Azure Caching to store sessions in a MVC4 application. I build a application following steps from Link but when i try to make object of DataCache using below code line. ...
Bureaucrat asked 15/5, 2013 at 8:19

2

Solved

I would like to delete the local repo folder that I cloned from remote repository using LibGit2Sharp. I read here here that I have to Dispose() the Repository before I can delete it, but it still n...
Whitelivered asked 28/8, 2014 at 13:7

© 2022 - 2024 — McMap. All rights reserved.