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: docs/concepts/networking.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
11
11
Defang configures Security Groups, deploys applications to a private subnet and uses an Application Load Balancer to route traffic to your services from the public internet only when required.
12
12
13
13
:::tip
14
-
This page is about internal networking only. If you want to configure your services to be accessible from the public internet, check the [domains page](./domains.mdx).
14
+
This page is about internal networking only. If you want to configure your services to be accessible from the public internet, check the [Domains page](./domains.mdx).
15
15
:::
16
16
17
17
## Internal Communication
@@ -65,4 +65,4 @@ Internal communication between services in Defang BYOC follows the following pat
Copy file name to clipboardExpand all lines: docs/tutorials/monitoring-your-services.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,6 @@ $ defang logs --type=build
47
47
All of the above flags can be combined to get the exact logs you need. See the CLI reference for [`defang tail`](/docs/cli/defang_tail) for more information.
48
48
49
49
:::info
50
-
* To learn more about observability in Defang, check out the [observability page](../concepts/observability.md).
50
+
* To learn more about observability in Defang, check out the [Observability page](../concepts/observability.md).
51
51
* Note that the Defang Portal only displays services deployed to Defang Playground.
0 commit comments