You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/tutorial-dev-services-postgresql.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -431,7 +431,7 @@ Azure CLI commands and Bicep template fragments are featured in this tutorial. I
431
431
432
432
# [azd](#tab/azd)
433
433
434
-
use the logs command to view the logs
434
+
Use the logs command to view the logs.
435
435
436
436
```bash
437
437
az containerapp logs show \
@@ -442,8 +442,6 @@ Azure CLI commands and Bicep template fragments are featured in this tutorial. I
442
442
443
443
---
444
444
445
-
:::image type="content" source="media/tutorial-dev-services-postgresql/azure-container-apps-postgresql-service-logs.png" alt-text="Screenshot of container app PostgreSQL service logs.":::
446
-
447
445
## Create an app to test the service
448
446
449
447
When you create the app, you begin by creating a debug app to use the `psql` CLI to connect to the PostgreSQL instance.
0 commit comments