Skip to content

Commit f986eb9

Browse files
committed
Update images
1 parent 02429a2 commit f986eb9

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

articles/app-service/environment/app-service-environment-auto-scale.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,37 +105,36 @@ Understanding and calculating the *App Service plan inflation rate* is important
105105

106106
The App Service plan inflation rate is calculated as follows:
107107

108-
:::image type="content" source="./media/app-service-environment-auto-scale/asp-inflation-rate.png" alt-text="App Service plan inflation rate calculation.":::
108+
![App Service plan inflation rate calculation.][ASP-Inflation]
109109

110110
Based on the Autoscale – Scale Up rule for the Weekday profile of the production App Service plan:
111111

112-
:::image type="content" source="./media/app-service-environment-auto-scale/equation1.png" alt-text="App Service plan inflation rate for weekdays based on Autoscale – Scale Up rule.":::
112+
![App Service plan inflation rate for weekdays based on Autoscale – Scale Up rule.][Equation1]
113113

114114
In the case of the Autoscale – Scale Up rule for the Weekend profile of the production
115115
App Service plan, the formula would resolve to:
116116

117-
:::image type="content" source="./media/app-service-environment-auto-scale/equation2.png" alt-text="App Service plan inflation rate for weekends based on Autoscale – Scale Up rule.":::
117+
![App Service plan inflation rate for weekends based on Autoscale – Scale Up rule.][Equation2]
118118

119119
This value can also be calculated for scale-down operations.
120120

121121
Based on the Autoscale – Scale Down rule for the Weekday profile of the production
122122
App Service plan, this would look as follows:
123123

124-
:::image type="content" source="./media/app-service-environment-auto-scale/equation3.png" alt-text="App Service plan inflation rate for weekdays based on Autoscale – Scale Down rule.":::
124+
![App Service plan inflation rate for weekdays based on Autoscale – Scale Down rule.][Equation3]
125125

126126
In the case of the Autoscale – Scale Down rule for the Weekend profile of the production
127127
App Service plan, the formula would resolve to:
128128

129-
:::image type="content" source="./media/app-service-environment-auto-scale/equation4.png" alt-text="App Service plan inflation rate for weekends based on Autoscale – Scale Down rule.":::
129+
![App Service plan inflation rate for weekends based on Autoscale – Scale Down rule.][Equation4]
130130

131131
The production App Service plan can grow at a maximum rate of eight instances/hour
132132
during the week and four instances/hour during the weekend. It can release instances
133133
at a maximum rate of four instances/hour during the week and six instances/hour during weekends.
134134

135135
If multiple App Service plans are being hosted in a worker pool, you have to calculate the *total inflation rate* as the sum of the inflation rate for all the App Service plans that are being hosting in that worker pool.
136136

137-
138-
:::image type="content" source="./media/app-service-environment-auto-scale/asp-total-inflation-rate.png" alt-text="Total inflation rate calculation for multiple App Service plans hosted in a worker pool.":::
137+
![Total inflation rate calculation for multiple App Service plans hosted in a worker pool.][ASP-Total-Inflation]
139138

140139
### Use the App Service plan inflation rate to define worker pool autoscale rules
141140
Worker pools that host App Service plans that are configured to autoscale need to
@@ -239,5 +238,11 @@ reach 80% CPU utilization and sets the autoscale rule to increase instances as f
239238
[scale-profile2]: ./media/app-service-environment-auto-scale/scale-profile-2.png
240239
[scale-rule]: ./media/app-service-environment-auto-scale/scale-rule.png
241240
[asp-scale]: ./media/app-service-environment-auto-scale/asp-scale.png
241+
[ASP-Inflation]: ./media/app-service-environment-auto-scale/asp-inflation-rate.png
242+
[Equation1]: ./media/app-service-environment-auto-scale/equation1.png
243+
[Equation2]: ./media/app-service-environment-auto-scale/equation2.png
244+
[Equation3]: ./media/app-service-environment-auto-scale/equation3.png
245+
[Equation4]: ./media/app-service-environment-auto-scale/equation4.png
246+
[ASP-Total-Inflation]: ./media/app-service-environment-auto-scale/asp-total-inflation-rate.png
242247
[Worker-Pool-Scale]: ./media/app-service-environment-auto-scale/wp-scale.png
243248
[Front-End-Scale]: ./media/app-service-environment-auto-scale/fe-scale.png
-1.97 KB
Loading
1010 Bytes
Loading
-208 Bytes
Loading
-293 Bytes
Loading
-170 Bytes
Loading
-272 Bytes
Loading

0 commit comments

Comments
 (0)