Skip to content

Commit 7d8b8ea

Browse files
committed
update portal page
1 parent 5c587e8 commit 7d8b8ea

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/concepts/portal.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
---
22
title: Portal
3-
description: You can log into the Defang portal to view the state of your Defang services.
3+
description: You can log into the Defang Portal to view the state of your Defang services.
44
sidebar_position: 700
55
---
66

77
# Portal
88

9-
You can log into the Defang portal at [portal.defang.dev](https://portal.defang.dev) using your [Defang account](./accounts.md) to view the state of your Defang services running in the Defang Playground for non-production applications.
9+
You can log into the Defang Portal at [portal.defang.dev](https://portal.defang.dev) using your [Defang account](./accounts.md) to view the state of your Defang services running in the Defang Playground for non-production applications.
10+
11+
You can use the Portal to get an overview of your services, view the logs for each service, quickly access exposed ports, view environment variables, and more.
1012

11-
You can use the portal to get an overview of your services, view the logs for each service, quickly access exposed ports, view environment variables, and more.
1213

1314
:::info
14-
We will make sure you have access to the tools required to debug your services in production. At the moment we're not entirely sure what that will look like, beyond `defang tail` to view logs, but we're working on it!
15+
The Defang Portal displays services deployed to Playground.
16+
To view services deployed to Defang BYOC, please check out [Monitoring Your Services](/docs/tutorials/monitoring-your-services).
17+
:::
18+
19+
:::tip
20+
We have a tool in place to help [debug](/docs/concepts/debug) your application in production.
1521
:::

0 commit comments

Comments
 (0)