Skip to content

Commit cefbbd9

Browse files
committed
edit pass: content-pattern-and-metadata-edits-for-app-service-376111
1 parent a597aa1 commit cefbbd9

8 files changed

+15
-16
lines changed

articles/app-service/configure-authentication-customize-sign-in-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To redirect the user to a custom URL after sign-in, use the `post_login_redirect
3838
<a href="/.auth/login/<provider>?post_login_redirect_uri=/Home/Index">Log in</a>
3939
```
4040

41-
## Use client-directed sign-in
41+
## <a name = "client-directed-sign-in"></a> Use client-directed sign-in
4242

4343
In a client-directed sign-in, the application signs in the user to the identity provider by using a provider-specific SDK. The application code then submits the resulting authentication token to App Service for validation (see [Authentication flow](overview-authentication-authorization.md#authentication-flow)) by using an HTTP `POST` request. This validation itself doesn't grant users access to the desired app resources, but a successful validation gives users a session token that they can use to access app resources.
4444

articles/app-service/environment/ase-multi-tenant-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ However, App Service Environment v3 is a dedicated environment. Even though it c
6363
|User-defined route (UDR) integration|Supports outbound traffic routing, but [must be explicitly enabled](networking.md#network-routing). |Supports outbound traffic routing, but [must be explicitly enabled](../../app-service/networking-features.md). |
6464
|Routing outbound traffic over a virtual network|Yes. All apps are in the same subnet, and all outbound traffic is routed through the virtual network by default. |[Supported](../../app-service/overview-vnet-integration.md#routes). |
6565
|[Blocking inbound traffic to App Service functionality hosted on non-HTTP ports](../../app-service/networking-features.md#app-service-ports)|Supported. NSG can be used to block inbound traffic to non-HTTP ports. |Not supported. In some cases (FTP and remote debugging), functionality can be explicitly disabled on a per-application basis. However, inbound network traffic can't be blocked via NSGs because the underlying App Service platform that hosts the infrastructure owns the listed ports. |
66-
|Pulling Docker containers over virtual network|Supported. Uses the subnet of the App Service Environment.|[Supported](../../app-service/overview-vnet-integration.md#container-image-pull).|
66+
|Pulling Docker containers over a virtual network|Supported. Uses the subnet of the App Service Environment.|[Supported](../../app-service/overview-vnet-integration.md#container-image-pull).|
6767
|Azure Functions storage account access over a virtual network|Supported. Uses the subnet of the App Service Environment.|[Supported](../../app-service/overview-vnet-integration.md#content-share).|
6868
|Backup/restore over a virtual network|Supported. Uses the subnet of the App Service Environment.|[Supported](../../app-service/overview-vnet-integration.md#backuprestore).|
6969
|Maximum outbound TCP/IP connections per virtual machine instance|16,000.|1,920 per P1V3 instance. 3,968 per P2V3 instance. 8,064 per P3V3 instance.|

articles/app-service/overview-diagnostics.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: UpdateFrequency3
1212
---
1313
# Diagnostics in Azure App Service
1414

15-
When you're running a web application, you want to be prepared for any problems that might arise. Such problems can range from 500 errors to your users telling you that your site is down. Azure App Service diagnostics is a interactive experience to help you troubleshoot your app with no configuration required. If you have problems with your app, App Service diagnostics points out what's wrong and guides you to the right information to more easily and quickly troubleshoot and resolve the problem.
15+
When you're running a web application, you want to be prepared for any problems that might arise. Such problems can range from 500 errors to your users telling you that your site is down. Azure App Service diagnostics is an interactive experience to help you troubleshoot your app with no configuration required. If you have problems with your app, App Service diagnostics points out what's wrong and guides you to the right information to more easily and quickly troubleshoot and resolve the problem.
1616

1717
Although this experience is most helpful when you're having problems with your app within the last 24 hours, all the diagnostic graphs are always available for you to analyze.
1818

@@ -152,10 +152,9 @@ Navigator lets you view a consolidated list of changes that your app and its dep
152152

153153
## Change analysis
154154

155-
You can access change analysis for app changes through the tile shortcuts **Application Changes** and **Application Crashes** in **Availability and Performance**. You can use change analysis concurrently with other metrics.
156-
Before you use the feature, you must enable it. For more information, see the blog post [Announcing the new change analysis experience in App Service Diagnostics](https://azure.github.io/AppService/2019/05/07/Announcing-the-new-change-analysis-experience-in-App-Service-Diagnostics-Analysis.html).
155+
You can access change analysis for app changes through the tile shortcuts **Application Changes** and **Application Crashes** in **Availability and Performance**. You can use change analysis concurrently with other metrics. Before you use the feature, you must enable it. For more information, see the blog post [Announcing the new change analysis experience in App Service Diagnostics](https://azure.github.io/AppService/2019/05/07/Announcing-the-new-change-analysis-experience-in-App-Service-Diagnostics-Analysis.html).
157156

158-
## Feedback
157+
## Questions or feedback
159158

160159
Post your questions or feedback at [UserVoice](https://feedback.azure.com/d365community/forum/b09330d1-c625-ec11-b6e6-000d3a4f0f1c​​​​​​​​​​​​​​) by adding **[Diag]** in the title.
161160

articles/app-service/overview-local-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ By default, the local cache size is 1 GB. This size includes the `/site` and `/s
107107

108108
To increase this limit, use the app setting `WEBSITE_LOCAL_CACHE_SIZEINMB`. You can increase the size up to 2 GB (2,000 MB) per app. Keep in mind that a larger cache size increases the time to load the cache.
109109

110-
## Best practices for using a local cache
110+
## <a name = "best-practices-for-using-app-service-local-cache"></a> Best practices for using a local cache
111111

112112
We recommend using a local cache in conjunction with the [staging environments](../app-service/deploy-staging-slots.md) feature.
113113

articles/app-service/web-sites-monitor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ built-in monitoring functionality for web, mobile, and API apps in the [Azure po
1515

1616
In the portal, you can review *quotas* and *metrics* for an app and App Service plan. You can set up *alerts* and *autoscaling* rules based on metrics.
1717

18-
## Quotas
18+
## <a name = "understand-quotas"></a> Quotas
1919

2020
Apps that are hosted in App Service are subject to certain limits on the resources that they can use. The App Service plan that's associated with the app defines the limits.
2121

@@ -52,7 +52,7 @@ If app exceeds the **Filesystem** quota, any write operation fails. Write operat
5252

5353
You can increase or remove quotas from your app by upgrading your App Service plan.
5454

55-
## Metrics
55+
## <a name = "understand-metrics"></a> Metrics
5656

5757
Metrics provide information about the app or the App Service plan's behavior. App Service plan metrics are available only for plans in Basic, Standard, Premium, and Isolated tiers.
5858

@@ -71,7 +71,7 @@ Two metrics reflect CPU usage:
7171

7272
- **CPU percentage**: Useful for apps hosted in Basic, Standard, and Premium plans, because they can be scaled out. CPU percentage is a good indication of the overall usage across instances.
7373

74-
### Retention policy
74+
### <a name = "metrics-granularity-and-retention-policy"></a> Retention policy
7575

7676
The service logs and aggregates metrics for an app and for an App Service plan. The metrics are retained according to [these rules](/azure/azure-monitor/essentials/data-platform-metrics#retention-of-metrics).
7777

includes/app-service-web-configure-robots933456.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "include file"
3-
description: "include file"
2+
title: "Include file"
3+
description: "Include file"
44
services: app-service
55
author: cephalin
66
ms.service: azure-app-service

includes/app-service-web-logs-access-linux-no-h.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "include file"
3-
description: "include file"
2+
title: "Include file"
3+
description: "Include file"
44
services: app-service
55
author: cephalin
66
ms.service: azure-app-service

includes/app-service-web-logs-access-no-h.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "include file"
3-
description: "include file"
2+
title: "Include file"
3+
description: "Include file"
44
services: app-service
55
author: cephalin
66
ms.service: azure-app-service

0 commit comments

Comments
 (0)