Skip to content

Commit 9edb0fc

Browse files
authored
Merge pull request #100357 from yunjchoi/best-practices-for-Azure-App-Service
Adding a link and directions to route customers to best practices detector
2 parents be7c4ec + 9ef6366 commit 9edb0fc

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
@@ -61,3 +61,13 @@ When backup failures happen, review most recent results to understand which type
6161
## <a name="nodejs"></a>When new Node.js apps are deployed to Azure App Service
6262
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.
6363

64+
65+
## Next Steps
66+
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.
67+
68+
- Navigate to your Web App in the [Azure portal](https://portal.azure.com).
69+
- Click on **Diagnose and solve problems** in the left navigation, which opens App Service Diagnostics.
70+
- Choose **Best Practices** homepage tile.
71+
- 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.
72+
73+
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)