1
votes

I have a account in Azure portal. When I try to access to the specific storage account, its says "Access denied" and unable to open the blob container.

But I have created the storage account using the service principal which got all access.

Now I want to view the storage account using my Azure user account.

Is there way to provide permissions using service principal?

1
Do you have the permission to access the storage account?Gaurav Mantri
Azure Storage requires a key for authentication api / sdk calls (which you should be able to get to, either programmatically or via the portal, given that you have access to the subscription).David Makogon
@DavidMakogon I think there're RBAC roles in picture which is preventing Karan to access the properties of storage account in the portal itself.Gaurav Mantri
If this is about the portal user rights, then it's off-topic, because this is not a programming question. Contact Azure support.James Z

1 Answers

1
votes

According to your description, it seems that the special storage account that with firewall set or in the Virtual Networks. If "Allow access from All networks " is possible, you could choose that or you could add your localhost public ip to allow access it from the internet . For more information, please refer to the screenshot.

enter image description here