From 30c5b59b7268dbd9eaac2469cd9f3262eb7f67e4 Mon Sep 17 00:00:00 2001 From: Traci Morrison Date: Wed, 16 Oct 2019 09:13:58 -0400 Subject: [PATCH] Add information on custom roles --- cluster/azure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/azure.md b/cluster/azure.md index 64fc0e87c9..452351765a 100644 --- a/cluster/azure.md +++ b/cluster/azure.md @@ -12,7 +12,8 @@ title: Get started with Docker Cluster on Azure - Service Principal App Secret - Subscription UUID - Tenant UUID -- Organizations wishing to provision roles with explicit permissions should refer to [Azure Roles](https://github.com/docker/cluster/blob/master/docs/azure_role.md) to determine the necessary permissions. +- Organizations wishing to provision roles with explicit permissions should refer to [custom roles](https://docs.microsoft.com/en-us/azure/role-based-access-control/custom-roles) +and [Azure Permissions](https://github.com/kubernetes/cloud-provider-azure/blob/master/docs/azure-permissions.md) for more information. More information can be found on obtaining these with either the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/create-an-azure-service-principal-azure-cli?view=azure-cli-latest) or through the [Azure Portal](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal).