Skip to content

Commit 6b79caa

Browse files
Apply suggestions from code review
Co-authored-by: Scott Addie <[email protected]>
1 parent ed31484 commit 6b79caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/azure/sdk/authentication/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When an app is:
3838

3939
- **Hosted on Azure**: The app should authenticate to Azure resources using a managed identity. This option is discussed in more detail at [authentication in server environments](#authentication-for-azure-hosted-apps).
4040
- **Running locally during development**: The app can authenticate to Azure using a [developer account](local-development-dev-accounts.md), a [broker](local-development-broker.md), or a [service principal](local-development-service-principal.md). Each option is discussed in more detail at [authentication during local development](#authentication-during-local-development).
41-
- **Hosted on-premises**: The app should authenticate to Azure resources using an application service principal, or a managed identity in the case of Azure Arc. On-premises workflows are discussed in more detail at [authentication in server environments](#authentication-for-apps-hosted-on-premises).
41+
- **Hosted on-premises**: The app should authenticate to Azure resources using an application service principal, or a managed identity in the case of Azure Arc. On-premises workflows are discussed in more detail at [Authentication for apps hosted on-premises](#authentication-for-apps-hosted-on-premises).
4242

4343
## Authentication for Azure-hosted apps
4444

docs/azure/sdk/authentication/local-development-dev-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Developers using Visual Studio Code can authenticate with their developer accoun
6666
6767
### [Azure CLI](#tab/sign-in-azure-cli)
6868
69-
Developers can use [Azure CLI](/cli/azure/what-is-azure-cli) to authenticate. Apps using <xref:Azure.Identity.DefaultAzureCredential>` or <xref:Azure.Identity.AzureCliCredential> can then use this account to authenticate app requests when running locally.
69+
Developers can use [Azure CLI](/cli/azure/what-is-azure-cli) to authenticate. Apps using <xref:Azure.Identity.DefaultAzureCredential> or <xref:Azure.Identity.AzureCliCredential> can then use this account to authenticate app requests when running locally.
7070
7171
To authenticate with the Azure CLI, run the `az login` command. On a system with a default web browser, the Azure CLI launches the browser to authenticate the user.
7272

0 commit comments

Comments
 (0)