Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-web-roles]

A Microsoft Azure Web Role is a Windows Server Compatible Virtual Machine (VM) with IIS enabled, along with scaffolding code that provides a launch point for your own code to run within the VM.

azure-web-roles
0 votes
1 answer
144 views

Publishing Azure Cloud Services (extended support) from Visual Studio fails - Object reference not set to an instance of an object

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
650 views

How to give read-only access to Azure application insight logs to a user?

I have a problem with permissions and roles. I need to give read-only access to all logs in my infrastructure to a user. My infrastructure is done by different Management groups: I am working at ...
Simone's user avatar
  • 2,410
0 votes
1 answer
138 views

Azure RBAC: Error renewing website certificate (Let's Encrypt)

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,309
0 votes
1 answer
938 views

Error: The client does not have authorization to perform action 'Microsoft.Web/sites/config/list/action'

How does one go about translating an Azure permissions error message into the actual permissions needed to solve the problem? I'm getting an error message when trying to run a WebJob: The client does ...
InteXX's user avatar
  • 6,309
0 votes
1 answer
158 views

Azure solution for hosting TCP server

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
  • 2,974
1 vote
1 answer
368 views

Can't access Identity Provider in Azure App Service Authentication menu

When i try to access the 'Authentication' menu in Azure App Service, I get a message saying I don't have access to this. I don't want to use the built-in roles like 'Contributor' or 'Owner'. I have ...
huju vert's user avatar
1 vote
1 answer
255 views

No Web Role for Visual Studio 2022 Azure Cloud Service

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
2 votes
1 answer
831 views

Options for doing App Services health check for WebJob application

I am hosting a few WebJobs app services and I like to use the Health check feature included in Apps Services. My worker job applications do not expose any http endpoints. Therefore exposing the path /...
Allan Xu's user avatar
  • 8,892
-1 votes
1 answer
341 views

Azure permission missing Microsoft.Web/sites/host/properties/read

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
  • 523
-1 votes
1 answer
82 views

Access specific web role node on Azure Cloud Service

I have a number of Azure Cloud Service deployed (currently Classic, but in the process of upgrading to Extended Support). Each Cloud Service has a web role with a number of nodes (2 or 3 currently ...
Aleks G's user avatar
  • 57.1k
9 votes
2 answers
15k views

Azure global admin cannot(disabled) add roles under "Access Control(IAM)"

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,134
0 votes
1 answer
263 views

CreateIfNotExists() of CloudBlobContainer always throw status code 400

I try to run demo follow documentation: https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-dotnet-get-started and from github template project: https://github.com/CawaMS/...
hai pham's user avatar
0 votes
2 answers
199 views

Cloud Service Warmup using IIS

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
  • 366
0 votes
1 answer
178 views

ASP.Net Core MVC Web application roles management

I have a ASP.NET core web application which i have hosted in Azure portal. I wanted to add authentication to application and also wanted to have different roles, where some users will have only view ...
Navaneet's user avatar
  • 1,387
3 votes
1 answer
2k views

Azure Default Reader vs Built-in Monitoring Reader

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

15 30 50 per page
1
2 3 4 5
76