Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
328 views

NOTE: This is not your typical null reference error! The error is a message in the output of the Microsoft Azure Activity Log and is not from code directly in the project that I can debug. I have a ...
Chris Schaller's user avatar
0 votes
1 answer
216 views

This Q&A is related to another Q&A, linked here. The helpful answer there by Sridevi got me past the first set of gates. I feel I'm very close to getting a certificate renewal, but now I'm ...
InteXX's user avatar
  • 6,537
0 votes
1 answer
217 views

Im looking for a way to host a scalable c# server and im thinking that Azure is a good fit. This is what i need to be able to do. Be accessible by clients via static ip adrress Use TCP communication ...
Daarwin's user avatar
  • 3,034
2 votes
1 answer
390 views

I am wondering if I could get some help figuring out what I have done wrong here. I have been trying to learn .NET cloud development through exercises (https://learn.microsoft.com/en-us/visualstudio/...
Adam Shay's user avatar
-1 votes
1 answer
904 views

I am trying to add the following permission to an Azure role due to an error I am seeing in the logs - Microsoft.Web/sites/host/properties/read. However, I cant find this permission to apply when I ...
JakeUT's user avatar
  • 567
9 votes
3 answers
22k views

I activated my global admin role in Privileged Identity Management like so When I navigate to the Access Control blade under a subscription, I see the Add role assignment options disabled. Doesn't ...
Tiju John's user avatar
  • 1,250
0 votes
1 answer
221 views

I came across this link about warming up the IIS application https://ruslany.net/2015/09/how-to-warm-up-azure-web-app-during-deployment-slots-swap/ Can this feature be used for azure cloud services ...
Batman22's user avatar
  • 386
3 votes
1 answer
2k views

I am trying to setup narrow down the best possible role for monitoring data from security perspective. My needs are slightly different so I don't want to use the Security Reader role (mainly because ...
Saubhagya Srivastava's user avatar
2 votes
1 answer
142 views

I have an ASP.NET Web API hosted in a cloud service web role. I have added a WebRole class extending RoleEntryPoint which is attempting to retrieve an IoC castle Windsor container which has ...
Indy's user avatar
  • 293
0 votes
0 answers
52 views

I'm very new in Azure. I built an Azure WebApp which my vendors and customers log into. When users log in, they go to the SiteMap page. I want customers only see and access certain pages in the ...
D NFINITY's user avatar
1 vote
1 answer
735 views

I want to find out is it possible to deploy classic cloud service package (Microsoft.ClassicCompute) to Azure deployment slot with AZ powershell. There is a classic service inside a resource group ...
Nikolay's user avatar
  • 87
1 vote
1 answer
339 views

I have an Azure WebRole, which publishes a WCF Service with PerSession setting. This means, session needs to be preserved for a long time... This is because of synch-framework and cannot be changed. ...
Travis's user avatar
  • 248
0 votes
0 answers
1k views

is the below power shell scripts removes the weak ciphers and what I exactly want to remove are the below ciphers TLS_RSA_WITH_AES_256_CBC_SHA256 TLS_RSA_WITH_AES_128_CBC_SHA256 ...
mohaidar's user avatar
  • 4,346
0 votes
1 answer
483 views

I am an admin on a TFS online project, and I have created a wiki and written some pages in it. However, today I cannot access it to edit these pages nor add sub-pages. The Security button in Wiki ...
Mahdi Alkhatib's user avatar
4 votes
1 answer
999 views

So just a quick summary of what we are doing to put everything into context. We have a socket server running as an Azure Cloud Service (worker role) within the South Central US region. All of our ...
David's user avatar
  • 743
1 vote
1 answer
809 views

The config value is stored in the Web.config. When I build the web project, the Web.config gets copied to the build folder as {ProjectName}.dll.config. Running the web app locally works fine, the ...
Tobias's user avatar
  • 5,168
1 vote
0 answers
74 views

I have a working Azure web role which I've been using over an http endpoint. I'm now trying to switch it over to https but struggling mightily with what I thought would be a simple operation. (I'll ...
NeilMacMullen's user avatar
1 vote
1 answer
189 views

So, this has worked like forever (and continues to work just fine in emulator). When I spin up my classic cloud service in Azure I get the error below. ExecuteAsync() is in the web role, in Results/...
Barry Briggs's user avatar
1 vote
1 answer
705 views

I am trying to create a new Let's Encrypt SAN certificate using the Certes Library and hosting on a Azure WebRole. Everything has worked previously (many times) but now I am getting a cert error on ...
James Whittred's user avatar
1 vote
1 answer
1k views

I would like to give a specific user the ability to invoke (but not modify or delete) an Azure function through the Azure web portal. I am following the documentation for creating custom roles in ...
Matt Wolin's user avatar
1 vote
1 answer
111 views

Hi I am trying to enable the diagnostics for web role but when ran the script I got the below error https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-dotnet-diagnostics $...
kumar's user avatar
  • 9,731
2 votes
1 answer
120 views

We have an azure Webrole which we call as an API from other applications to convert webpages into a rendered byte array which we then attach as a pdf into emails. We do this using ABCpdf. For our ...
Tom Eardley's user avatar
0 votes
1 answer
88 views

I am deploying multiple web sites on Windows Azure cloud service on Single web role. I have added required binding and host file entries. when I run ping command I am getting the response as well. ...
Mohit Dharmadhikari's user avatar
1 vote
0 answers
191 views

I'm trying to set up a Unit Testing Framework for my WebRole project. I created a mock HTTP context and attached it to the controller that I'm trying to test as such: var fakeHttpContext = new Mock&...
chillax786's user avatar
1 vote
1 answer
196 views

I'm trying to set up Unit Tests for my WebRole project. I created a separate project "MyWebRole.Tests". The issue I'm having is when I instantiate my controller methods they call on RoleEnvironment....
chillax786's user avatar

1
2 3 4 5
23