Questions tagged [azure-role-environment]

54 questions
0
votes
1 answer

Deploying Azure Cloud Service on a Hosted Cloud (not Azure)

I am developing a cloud application deployed on an Azure Cloud Service and I want to deploy it now on another hosting provider provides only a VM. Is there a way that I install the Azure run-time on Windows VM and it works as an Azure Role without…
Homam
  • 23,263
  • 32
  • 111
  • 187
0
votes
1 answer

Communication with worker roles in windows azure

I present my problem if anyone can help will be appreciated: I have a web site (implemented in WebForms in Azure) where the user can make configurations that will result into a XML with all the data of the configuration. In the other hand, I have a…
0
votes
1 answer

Writing to the role environment of two azure instances at the same time

I have an MVC web application hosted on Azure as a cloud service which stores file locally on the role environment. This was a viable solution until moving the service to high availability with two instances but now the files are only written to the…
Jay
  • 3,012
  • 14
  • 48
  • 99
0
votes
1 answer

How to determine external endpoint(s) from within an Azure-created Virtual Machine?

I have a server application (a .NET console application that listens on a TCP port) that I need to run in an Azure VM instead of a Worker or Web Role, and I need that app to be able to determine its own public/internet endpoint IP and port (for…
0
votes
2 answers

Determine if other role instances are busy and/or healing?

Building off of this question/answer on StackOverflow, I'm looking to make a single Azure instance run certain code at one time rather than have every instance run the code. However, what I can't seem to find is how to determine if roles that are…
David Pfeffer
  • 38,869
  • 30
  • 127
  • 202
0
votes
2 answers

Windows Azure Role Environment - Unable to find assembly

I'm getting this error when I call Windows Azure Role Environment. I've checked and DotNetOpenAuth.OAuth.Common.dll as Copy Local = True. Any idea? System.TypeInitializationException was caught HResult=-2146233036 Message=The type initializer…
Gui Ferreira
  • 4,367
  • 6
  • 28
  • 41
0
votes
0 answers

Accessing Local Storage in azure

I have a website in azure which I want to create pdfs from templates. I need some where to store the pdf while I'm creating it. After some searching round I thought the best way to handle this would be through Local Storage. I added a Windows azure…
Rachel Edge
  • 351
  • 2
  • 6
  • 18
-1
votes
1 answer

Azure least permission role to write a Key Vault secret, specific to a particular vault and even particular secret names (or globbed wildcard)

I want to end up with a service account/principal which has least-privilege to be as narrow as possible. It needs to write new/updated secrets to a particular Azure Key Vault. So, I want to create a custom role for this and assign that role to the…
Kevin Buchs
  • 2,520
  • 4
  • 36
  • 55
1 2 3
4