Skip to content

Commit e2c89e3

Browse files
committed
edits per shubham
1 parent eb9ba6e commit e2c89e3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

articles/aks/dapr.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -296,25 +296,19 @@ az k8s-extension create --cluster-type managedClusters \
296296

297297
If you want to use an outbound proxy with the Dapr extension for AKS, you can do so by:
298298

299-
1. Setting the proxy environment variables using the `dapr.io/env` annotations:
299+
1. Setting the proxy environment variables using the [`dapr.io/env` annotations](https://docs.dapr.io/reference/arguments-annotations-overview/):
300300
- `HTTP_PROXY`
301301
- `HTTPS_PROXY`
302302
- `NO_PROXY`
303303
1. [Installing the proxy certificate in the sidecar](https://docs.dapr.io/operations/configuration/install-certificates/).
304304

305-
| Configuration | Annotation |
306-
| ------------- | ---------- |
307-
| Environment Variables | Already set in the Dapr extension via [the `dapr.io/env` annotation](https://docs.dapr.io/reference/arguments-annotations-overview/). |
308-
| 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/). |
309-
310-
311305
## Meet network requirements
312306

313307
The Dapr extension for AKS and Arc for Kubernetes requires the following URLs on `https://:443` to function.
314308

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

320314
## Troubleshooting extension errors

0 commit comments

Comments
 (0)