Skip to content

Commit 2af38cd

Browse files
authored
Merge pull request #106312 from cephalin/issue#19968
#19968
2 parents 3667f8c + 664465d commit 2af38cd

7 files changed

+33
-9
lines changed

articles/app-service/containers/configure-custom-container.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ The following lists show supported and unsupported Docker Compose configuration
156156
157157
Using a custom container with VNet integration may require additional container configuration. See [Integrate your app with an Azure Virtual Network](../web-sites-integrate-with-vnet.md).
158158
159+
[!INCLUDE [robots933456](../../../includes/app-service-web-configure-robots933456.md)]
160+
159161
## Next steps
160162
161163
> [!div class="nextstepaction"]

articles/app-service/containers/configure-language-dotnetcore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ az webapp config appsettings set --name <app-name> --resource-group <resource-gr
165165

166166
[!INCLUDE [Open SSH session in browser](../../../includes/app-service-web-ssh-connect-builtin-no-h.md)]
167167

168+
[!INCLUDE [robots933456](../../../includes/app-service-web-configure-robots933456.md)]
169+
168170
## Next steps
169171

170172
> [!div class="nextstepaction"]

articles/app-service/containers/configure-language-java.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ Patches and fixes for major security vulnerabilities will be released as soon as
638638
639639
If a supported Java runtime will be retired, Azure developers using the affected runtime will be given a deprecation notice at least six months before the runtime is retired.
640640
641+
[!INCLUDE [robots933456](../../../includes/app-service-web-configure-robots933456.md)]
642+
641643
## Next steps
642644
643645
Visit the [Azure for Java Developers](/java/azure/) center to find Azure quickstarts, tutorials, and Java reference documentation.

articles/app-service/containers/configure-language-nodejs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ When a working Node.js app behaves differently in App Service or has errors, try
268268
- Certain web frameworks may use custom startup scripts when running in production mode.
269269
- Run your app in App Service in development mode. For example, in [MEAN.js](https://meanjs.org/), you can set your app to development mode in runtime by [setting the `NODE_ENV` app setting](../configure-common.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json#configure-app-settings).
270270

271+
[!INCLUDE [robots933456](../../../includes/app-service-web-configure-robots933456.md)]
272+
271273
## Next steps
272274

273275
> [!div class="nextstepaction"]

articles/app-service/containers/configure-language-php.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,7 @@ When a working PHP app behaves differently in App Service or has errors, try the
201201
- Certain web frameworks may use custom startup scripts when running in production mode.
202202
- Run your app in App Service in debug mode. For example, in [Laravel](https://meanjs.org/), you can configure your app to output debug messages in production by [setting the `APP_DEBUG` app setting to `true`](../configure-common.md?toc=%2fazure%2fapp-service%2fcontainers%2ftoc.json#configure-app-settings).
203203

204-
### robots933456
205-
206-
You may see the following message in the container logs:
207-
208-
```
209-
2019-04-08T14:07:56.641002476Z "-" - - [08/Apr/2019:14:07:56 +0000] "GET /robots933456.txt HTTP/1.1" 404 415 "-" "-"
210-
```
211-
212-
You can safely ignore this message. `/robots933456.txt` is a dummy URL path that App Service uses to check if the container is capable of serving requests. A 404 response simply indicates that the path doesn't exist, but it lets App Service know that the container is healthy and ready to respond to requests.
204+
[!INCLUDE [robots933456](../../../includes/app-service-web-configure-robots933456.md)]
213205

214206
## Next steps
215207

articles/app-service/containers/configure-language-ruby.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ az webapp config appsettings set --name <app-name> --resource-group <resource-gr
144144

145145
[!INCLUDE [Open SSH session in browser](../../../includes/app-service-web-ssh-connect-builtin-no-h.md)]
146146

147+
[!INCLUDE [robots933456](../../../includes/app-service-web-configure-robots933456.md)]
148+
147149
## Next steps
148150

149151
> [!div class="nextstepaction"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: "include file"
3+
description: "include file"
4+
services: app-service
5+
author: cephalin
6+
ms.service: app-service
7+
ms.topic: "include"
8+
ms.date: 03/02/2020
9+
ms.author: cephalin
10+
ms.custom: "include file"
11+
---
12+
13+
## robots933456 in logs
14+
15+
You may see the following message in the container logs:
16+
17+
```
18+
2019-04-08T14:07:56.641002476Z "-" - - [08/Apr/2019:14:07:56 +0000] "GET /robots933456.txt HTTP/1.1" 404 415 "-" "-"
19+
```
20+
21+
You can safely ignore this message. `/robots933456.txt` is a dummy URL path that App Service uses to check if the container is capable of serving requests. A 404 response simply indicates that the path doesn't exist, but it lets App Service know that the container is healthy and ready to respond to requests.
22+

0 commit comments

Comments
 (0)