Skip to content

Commit 29eb069

Browse files
Merge pull request #280400 from hhunter-ms/hh-280989
[Dapr/AKS] Remove unnecessary network requirement
2 parents 17c633b + 66e99c5 commit 29eb069

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

articles/aks/dapr-settings.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ ms.author: hannahhunter
66
ms.topic: article
77
ms.custom: build-2023, devx-track-azurecli, linux-related-content
88
ms.subservice: aks-developer
9-
ms.date: 04/01/2024
9+
ms.date: 07/09/2024
1010
---
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 namespace, 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 open source 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,14 +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.
373-
2. `https://linuxgeneva-microsoft.azurecr.io/` URL for pulling some Dapr dependencies.
374-
3. The [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
373+
1. The [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
375374

376375
## Next Steps
377376

378-
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].
379378

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

0 commit comments

Comments
 (0)