Skip to content

Commit c2f264b

Browse files
authored
Merge pull request #178309 from craigshoemaker/ca/fix/wait2
[Container Apps] Tutorials: update wait message
2 parents ad7fe84 + df54f6e commit c2f264b

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
@@ -424,7 +424,7 @@ You can confirm the services are working correctly by viewing data in your Azure
424424

425425
### View Logs
426426

427-
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.
427+
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.
428428

429429
Use the following CLI command to view logs on the command line.
430430

0 commit comments

Comments
 (0)