diff --git a/daprdocs/content/en/getting-started/quickstarts/_index.md b/daprdocs/content/en/getting-started/quickstarts/_index.md index c8942f7c4..c6aebfa40 100644 --- a/daprdocs/content/en/getting-started/quickstarts/_index.md +++ b/daprdocs/content/en/getting-started/quickstarts/_index.md @@ -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. | \ No newline at end of file +| Bindings | Coming soon. | +| Actors | Coming soon. | +| Observability | Coming soon. | +| Configuration | Coming soon. | +| Distributed Lock | Coming soon. | diff --git a/daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md b/daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md index 7dd8c947e..5e81fb43d 100644 --- a/daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md +++ b/daprdocs/content/en/getting-started/tutorials/configure-state-pubsub.md @@ -64,7 +64,9 @@ For Kubernetes: {{% /codetab %}} {{% codetab %}} + Verify you have an [Azure subscription](https://azure.microsoft.com/free/). + 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.