Skip to content

Commit 1373da4

Browse files
committed
fix links
1 parent 3a142c0 commit 1373da4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-service-principal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ ms.author: matthewernst
1313

1414
Service principals in Azure are identity entities that are used by applications, services, and automation tools to access specific Azure resources. They can be thought of as 'users' for applications, allowing these applications to interact with Azure services. Service principals provide and control permissions to Azure resources within your subscription, allowing you to specify exactly what actions an application can perform in your environment.
1515

16-
For more information on how to create a Service principal, reference this [tutorial](/cli/azure/azure-cli-sp-tutorial-1.md) or this [documentation](/entra/identity-platform/service-accounts-principal.md).
16+
For more information on how to create a Service principal, reference this [tutorial](../azure/azure-cli-sp-tutorial-1.md) or this [documentation](../identity-platform/service-accounts-principal.md).
1717

1818
## Service principals in Operator Nexus
1919

2020
A single customer-provided Service principal is used by Operator Nexus to facilitate the connectivity between Azure and the on-premises cluster.
2121

2222
## Creating a service principal
2323

24-
For information on how to rotate a service principal, reference [how to create a service principal](/azure/active-directory/develop/howto-create-service-principal-portal.md).
24+
For information on how to rotate a service principal, reference [how to create a service principal](../active-directory/develop/howto-create-service-principal-portal.md).
2525

2626
## Rotating a service principal
2727

28-
For information on how to rotate a service principal, reference [how to rotate service principal](/howto-service-principal-rotation.md).
28+
For information on how to rotate a service principal, reference [how to rotate service principal](../operator-nexus/howto-service-principal-rotation.md).
2929

30-
## Best practices
30+
## Best practices
3131

3232
The below guidance is a high-level list of recommended security considerations to take into account when managing a new service principal.
3333

0 commit comments

Comments
 (0)