Hello,
I have an AKS cluster. We created an Ingress successfully and we plan to use Cert Manager to issue a certificate for a custom domain.
Now we are trying to enable Azure CDN (Standart Microsoft or any other) from Kubernetes YAML files, but I can't find any documentation how to do this. In GCP for example this is done via BackendConfig (https://cloud.google.com/kubernetes-engine/docs/how-to/cdn-backendconfig).
How can we do this in AKS?