Skip to content

Commit b2328e7

Browse files
committed
added text about events taking time to show up in logs and removed up to 45 minutes from azd up text
1 parent 4508a0e commit b2328e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/tutorial-python-postgresql-app-fastapi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The sample app uses the Python Standard Library logging module to help you diagn
327327
:::column-end:::
328328
:::row-end:::
329329

330-
Learn more about logging in Python apps in the series on [setting up Azure Monitor for your Python application](/azure/azure-monitor/app/opencensus-python).
330+
Events can take several minutes to show up in the diagnostic logs. Learn more about logging in Python apps in the series on [setting up Azure Monitor for your Python application](/azure/azure-monitor/app/opencensus-python).
331331

332332
## 7. Clean up resources
333333

@@ -398,7 +398,7 @@ In this step, you create the Azure resources and deploy a sample app to App Serv
398398
azd up
399399
```
400400
401-
The `azd up` command can take several minutes (up to 45) to complete. It also compiles and deploys your application code. While it's running, the command provides messages about the provisioning and deployment process, including a link to the deployment in Azure. When it finishes, the command also displays a link to the deploy application.
401+
The `azd up` command can take several minutes to complete. It also compiles and deploys your application code. While it's running, the command provides messages about the provisioning and deployment process, including a link to the deployment in Azure. When it finishes, the command also displays a link to the deploy application.
402402

403403
This azd template contains files (*azure.yaml* and the *infra* directory) that generate a secure-by-default architecture with the following Azure resources:
404404

@@ -518,7 +518,7 @@ Use the values of the **Subscription ID** (Guid), **Resource Group**, and **App
518518
https://portal.azure.com/#@/resource/subscriptions/<subscription-guid>/resourceGroups/<group-name>/providers/Microsoft.Web/sites/<app-name>/logStream
519519
```
520520

521-
Learn more about logging in Python apps in the series on [setting up Azure Monitor for your Python application](/azure/azure-monitor/app/opencensus-python).
521+
Events can take several minutes to show up in the diagnostic logs. Learn more about logging in Python apps in the series on [setting up Azure Monitor for your Python application](/azure/azure-monitor/app/opencensus-python).
522522

523523
## 7. Clean up resources
524524

0 commit comments

Comments
 (0)