Devashish Pawar I think for ARM based VI resource you will have to login to the API portal and navigate to the profile page to see the keys.
I found it easier to get the token from the home page itself using these keys.
- Click on Get ARM token
- Used the try it page to submit my account details to generate the token.
- Provide the details along with a valid body as JSON.
{
permissionType: "Contributor",
scope: "Account"
}
This should provide the token based on the permissions and scope.
I hope this helps!!
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.