diff --git a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md index abd92f171..bda74c2a5 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md +++ b/daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md @@ -71,7 +71,7 @@ To provide scalability and reliability, actors instances are throughout the clu You can invoke actor methods by calling them over HTTP, as shown in the general example below. - + 1. The service calls the actor API on the sidecar. 1. With the cached partitioning information from the placement service, the sidecar determines which actor service instance will host actor ID **3**. The call is forwarded to the appropriate sidecar. diff --git a/daprdocs/static/images/actors-calling-method.png b/daprdocs/static/images/actors-calling-method.png new file mode 100644 index 000000000..014dd5d83 Binary files /dev/null and b/daprdocs/static/images/actors-calling-method.png differ