File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -280,13 +280,17 @@ coder:
280
280
281
281
# ## Azure
282
282
283
- In certain enterprise environments, the
284
- [Azure Application Gateway](https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview)
285
- was needed. The Application Gateway supports :
283
+ Certain enterprise environments require the
284
+ [Azure Application Gateway](https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-overview).
285
+ The Application Gateway supports :
286
286
287
287
- Websocket traffic (required for workspace connections)
288
288
- TLS termination
289
289
290
+ Follow our doc on
291
+ [how to deploy Coder on Azure with an Application Gateway](./kubernetes/kubernetes-azure-app-gateway.md)
292
+ for an example.
293
+
290
294
# # Troubleshooting
291
295
292
296
You can view Coder's logs by getting the pod name from `kubectl get pods` and
You can’t perform that action at this time.
0 commit comments