Skip to content

Commit 33e550c

Browse files
committed
fix links
1 parent e173d5d commit 33e550c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/machine-learning/how-to-assign-roles.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you're an owner of a workspace, you can add and remove roles for the workspac
6363
- [REST API](/azure/role-based-access-control/role-assignments-rest)
6464
- [Azure Resource Manager templates](/azure/role-based-access-control/role-assignments-template)
6565

66-
For example, use [Azure CLI](../role-based-access-control/role-assignments-cli) to assign contributor role to [email protected] for resource group "this-rg" with the following command:
66+
For example, use [Azure CLI](/azure/role-based-access-control/role-assignments-cli) to assign contributor role to [email protected] for resource group "this-rg" with the following command:
6767

6868
```azurecli
6969
az role assignment create --role "Contributor" --assignee "[email protected]" --resource-group this-rg
@@ -606,13 +606,13 @@ Here are a few things to be aware of while you use Azure role-based access contr
606606

607607
- When there are two role assignments to the same Azure Active Directory user with conflicting sections of Actions/NotActions, your operations listed in NotActions from one role might not take effect if they are also listed as Actions in another role. To learn more about how Azure parses role assignments, read [How Azure RBAC determines if a user has access to a resource](/azure/role-based-access-control/overview#how-azure-rbac-determines-if-a-user-has-access-to-a-resource)
608608

609-
[!INCLUDE [network-rbac](includes/network-rbac)]
609+
[!INCLUDE [network-rbac](includes/network-rbac.md)]
610610

611611
- It can sometimes take up to 1 hour for your new role assignments to take effect over cached permissions across the stack.
612612

613613
## Next steps
614614

615-
- [Enterprise security overview](concept-enterprise-security)
616-
- [Virtual network isolation and privacy overview](how-to-network-security-overview)
617-
- [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook)
615+
- [Enterprise security overview](concept-enterprise-security.md)
616+
- [Virtual network isolation and privacy overview](how-to-network-security-overview.md)
617+
- [Tutorial: Train and deploy a model](tutorial-train-deploy-notebook.md)
618618
- [Resource provider operations](/azure/role-based-access-control/resource-provider-operations#microsoftmachinelearningservices)

0 commit comments

Comments
 (0)