mirror of https://github.com/dapr/docs.git
add links to multi-app run
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
3ff07c3068
commit
397b697a05
|
@ -82,4 +82,10 @@ Watch [this video for an overview on Multi-App Run](https://youtu.be/s1p9MNl4VGo
|
|||
|
||||
## Next steps
|
||||
|
||||
[Learn the Multi-App Run template file structure and its properties]({{< ref multi-app-template.md >}})
|
||||
- [Learn the Multi-App Run template file structure and its properties]({{< ref multi-app-template.md >}})
|
||||
- Try out the Multi-App Run template using service invocation:
|
||||
- [Python](https://github.com/dapr/quickstarts/tree/master/service_invocation/python/http#start-all-apps-with-multi-app-run-template-file)
|
||||
- [JavaScript](https://github.com/dapr/quickstarts/blob/master/service_invocation/javascript/http/README.md#start-all-apps-with-multi-app-run-template-file)
|
||||
- [.NET](https://github.com/dapr/quickstarts/blob/master/service_invocation/csharp/http/README.md#start-all-apps-with-multi-app-run-template-file)
|
||||
- [Java](https://github.com/dapr/quickstarts/tree/master/service_invocation/java/http)
|
||||
- [Go](https://github.com/dapr/quickstarts/blob/master/service_invocation/go/http/README.md#start-all-apps-with-multi-app-run-template-file)
|
|
@ -635,5 +635,11 @@ Join the discussion in our [discord channel](https://discord.com/channels/778680
|
|||
- Learn more about how to invoke Dapr's Service Invocation with:
|
||||
- [HTTP]({{< ref howto-invoke-discover-services.md >}}), or
|
||||
- [gRPC]({{< ref howto-invoke-services-grpc.md >}})
|
||||
- Try out this quickstart with the [Multi-App Run template]({{< ref multi-app-overview.md >}}):
|
||||
- [Python](https://github.com/dapr/quickstarts/tree/master/service_invocation/python/http#start-all-apps-with-multi-app-run-template-file)
|
||||
- [JavaScript](https://github.com/dapr/quickstarts/blob/master/service_invocation/javascript/http/README.md#start-all-apps-with-multi-app-run-template-file)
|
||||
- [.NET](https://github.com/dapr/quickstarts/blob/master/service_invocation/csharp/http/README.md#start-all-apps-with-multi-app-run-template-file)
|
||||
- [Java](https://github.com/dapr/quickstarts/tree/master/service_invocation/java/http)
|
||||
- [Go](https://github.com/dapr/quickstarts/blob/master/service_invocation/go/http/README.md#start-all-apps-with-multi-app-run-template-file)
|
||||
|
||||
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
|
||||
|
|
Loading…
Reference in New Issue