remove examples section

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2024-06-12 15:21:16 -04:00
parent a9c8f930d0
commit 0ab817d304
1 changed files with 0 additions and 8 deletions

View File

@ -12,14 +12,6 @@ Namespaced actors use the multi-tenant placement service. With this service, in
In order for multiple tenants to have actor types and/or IDs with the same name, every namespace should have its own state store. Otherwise, apps in different namespaces with the same actor type and/or ID may overwrite each other's data in the state store.
## Example
In the following example...
<!-- need example? ok to use from placement API? -->
## Migrating data to a new namespace
If you're moving to a new namespace and starting to use a new state store, make sure you migrate your data.
## Backwards compatibilty