Skip to content

Commit b8e2767

Browse files
authored
link to non-dapr endpoint howto (#1335)
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 5636796 commit b8e2767

File tree

1 file changed

+6
-0
lines changed
  • daprdocs/content/en/dotnet-sdk-docs/dotnet-client

1 file changed

+6
-0
lines changed

daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ The .NET SDK allows you to interface with all of the [Dapr building blocks]({{<
2424
#### HTTP
2525
You can either use the `DaprClient` or `System.Net.Http.HttpClient` to invoke your services.
2626

27+
{{% alert title="Note" color="primary" %}}
28+
You can also [invoke a non-Dapr endpoint using either a named `HTTPEndpoint` or an FQDN URL to the non-Dapr environment]({{< ref "howto-invoke-non-dapr-endpoints.md#using-an-httpendpoint-resource-or-fqdn-url-for-non-dapr-endpoints" >}}).
29+
30+
{{% /alert %}}
31+
32+
2733
{{< tabs SDK HTTP>}}
2834

2935
{{% codetab %}}

0 commit comments

Comments
 (0)