diff --git a/daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md b/daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md index 24b3c9c99..f4aebbbef 100644 --- a/daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md +++ b/daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-overview.md @@ -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 >}}) \ No newline at end of file +- [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) \ No newline at end of file diff --git a/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md index c934edabd..567f75d6b 100644 --- a/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/serviceinvocation-quickstart.md @@ -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" >}}