Skip to content

Commit 2a065a8

Browse files
authored
Corrected links to use bookmarks
1 parent da6836b commit 2a065a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/azure/app-service/faqs-app-service-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ sections:
251251
How does the container warmup request work?
252252
answer: |
253253
When Azure App Services starts your container, the warmup request sends an HTTP request to the [/robots933456.txt](/azure/app-service/configure-custom-container?pivots=container-linux#robots933456-in-logs) endpoint of your application. This is simply a dummy endpoint, but your application needs to reply with any status code (including 5xx). If your application logic doesn't reply with any HTTP status code to nonexistent endpoints, the warmup request can't receive a response and it perpetually restarts your container.
254-
The warmup endpoint path and the status codes that consider the site warmed-up can be customized from the default behavior by setting the [WEBSITE_WARMUP_PATH](https://learn.microsoft.com/en-us/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#:~:text=WEBSITE_WARMUP_PATH) and [WEBSITE_WARMUP_STATUSES](https://learn.microsoft.com/en-us/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#:~:text=WEBSITE_WARMUP_STATUSES) application settings.
254+
The warmup endpoint path and the status codes that consider the site warmed-up can be customized from the default behavior by setting the [WEBSITE_WARMUP_PATH](/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment) and [WEBSITE_WARMUP_STATUSES](/azure/app-service/reference-app-settings?tabs=kudu%2Cdotnet#app-environment) application settings.
255255
The warmup request also might fail due to port misconfiguration.
256256
257257
To ensure that the port is correctly configured on Azure App Services, see the question *How do I specify port in my Linux container?*

0 commit comments

Comments
 (0)