Skip to content

Commit 719c363

Browse files
committed
Adding a link and directions to route customers to best practices detector
1 parent 9e175b9 commit 719c363

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/app-service/deploy-best-practices.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,12 @@ md) to prevent downtime. See [this section](overview-local-cache.md#best-practic
7171
### High CPU or Memory
7272

7373
If your App Service Plan is using over 90% of available CPU or memory, the underlying virtual machine may have trouble processing your deployment. When this happens, temporarily scale up your instance count to perform the deployment. Once the deployment has finished, you can return the instance count to its previous value.
74+
75+
For more information on best practices, visit [App Service Diagnostics](https://docs.microsoft.com/azure/app-service/overview-diagnostics) to find out actionable best practices specific to your resource.
76+
77+
- Navigate to your Web App in the [Azure portal](https://portal.azure.com).
78+
- Click on **Diagnose and solve problems** in the left navigation, which opens App Service Diagnostics.
79+
- Choose **Best Practices** homepage tile.
80+
- Click **Best Practices for Availability & Performance** or **Best Practices for Optimal Configuration** to view the current state of your app in regards to these best practices.
81+
82+
You can also use this link to directly open App Service Diagnostics for your resource: `https://ms.portal.azure.com/?websitesextension_ext=asd.featurePath%3Ddetectors%2FParentAvailabilityAndPerformance#@microsoft.onmicrosoft.com/resource/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/troubleshoot`.

0 commit comments

Comments
 (0)