Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Osservante RBAC
Osservante RBAC

Osservante RBAC

Osservante

|
60 installs
| (0) | Paid
Easily manage all your Azure resource groups and role based access assignments (RBAC) in code.
Get30 days free trial

Sign up for a free trial license key at https://osservante.com/


Centrally Manage Azure RBAC in Code

Take control of your Azure RBAC

  • Centralise all RBAC configuration in one repository and pipeline
  • Simplify with human-readable files, and folder structure
  • Control with a plan stage that enables you to review changes and implement approval processes
  • Get started easily by exporting your current configuration to code

Deploys Azure resource groups, their tags, and Azure RBAC assignments from code for an entire Azure tenant

Deploy Azure RBAC


Central management means one repository, one pipeline and one approval process for your entire tenant.

  • Increased security
  • Improved efficiency
  • Better tracking and auditing
  • Enable standardisation

Simple folder structure that reflects the hierarchy of your subscriptions and resource groups

Simple folder structure for RBAC and resource gorups


Simple file structure that removes reliance on GUIDs making them human readable

{
    "resourceGroupName": "OSX-ARG-KEYVAULT-DEV",
    "location": "eastus",
    "assignments": [
        {
            "role": "Contributor",
            "objectName": "Jennifer.Davies@osservantex.com",
            "objectType": "User"
        },
        {
            "role": "Owner",
            "objectName": "Information Technology",
            "objectType": "Group"
        }
    ],
    "tags": {
        "Created": "2022-02-04",
        "Description": "Dev keyvault resource group",
        "Environment": "Development",
    }
}

Includes a plan mode so any Azure RBAC changes can be reviewed and approved before being applied via pipeline

Review RBAC plan before approval


And best of all, it has an export mode so you can not only get started any time, but also synchronise any on-going Azure RBAC changes made in the Azure portal back to code

Bi-Directional RBAC pipeline


Next steps

  • See the documentation at https://osservante.com/docs/overview
  • Sign up for a free trial license key at https://osservante.com/

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft