You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/dapr-settings.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ ms.date: 07/09/2024
11
11
12
12
# Configure the Dapr extension for your Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes project
13
13
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:
15
15
16
16
- Limiting which of your nodes use the Dapr extension
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: {
137
137
138
138
## Install Dapr in multiple availability zones while in HA mode
139
139
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:
141
141
142
142
```yaml
143
143
kind: StorageClass
@@ -186,7 +186,7 @@ You can configure the release namespace.
186
186
187
187
# [Azure CLI](#tab/cli)
188
188
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`.
190
190
191
191
```azurecli
192
192
az k8s-extension create \
@@ -218,7 +218,7 @@ properties: {
218
218
219
219
---
220
220
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).
222
222
223
223
## Show current configuration settings
224
224
@@ -240,7 +240,7 @@ az k8s-extension show --cluster-type managedClusters \
240
240
>
241
241
> HA is enabled by default. Disabling it requires deletion and recreation of the extension.
242
242
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:
244
244
245
245
```azurecli-interactive
246
246
az k8s-extension create --cluster-type managedClusters \
@@ -368,13 +368,13 @@ properties: {
368
368
369
369
## Meet network requirements
370
370
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:
372
372
1. `https://mcr.microsoft.com/daprio` URL for pulling Dapr artifacts.
373
373
1. The [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
374
374
375
375
## Next Steps
376
376
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].
0 commit comments