Skip to content

Commit eb9ba6e

Browse files
committed
updates per shubham
1 parent 0be6ee6 commit eb9ba6e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

articles/aks/dapr.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,21 +294,27 @@ az k8s-extension create --cluster-type managedClusters \
294294

295295
## Set the outbound proxy for Dapr extension for Azure Arc on-prem
296296

297-
Most on-prem Azure Arc for Kubernetes only allow egress traffic from on-prem to public internet via an outbound proxy server. Dapr brings existing outbound proxy functionality to the table with the Dapr extension. The Dapr extension already has the certificate and environment variables configured and exposed to the sidecar.
297+
If you want to use an outbound proxy with the Dapr extension for AKS, you can do so by:
298+
299+
1. Setting the proxy environment variables using the `dapr.io/env` annotations:
300+
- `HTTP_PROXY`
301+
- `HTTPS_PROXY`
302+
- `NO_PROXY`
303+
1. [Installing the proxy certificate in the sidecar](https://docs.dapr.io/operations/configuration/install-certificates/).
298304

299305
| Configuration | Annotation |
300306
| ------------- | ---------- |
301307
| Environment Variables | Already set in the Dapr extension via [the `dapr.io/env` annotation](https://docs.dapr.io/reference/arguments-annotations-overview/). |
302308
| Certificate | Already configured in Dapr extension, similar to examples found in [Install certificates in the Dapr sidecar](https://docs.dapr.io/operations/configuration/install-certificates/). |
303309

304310

305-
## Firewall allowlist
311+
## Meet network requirements
306312

307-
Make sure you've added the following URLs to the firewall allowlist.
313+
The Dapr extension for AKS and Arc for Kubernetes requires the following URLs on `https://:443` to function.
308314

309315
| URL | Description |
310316
| --- | ----------- |
311-
| `https://mcr.microsoft.com/daprio` | `mcr` URL for Dapr Docker images |
317+
| `https://mcr.microsoft.com/daprio` | Required `mcr` URL for pulling Dapr container images. |
312318
| `https://eastus.dp.kubernetesconfiguration.azure.com/` | Configuration URL for AKS extension. Includes a region prefix. [Change this prefix based on region](#cloudsregions). |
313319

314320
## Troubleshooting extension errors

0 commit comments

Comments
 (0)