I have subscribed to Premium Verizon Plan of Azure CDN Service. With that I gained access to the Azure CDN Policy Rules Portal wherein I am able to manage all of the rules pertaining to the CDN Service I have subscribed to.
As part of the compliance program that I am working with as of the moment, I wanted to list all of the available Policies within my CDN Service using this endpoint:
https://cdn.windowsazure.com/api/v3/rules-engine/v1.0/policies?page_size=20&platform_id=http-large&policy_type=customer&sort=-created_at&state=locked
My currently problem is that I am unable to generate the access token needed to call the endpoint successfully. As of the moment here are the methods that I have currently used to generate access token for the endpoint:
Generate the Access Token using the Client Credentials from the Identity Dashboard:
I have successfully generated the Access Token from this step but I am unable to see the necessary scope ("ec.rules") needed to call the API Endpoint. Source DocumentUsing the Token from the Azure CDN Policy Rules Portal:
I am unable to find the "Generate New Primary" button stated in the Source Document