Skip to content

Commit 9ef6366

Browse files
committed
Adding a link and directions to route customers to best practices detector in App Service Diagnostics
1 parent 9e175b9 commit 9ef6366

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,13 @@ When backup failures happen, review most recent results to understand which type
6868
## <a name="nodejs"></a>When new Node.js apps are deployed to Azure App Service
6969
Azure App Service default configuration for Node.js apps is intended to best suit the needs of most common apps. If configuration for your Node.js app would benefit from personalized tuning to improve performance or optimize resource usage for CPU/memory/network resources, see [Best practices and troubleshooting guide for Node applications on Azure App Service](app-service-web-nodejs-best-practices-and-troubleshoot-guide.md). This article describes the iisnode settings you may need to configure for your Node.js app, describes the various scenarios or issues that your app may be facing, and shows how to address these issues.
7070

71+
72+
## Next Steps
73+
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.
74+
75+
- Navigate to your Web App in the [Azure portal](https://portal.azure.com).
76+
- Click on **Diagnose and solve problems** in the left navigation, which opens App Service Diagnostics.
77+
- Choose **Best Practices** homepage tile.
78+
- 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.
79+
80+
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)