I have a few services with two deployment kinds: Virtual Machine Scale Set and RDFE based deployments.
I want to add managed identities to those services, but I'm a bit puzzled about how to do so for the second type of deployment (RDFE-based).
I've looked at this Microsoft document.
It stated that using MSI extension would be deprecated in 1.19 but it doesn't seem like IMDS supports PaaS deployments.
How should I add the managed identities to RDFE deployment and what endpoint should I use?