Skip to content

Commit b4e6530

Browse files
authored
Merge pull request #100356 from yunjchoi/deploy-best-practices
Adding a link and directions to route customers to best practices det…
2 parents 5fbb258 + 719c363 commit b4e6530

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
@@ -62,3 +62,12 @@ Always use local cache in conjunction with [deployment slots](deploy-staging-slo
6262
### High CPU or Memory
6363

6464
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.
65+
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)