mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/service-invocation/service-invocation-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
411475dcd2
commit
f80139f6d0
|
@ -41,7 +41,7 @@ Service invocation provides several features to make it easy for you to call met
|
|||
|
||||
### Namespace scoping
|
||||
|
||||
Applications can be scoped to namespaces for deployment and security and you can call between services deployed to different namespaces. For more information read the [Service invocation across namespaces]({{< ref "service-invocation-namespaces.md" >}}) article.
|
||||
Applications can be scoped to namespaces for deployment and security, and you can call between services deployed to different namespaces. For more information, read the [Service invocation across namespaces]({{< ref "service-invocation-namespaces.md" >}}) article.
|
||||
|
||||
### Service-to-service security
|
||||
|
||||
|
|
Loading…
Reference in New Issue