Skip to content

Added missing link for actors.md #32201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following table describes the infrastructure services provided by each block
| [Bindings](bindings.md) | Trigger code from events raised by external resources with bi-directional communication. |
| [Observability](observability.md) | Monitor and measure message calls across networked services. |
| [Secrets](secrets-management.md) | Securely access external secret stores. |
| Actors | Encapsulate logic and data in reusable actor objects. |
| [Actors](actors.md) | Encapsulate logic and data in reusable actor objects. |

Building blocks abstract the implementation of distributed application capabilities from your services. Figure 2-3 shows this interaction.

Expand Down