Search code examples
azureazure-storage

Unable to access the self created storage account


I have created a storage account, however, unable to access it. Error showing access denied.

The steps I have followed to create the storage account:

  1. enter image description here

  2. enter image description here

The error I'm getting is:

enter image description here

This is how the firewall and virtual network is looking like from the portal.Is there any specific things I need to select here? If I need to do some extra selection - how can I understand the meaning of that?

Also, blob storage is not appearing, do I need to select "premium" for blob storage?

I don't see any network setting now from the Azure portal.

enter image description here

What am I doing wrong? Any step by step method with good explanation to create a storage account?

Also,I'm unable to see blob storage.

The connectivity check is showing me error:

Failed to list containers: authMode: 4 code: AuthorizationFailure content: _CYCLIC_OBJECT_ message: This request is not authorized to perform this operation. RequestId:cce36eae-901e-001e-0472-415a25000000 Time:2020-06-13T11:02:14.4850017Z name: StorageError requestId: cce36eae-901e-001e-0472-415a25000000 url: https://example.blob.core.windows.net/?comp=list&_=1592046134245 xhr: {}

Failed to list queues: authMode: 4 code: AuthorizationFailure content: _CYCLIC_OBJECT_ message: This request is not authorized to perform this operation. RequestId:9c699d17-4003-0050-3672-4174ad000000 Time:2020-06-13T11:02:13.5044983Z name: StorageError requestId: 9c699d17-4003-0050-3672-4174ad000000 url: https://exmaple.queue.core.windows.net/?comp=list&_=1592046133224 xhr: {}

Failed to list containers: authMode: 1 code: AuthorizationFailure content: _CYCLIC_OBJECT_ message: This request is not authorized to perform this operation. RequestId:a5b1514f-e01e-0066-2e72-41f9dd000000 Time:2020-06-13T11:02:14.7298198Z name: StorageError requestId: a5b1514f-e01e-0066-2e72-41f9dd000000 url: https://example.blob.core.windows.net/?comp=list&_=1592046134491&sv=2019-10-10&ss=bqtf&srt=sco&sp=rwdlacuptfx&se=2020-06-13T19:02:13Z&sig=E4jZb9I6BjWBTrIzMnD9keq1BU8UfI%2F%2BZA1820lt3qk%3D xhr: {}

Thanks.


Solution

  • To fix the access issue, please allow your client IP address to access the storage account.

    enter image description here