I need to get the load balanced endpoints that a Traffic Manager endpoint is balancing over. How do you do that with C#?
It looks like I need to create an instance of TrafficManagerManagementClient
, which wants an object of type SubscriptionCloudCredentials
. I see there is a TokenCloudCredentials
derived class that I can use for this. This takes a token
, which is described as "Valid JSON Web Token (JWT).".
So how do I get a Valid JSON Web Token (JWT)?