Unable to rename Blob object without adding my public ip

Sudarshan Bhamare 60 Reputation points
2023-09-20T16:21:12.0033333+00:00

I have a storage account adls gen2 for my Synapse workspace, It's public access is disabled and can be accessible from only selected virtual networks and IP addresses. I have configured a private endpoint. Using VPN I'm able to access all blobs, but I'm unable to rename it. The option is disabled. But, I added my public IP address in the networking tab I'm able to rename it. I have already tried using the SAS token and Key, but it didn't work.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,478 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,203 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,896 questions
{count} vote

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 90,141 Reputation points Microsoft Employee
    2023-09-21T06:33:46.96+00:00

    @Sudarshan Bhamare - Thanks for the question and using MS Q&A platform.

    It sounds like you are having trouble renaming a blob object in your ADLS Gen2 storage account without adding your public IP address.

    When you add your public IP address to the networking tab, you are essentially allowing traffic from your IP address to access the storage account. This is why you are able to rename the blob object after adding your public IP address.

    However, if you want to rename the blob object without adding your public IP address, you can try the following steps:

    Make sure that you have the necessary permissions to rename the blob object. You can check the permissions by going to the Access Control (IAM) tab in the storage account and verifying that you have the necessary role assigned.

    User's image

    If you are still unable to rename the blob object, you can try using a Shared Access Signature (SAS) token with the necessary permissions to rename the blob object. You can generate a SAS token with the "write" permission for the blob container and use it to rename the blob object.

    User's image

    Try using a tool like Azure Storage Explorer or Azure PowerShell to rename the blob object. These tools should allow you to rename the blob object without having to add your public IP address.

    If none of these steps work, please let me know and I can help you further.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


Your answer

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