Skip to content

Commit 4b24b58

Browse files
committed
acrolinx fixes
1 parent eb564c6 commit 4b24b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/quickstart-dapr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Dapr can use a number of different state stores (Redis, CosmosDB, DynamoDB, Cass
3636

3737
### Create a Redis store
3838

39-
1. Open the [Azure Portal][azure-portal-cache] to start the Azure Redis Cache creation flow.
39+
1. Open the [Azure portal][azure-portal-cache] to start the Azure Redis Cache creation flow.
4040
2. Fill out the necessary information
4141
3. Click “Create” to kickoff deployment of your Redis instance.
4242
4. Take note of the hostname of your Redis instance, which you can retrieve from the “Overview” in Azure. It should look like `xxxxxx.redis.cache.windows.net:6380`.
@@ -93,7 +93,7 @@ This will deploy the Node.js app to Kubernetes. The Dapr control plane will auto
9393

9494
* `dapr.io/enabled: true` - this tells the Dapr control plane to inject a sidecar to this deployment.
9595

96-
* `dapr.io/app-id: nodeapp` - this assigns a unique id or name to the Dapr application, so it can be sent messages to and communicated with by other Dapr apps.
96+
* `dapr.io/app-id: nodeapp` - this assigns a unique ID or name to the Dapr application, so it can be sent messages to and communicated with by other Dapr apps.
9797

9898
To access your service, obtain and make note of the `EXTERNAL-IP` via `kubectl`:
9999

@@ -203,7 +203,7 @@ You should see the latest JSON in the response.
203203

204204
## Clean up resources
205205

206-
Use the [az group delete][az-group-delete] command to remove the resource group, the AKS cluster, namespace, and event hub, and all related resources.
206+
Use the [az group delete][az-group-delete] command to remove the resource group, the AKS cluster, namespace, and all related resources.
207207

208208
```azurecli-interactive
209209
az group delete --name MyResourceGroup

0 commit comments

Comments
 (0)