Skip to content

Commit df54f6e

Browse files
update wait message
1 parent 4ff0095 commit df54f6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/container-apps/background-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ The application scales up to 10 replicas based on the queue length as defined in
424424

425425
## Verify the result
426426

427-
The container app running as a background process creates logs entries in Log analytics as messages arrive from Azure Storage Queue. You may need to wait a few minutes for the analytics to build before you see logged data.
427+
The container app running as a background process creates logs entries in Log analytics as messages arrive from Azure Storage Queue. You may need to wait a few minutes for the analytics to arrive for the first time before you are able to query the logged data.
428428

429429
Run the following command to see logged messages. This command requires the Log analytics extension, so accept the prompt to install extension when requested.
430430

articles/container-apps/microservices-dapr-azure-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ You can confirm the services are working correctly by viewing data in your Azure
529529

530530
### View Logs
531531

532-
Data logged via a container app are stored in the `ContainerAppConsoleLogs_CL` custom table in the Log Analytics workspace. You can view logs through the Azure portal or with the CLI. You may need to wait a few minutes for the analytics to build before you see logged data.
532+
Data logged via a container app are stored in the `ContainerAppConsoleLogs_CL` custom table in the Log Analytics workspace. You can view logs through the Azure portal or with the CLI. You may need to wait a few minutes for the analytics to arrive for the first time before you are able to query the logged data.
533533

534534
Use the following CLI command to view logs on the command line.
535535

articles/container-apps/microservices-dapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ You can confirm the services are working correctly by viewing data in your Azure
420420

421421
### View Logs
422422

423-
Data logged via a container app are stored in the `ContainerAppConsoleLogs_CL` custom table in the Log Analytics workspace. You can view logs through the Azure portal or with the CLI. You may need to wait a few minutes for the analytics to build before you see logged data.
423+
Data logged via a container app are stored in the `ContainerAppConsoleLogs_CL` custom table in the Log Analytics workspace. You can view logs through the Azure portal or with the CLI. You may need to wait a few minutes for the analytics to arrive for the first time before you are able to query the logged data.
424424

425425
Use the following CLI command to view logs on the command line.
426426

0 commit comments

Comments
 (0)