Skip to content

Commit 3a142c0

Browse files
committed
Updates the file path to exclude ..
1 parent 7233fa6 commit 3a142c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ 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](/cli/azure/azure-cli-sp-tutorial-1.md) or this [documentation](/entra/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](/azure/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](/howto-service-principal-rotation.md).
2929

3030
## Best practices
3131

0 commit comments

Comments
 (0)