By using the ARM API's I am able to fetch the secret uri of the secret stored in azure keyvault
https://management.azure.com/subscriptions/{mySubID}/resourceGroups/{myResourcegroup}/providers/Microsoft.KeyVault/vaults/{myvaultName}/secrets/{mycert}?api-version=2015-06-01
But I wanted a secret value to form a PFX cert inorder to upload to a service.
How can I achieve this ?
Please help !! Thanks in advance ....