1
votes

I'm already authenticated to Azure via AAD (Client ID and Client Secret) using their management Apis. I need to delete some stuff from the blob storage, which I know the name (but not the key at this stage) Is this possible to use the same access token that I got from the Resource Manager API to access and delete the blobs, or do I need to use the Blob Storage Key?

1
You would need to use Storage REST API as Resource Manager API is for managing the control plane (managing storage accounts themselves) only.Gaurav Mantri

1 Answers

0
votes