Acceso a carpeta globalspotcapex

MENA, GUILLERMO {PEP} 0 Reputation points
2026-08-18T17:56:57.6+00:00

Estoy tratando de ingresar a la informacion en la carpeta con nombre "globalspotcapex", sin embargo me aparece un error al buscarla, quiero tener el acceso, alguien me puede ayudarimagen

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.

0 comments No comments

1 answer

Sort by: Newest
  1. Andriy Bilous 12,191 Reputation points MVP
    2026-08-28T06:32:19.2033333+00:00

    Hello MENA, GUILLERMO {PEP}

    The error in the screenshot is a permissions/RBAC issue, not a problem with the globalspotcapex folder itself.

    Azure Portal is reporting that your account doesn't have sufficient permissions on the Storage Account. To browse Blob Storage through the portal using Microsoft Entra ID, Microsoft requires both management-plane access and data-plane access.

    Ask Azure Account administrator to grant your account the following roles:

    1. Reader at the Storage Account level (or Resource Group/subscription level). This allows the portal to read and navigate the storage account.
    2. Storage Blob Data Reader if you only need to view/download the files in globalspotcapex.
    • If you also need to upload, modify, or delete files, use Storage Blob Data Contributor instead.
      • This role can be scoped specifically to the globalspotcapex container if access should be limited to that container.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.