Skip to content

Commit 90fee4b

Browse files
committed
Fix URL
docs.microsoft.com -> learn.microsoft.com
1 parent d5a1525 commit 90fee4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/scenarios-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When you create the role assignment resource, you need to specify a fully qualif
9393
```bicep
9494
param principalId string
9595
96-
@description('This is the built-in Contributor role. See https://docs.microsoft.com/azure/role-based-access-control/built-in-roles#contributor')
96+
@description('This is the built-in Contributor role. See https://learn.microsoft.com/azure/role-based-access-control/built-in-roles#contributor')
9797
resource contributorRoleDefinition 'Microsoft.Authorization/roleDefinitions@2022-04-01' existing = {
9898
scope: subscription()
9999
name: 'b24988ac-6180-42a0-ab88-20f7382dd24c'

0 commit comments

Comments
 (0)