-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Serverless computing in Azure with .NET
By :

Part of any security conversation is configuring developer and administrator access to the application itself. In the next section, we will discuss how to configure administrative access to our Azure resources.
The Azure Portal allows for Role-based access control (RBAC). RBAC allows for granular access to the Azure resources.
Azure RBAC accepts the following two types of accounts:
If your environment is fully automated, and your application is deployed by a CI/CD pipeline, you may consider limiting administrator access to the application to the bear minimum, to prevent configuration drift.
You can configure user access through PowerShell, CLI, REST API, or the Azure Portal. To configure...