Skip to content

Commit 88a920c

Browse files
committed
fixing bookmarks with anchors
1 parent 6e6fb80 commit 88a920c

6 files changed

+10
-10
lines changed

articles/app-service/app-service-key-vault-references.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ After you grant permissions to the user-assigned identity, follow these steps:
8787
8888
This setting applies to all Key Vault references for the app.
8989
90-
## Understand rotation
90+
## <a name = "rotation"></a> Understand rotation
9191
9292
If the secret version isn't specified in the reference, the app uses the latest version that exists in the key vault. When newer versions become available, such as with a rotation event, the app is automatically updated and begins using the latest version within 24 hours.
9393
9494
The delay is because App Service caches the values of the Key Vault references and refetches them every 24 hours. Any configuration change to the app causes an app restart and an immediate refetch of all referenced secrets.
9595
96-
## Understand source app settings from key vault
96+
## <a name = "source-app-settings-from-key-vault"></a> Understand source app settings from key vault
9797
9898
To use a Key Vault reference, set the reference as the value of the setting. Your app can reference the secret through its key as normal. No code changes are required.
9999

articles/app-service/deploy-authentication-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Authentication Types by Deployment Methods
33
description: Learn the available types of authentication with Azure App Service when you're deploying application code.
4-
ms.topic: concept
4+
ms.topic: concept-article
55
ms.date: 01/24/2025
66
author: cephalin
77
ms.author: cephalin

articles/app-service/deploy-staging-slots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ At any point in the swap operation, all work of initializing the swapped apps ha
133133
> [!NOTE]
134134
> Your former production instances are swapped into staging after this swap operation. Those instances are recycled in the last step of the swap process. If you have any long-running operations in your application, they're abandoned when the workers recycle. This fact also applies to function apps. Make sure that your application code is written in a fault-tolerant way.
135135
136-
### Steps for making a slot unswappable
136+
<a name = "which-settings-are-swapped"></a> ### Steps for making a slot unswappable
137137

138138
[!INCLUDE [app-service-deployment-slots-settings](../../includes/app-service-deployment-slots-settings.md)]
139139

@@ -149,7 +149,7 @@ To configure an app setting or connection string to stick to a specific slot tha
149149

150150
<a name="Swap"></a>
151151

152-
## Swap deployment slots
152+
## <a name = "swap-two-slots"></a> Swap deployment slots
153153

154154
You can swap deployment slots on your app's **Deployment slots** page and the **Overview** page.
155155

articles/app-service/overview-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The `principalId` property is a unique identifier for the identity that's used f
260260

261261
-----
262262

263-
## Configure the target resource
263+
## <a name = "configure-target-resource"></a> Configure the target resource
264264

265265
You need to configure the target resource to allow access from your app. For most Azure services, you configure the target resource by [creating a role assignment][role-assignment].
266266

articles/app-service/reference-app-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ The following environment variables are related to cross-origin resource sharing
380380
| `WEBSITE_CORS_ALLOWED_ORIGINS` | Read-only. Shows the allowed origins for CORS. |
381381
| `WEBSITE_CORS_SUPPORT_CREDENTIALS` | Read-only. Shows whether setting the `Access-Control-Allow-Credentials` header to `true` is enabled (`True`) or not (`False`). |
382382

383-
## Authentication and authorization
383+
<a name = "authentication--authorization"></a> ## Authentication and authorization
384384

385385
The following environment variables are related to [App Service authentication](overview-authentication-authorization.md).
386386

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you [regenerate your storage account's access keys](../storage/common/storage
7676

7777
1. Enable logging to the storage account's blob again. Save your setting.
7878

79-
## Enable application logging (Linux or container)
79+
## <a name = "enable-application-logging-linuxcontainer"></a> Enable application logging (Linux or container)
8080

8181
To enable application logging for Linux apps or custom containers in the [Azure portal](https://portal.azure.com):
8282

@@ -148,7 +148,7 @@ Before you stream logs in real time, enable the log type that you want. App Serv
148148

149149
To stream logs in the [Azure portal](https://portal.azure.com), go to your app and select **Log stream**.
150150
151-
### Cloud Shell
151+
### <a name = "in-cloud-shell"></a> Cloud Shell
152152

153153
To stream logs live in [Azure Cloud Shell](../cloud-shell/overview.md), use the following command.
154154

@@ -200,7 +200,7 @@ With [Azure Monitor integration](https://aka.ms/appsvcblog-azmon), you can [crea
200200
201201
For a list of supported log types and their descriptions, see [Supported resource logs for Microsoft.Web](monitor-app-service-reference.md#supported-resource-logs-for-microsoftweb).
202202
203-
## Network considerations
203+
## <a name = "networking-considerations"></a> Network considerations
204204
205205
For information about restrictions for diagnostic settings, see [Destination limits](/azure/azure-monitor/essentials/diagnostic-settings#destination-limitations).
206206

0 commit comments

Comments
 (0)