Skip to content

Commit 1f10a43

Browse files
authored
Merge pull request #485 from Azure/sirtfixes
alt text for asp workbook blog post
2 parents 9155370 + d99d552 commit 1f10a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2023-01-30-Azure-workbooks-to-help-run-App-Service.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@ You can then access the workbook from the Resource Group you deployed to in the
4040

4141
You’ll need to select some subscriptions from the Subscription parameter box to get going:
4242

43-
![]({{ site.baseurl }}/media/2023/01/workbook_sub_select.png)
43+
![Screenshot showing the subscription selection for the Azure workbook]({{site.baseurl}}/media/2023/01/workbook_sub_select.png)
4444

4545
Once you’ve done that the Workbook will load some summary data for all the ASP’s in the subscription:
4646

47-
![]({{ site.baseurl }}/media/2023/01/workbook_asp_summary.png)
47+
![Screenshot showing sample summary data for App Service plans in the workbook]({{site.baseurl}}/media/2023/01/workbook_asp_summary.png)
4848

4949
This will show you how many instances / how many apps are associated with the ASP, the tiering, and how many Hybrid Connections are available in total for the ASP.
5050

5151
Selecting one of the rows will populate more insights into the ASP:
5252

53-
![]({{ site.baseurl }}/media/2023/01/workbook_asp_details.png)
53+
![Screenshot showing the additional insights that are available in the workbook]({{site.baseurl}}/media/2023/01/workbook_asp_details.png)
5454

5555
You’ll see the overall CPU / Memory Percentage used across the ASP, along with the total Hybrid Connections active on it.
5656

5757
To the right is a summary of all the Apps in the ASP, and the average CPU / Private Bytes / Requests Per Minute, and App Connections being made by them.
5858

5959
The final element is a set of charts showing some metrics against each app in the ASP. CPU / Private Bytes. It’s similar data as shown above, but represented visually to allow you to spot anything unusual.
6060

61-
![]({{ site.baseurl }}/media/2023/01/workbook_asp_metrics.png)
61+
![Screenshot showing additional charts that are provided in the workbook]({{site.baseurl}}/media/2023/01/workbook_asp_metrics.png)
6262

6363
Hopefully these insights allow you to ‘right-size’ your App Service Plans and Environments, making them more efficient, more scalable, and more cost effective to run.

0 commit comments

Comments
 (0)