Skip to content

Commit a406b67

Browse files
committed
acrolinx
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 370d7ee commit a406b67

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/aks/dapr-settings.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.date: 07/09/2024
1111

1212
# Configure the Dapr extension for your Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes project
1313

14-
Once you've [created the Dapr extension](./dapr.md), you can configure the [Dapr](https://dapr.io/) extension to work best for you and your project using various configuration options, like:
14+
After [creating the Dapr extension](./dapr.md), you can configure the [Dapr](https://dapr.io/) extension to work best for you and your project using various configuration options, like:
1515

1616
- Limiting which of your nodes use the Dapr extension
17-
- Setting automatic CRD updates
17+
- Setting automatic custom resource definition (CRD) updates
1818
- Configuring the Dapr release namespace
1919

2020
The extension enables you to set Dapr configuration options by using the `--configuration-settings` parameter in the Azure CLI or `configurationSettings` property in a Bicep template.
@@ -137,7 +137,7 @@ properties: {
137137

138138
## Install Dapr in multiple availability zones while in HA mode
139139

140-
By default, the placement service uses a storage class of type `standard_LRS`. It is recommended to create a **zone redundant storage class** while installing Dapr in HA mode across multiple availability zones. For example, to create a `zrs` type storage class, add the `storageaccounttype` parameter:
140+
By default, the placement service uses a storage class of type `standard_LRS`. It's recommended to create a **zone redundant storage class** while installing Dapr in HA mode across multiple availability zones. For example, to create a `zrs` type storage class, add the `storageaccounttype` parameter:
141141

142142
```yaml
143143
kind: StorageClass
@@ -186,7 +186,7 @@ You can configure the release namespace.
186186

187187
# [Azure CLI](#tab/cli)
188188

189-
The Dapr extension gets installed in the `dapr-system` namespace by default. To override it, use `--release-namespace`. Include the cluster `--scope` to redefine the namespace.
189+
The Dapr extension gets installed in the `dapr-system` namespace by default. To override it, use `--release-namespace`. To redefine the namepsace, include the cluster `--scope`.
190190

191191
```azurecli
192192
az k8s-extension create \
@@ -218,7 +218,7 @@ properties: {
218218

219219
---
220220

221-
[Learn how to configure the Dapr release namespace if you already have Dapr installed](./dapr-migration.md).
221+
[Learn how to configure the Dapr release namespace when migrating from Dapr OSS to the Dapr extension](./dapr-migration.md).
222222

223223
## Show current configuration settings
224224

@@ -240,7 +240,7 @@ az k8s-extension show --cluster-type managedClusters \
240240
>
241241
> HA is enabled by default. Disabling it requires deletion and recreation of the extension.
242242

243-
To update your Dapr configuration settings, recreate the extension with the desired state. For example, assume we've previously created and installed the extension using the following configuration:
243+
To update your Dapr configuration settings, recreate the extension with the desired state. For example, let's say you previously created and installed the extension using the following configuration:
244244

245245
```azurecli-interactive
246246
az k8s-extension create --cluster-type managedClusters \
@@ -368,13 +368,13 @@ properties: {
368368

369369
## Meet network requirements
370370

371-
The Dapr extension for AKS and Arc for Kubernetes requires the following outbound URLs on `https://:443` to function:
371+
The Dapr extension requires the following outbound URLs on `https://:443` to function on AKS and Arc for Kubernetes:
372372
1. `https://mcr.microsoft.com/daprio` URL for pulling Dapr artifacts.
373373
1. The [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
374374

375375
## Next Steps
376376

377-
Once you have successfully provisioned Dapr in your AKS cluster, try deploying a [sample application][sample-application].
377+
Once you successfully provisioned Dapr in your AKS cluster, try deploying a [sample application][sample-application].
378378

379379
<!-- LINKS INTERNAL -->
380380
[deploy-cluster]: ./tutorial-kubernetes-deploy-cluster.md

0 commit comments

Comments
 (0)