mirror of https://github.com/dapr/docs.git
Add Distributed Lock API Quickstart placeholder (#2561)
* Add Distributed Lock API Quickstart placeholder Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> * add ignore links Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
6f13690ae6
commit
2b10f6c1f0
|
@ -26,7 +26,8 @@ Hit the ground running with our Dapr quickstarts, complete with code samples aim
|
|||
| [State Management]({{< ref statemanagement-quickstart.md >}}) | Create stateful applications using the state management API. |
|
||||
| [Publish and Subscribe]({{< ref pubsub-quickstart.md >}}) | Send and receive messages using the publish and subscribe API. |
|
||||
| [Secrets Management]({{< ref secrets-quickstart.md >}}) | Retrieve secrets in the application code from a configured secret store using the secrets management API. |
|
||||
| Bindings | Coming soon. |
|
||||
| Actors | Coming soon. |
|
||||
| Observability | Coming soon. |
|
||||
| Configuration | Coming soon. |
|
||||
| Bindings | Coming soon. |
|
||||
| Actors | Coming soon. |
|
||||
| Observability | Coming soon. |
|
||||
| Configuration | Coming soon. |
|
||||
| Distributed Lock | Coming soon. |
|
||||
|
|
|
@ -64,7 +64,9 @@ For Kubernetes:
|
|||
{{% /codetab %}}
|
||||
|
||||
{{% codetab %}}
|
||||
<!-- IGNORE_LINKS -->
|
||||
Verify you have an [Azure subscription](https://azure.microsoft.com/free/).
|
||||
<!-- END_IGNORE -->
|
||||
|
||||
1. Open and log into the [Azure portal](https://ms.portal.azure.com/#create/Microsoft.Cache) to start the Azure Redis Cache creation flow.
|
||||
1. Fill out the necessary information.
|
||||
|
|
Loading…
Reference in New Issue