Skip to content

Commit 167723b

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into 106196
2 parents 6e23f45 + 2af38cd commit 167723b

18 files changed

+121
-46
lines changed

articles/active-directory/devices/hybrid-azuread-join-plan.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ As a first planning step, you should review your environment and determine wheth
7777

7878
- Hybrid Azure AD join is not supported on Windows down-level devices when using credential roaming or user profile roaming or mandatory profile.
7979

80+
- Server Core OS doesn't support any type of device registration.
81+
8082
### OS imaging considerations
8183
- If you are relying on the System Preparation Tool (Sysprep) and if you are using a **pre-Windows 10 1809** image for installation, make sure that image is not from a device that is already registered with Azure AD as Hybrid Azure AD join.
8284

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"]

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@
425425
- name: Overview
426426
href: functions-bindings-signalr-service.md
427427
displayName: SignalR Service
428-
- name: Overview
428+
- name: Input
429429
href: functions-bindings-signalr-service-input.md
430430
displayName: SignalR Service
431-
- name: Overview
431+
- name: Output
432432
href: functions-bindings-signalr-service-output.md
433433
displayName: SignalR Service
434434
- name: Table storage

articles/azure-functions/functions-how-to-azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ steps:
4242
arguments: '--configuration Release --output publish_output'
4343
projects: '*.csproj'
4444
publishWebProjects: false
45-
modifyOutputPath: true
45+
modifyOutputPath: false
4646
zipAfterPublish: false
4747
- task: ArchiveFiles@2
4848
displayName: "Archive files"

articles/azure-monitor/app/data-retention-privacy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ By default `%TEMP%/appInsights-node{INSTRUMENTATION KEY}` is used for persisting
168168

169169
The folder prefix `appInsights-node` can be overridden by changing the runtime value of the static variable `Sender.TEMPDIR_PREFIX` found in [Sender.ts](https://github.com/Microsoft/ApplicationInsights-node.js/blob/7a1ecb91da5ea0febf5ceab13d6a4bf01a63933d/Library/Sender.ts#L384).
170170

171+
### JavaScript (browser)
172+
173+
[HTML5 Session Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage) is used to persist data. Two separate buffers are used: `AI_buffer` and `AI_sent_buffer`. Telemetry that is batched and waiting to be sent is stored in `AI_buffer`. Telemetry that was just sent is placed in `AI_sent_buffer` until the ingestion server responds that it was successfully received. When telemetry is successfully received, it's removed from all buffers. On transient failures (for example, a user loses network connectivity), telemetry remains in `AI_buffer` until it is successfully received or the ingestion server responds that the telemetry is invalid (bad schema or too old, for example).
174+
175+
Telemetry buffers can be disabled by setting [`enableSessionStorageBuffer`](https://github.com/microsoft/ApplicationInsights-JS/blob/17ef50442f73fd02a758fbd74134933d92607ecf/legacy/JavaScript/JavaScriptSDK.Interfaces/IConfig.ts#L31) to `false`. When session storage is turned off, a local array is instead used as persistent storage. Because the JavaScript SDK runs on a client device, the user has access to this storage location via their browser's developer tools.
176+
171177
### OpenCensus Python
172178

173179
By default OpenCensus Python SDK uses the current user folder `%username%/.opencensus/.azure/`. Permissions to access this folder are restricted to the current user and Administrators. (See [implementation](https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/common/storage.py) here.) The folder with your persisted data will be named after the Python file that generated the telemetry.

0 commit comments

Comments
 (0)