Skip to content

Commit d0c1a80

Browse files
authored
Update manage-automatic-scaling.md
1 parent 0680066 commit d0c1a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/manage-automatic-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This process of scaling and prewarming continues until the maximum instance coun
163163

164164
App Service automatic scaling periodically checks the `/admin/host/ping` endpoint along with other health check mechanisms that are inherent to the platform. Occasionally, due to existing platform configurations, these pings might return 404 errors. However, it's important to note that these 404 errors shouldn't affect your app's availability or scaling performance.
165165

166-
If your web app returns a 5xx status, these endpoint pings might result in intermittent restarts, though this scenario is uncommon. We're currently implementing enhancements to address these intermittent restarts. Until then, ensure that your web app doesn't return a 5xx status at this endpoint. These ping endpoints can't be customized.
166+
If your web app returns a 5xx status, these endpoint pings might result in intermittent restarts, though this scenario is uncommon. Ensure that your web app doesn't return a 5xx status at this endpoint. These ping endpoints can't be customized.
167167

168168
### How do I track the number of scaled-out instances during the automatic scaling event?
169169

0 commit comments

Comments
 (0)