.NET-Modernization-In-a-Day icon indicating copy to clipboard operation
.NET-Modernization-In-a-Day copied to clipboard

assign the service principal to a reader role twice why?

Open eliassal opened this issue 5 years ago • 0 comments

Just before task 4: Assign the service principal access to Key Vault, the command az ad sp create-for-rbac -n "contoso-apps" --role reader --scopes subscriptions/$subscriptionId/resourceGroups/$resourceGroup In my understanding we are granting reader role to SP to RG why agian it is indicated

In this task, you assign the service principal you created above to a reader role on your resource group it is already done no?

eliassal avatar Nov 25 '20 20:11 eliassal