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.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,25 +296,19 @@ az k8s-extension create --cluster-type managedClusters \
296
296
297
297
If you want to use an outbound proxy with the Dapr extension for AKS, you can do so by:
298
298
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/):
300
300
- `HTTP_PROXY`
301
301
- `HTTPS_PROXY`
302
302
- `NO_PROXY`
303
303
1. [Installing the proxy certificate in the sidecar](https://docs.dapr.io/operations/configuration/install-certificates/).
304
304
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
-
311
305
## Meet network requirements
312
306
313
307
The Dapr extension for AKS and Arc for Kubernetes requires the following URLs on `https://:443` to function.
| `https://eastus.dp.kubernetesconfiguration.azure.com/` | Configuration URL for AKS extension. Includes a region prefix. [Change this prefix based on region](#cloudsregions). |
0 commit comments