Skip to content

Commit 0c640d1

Browse files
committed
fixing bookmarks with anchors
1 parent 88a920c commit 0c640d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/app-service/configure-authentication-provider-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Requests that fail these built-in checks get an HTTP `403 Forbidden` response.
295295

296296
[Payload claims]: ../active-directory/develop/access-token-claims-reference.md#payload-claims
297297

298-
## Configure client apps to access App Service
298+
## <a name = "configure-client-apps-to-access-your-app-service"></a> Configure client apps to access App Service
299299

300300
In prior sections, you registered your App Service or Azure Functions app to authenticate users. The following sections explain how to register native clients or daemon apps in Microsoft Entra. These clients or apps can request access to APIs exposed by App Service on behalf of users or themselves, such as in an N-tier architecture. If you only want to authenticate users, the steps in the following sections aren't required.
301301

articles/app-service/overview-hosting-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If you integrate App Service with another Azure service, you might need to consi
104104
> [!TIP]
105105
> [!INCLUDE [cost-management-horizontal](../../includes/cost-management-horizontal.md)]
106106
107-
## Scaling for capabilities or features
107+
## <a name = "what-if-my-app-needs-more-capabilities-or-features"></a> Scaling for capabilities or features
108108

109109
You can scale your App Service plan up or down at any time. It's as simple as changing the pricing tier of the plan. You can choose a lower pricing tier at first, and then scale up later when you need more App Service features.
110110

articles/app-service/troubleshoot-diagnostic-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ az webapp log tail --name appname --resource-group myResourceGroup --provider ht
167167

168168
### Local terminal
169169

170-
To stream logs in the local console, [install the Azure CLI](/cli/azure/install-azure-cli) and [sign in to your account](/cli/azure/authenticate-azure-cli). After you're signed in, follow the [instructions for Cloud Shell](#cloud-shell).
170+
To stream logs in the local console, [install the Azure CLI](/cli/azure/install-azure-cli) and [sign in to your account](/cli/azure/authenticate-azure-cli). After you're signed in, follow the [instructions for Cloud Shell](#in-cloud-shell).
171171

172172
## Access log files
173173

0 commit comments

Comments
 (0)