Skip to content

Commit 25e6dfc

Browse files
updates
1 parent 65215aa commit 25e6dfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/container-apps/connect-apps.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Once you know a container app's domain name, then you can call the location with
2020
2121
A sample solution showing how you can call between containers using both the FQDN Location or Dapr can be found on [Azure Samples](https://github.com/Azure-Samples/container-apps-connect-multiple-apps)
2222

23+
For more details about connecting Dapr applications, refer to [Invoke services using HTTP](https://docs.dapr.io/developing-applications/building-blocks/service-invocation/howto-invoke-discover-services/).
24+
2325
## Location
2426

2527
A container app's location is composed of values associated with its environment, name, and region. Available through the `azurecontainerapps.io` top-level domain, the fully qualified domain name (FQDN) uses:
@@ -40,6 +42,10 @@ Developing microservices often requires you to implement patterns common to dist
4042

4143
A microservice that uses Dapr is available through the following URL pattern:
4244

45+
```text
46+
http://localhost:3500/v1.0/invoke/<YOUR_APP_NAME>/method
47+
```
48+
4349
:::image type="content" source="media/connect-apps/azure-container-apps-location-dapr.png" alt-text="Azure Container Apps container app location with Dapr.":::
4450

4551
## Next steps

0 commit comments

Comments
 (0)