Azure Storage : is there an account open for everyone ?

Dixort 1 Reputation point
2021-12-15T10:51:12.15+00:00

Hello

I'm currently working on an open source project and I wanted to use Azure Blob Service on it.

To connect with the Azure Blob Service, I need to have account name and account key informations.
This informations can be defined in a properties file when we use this project in a personnal project.

But for the test part, I need to have informations and I don't wan't to put my personnal account information.
That is why, I was wondering if there is an account open to everyone that I can use formy project.

Have a nice day

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.
2,944 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2021-12-15T14:56:28.27+00:00

    @Dixort Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    You can use Shared Access Signature (SAS) A shared access signature (SAS) provides secure delegated access to resources in your storage account. With a SAS, you have granular control over how a client can access your data. or Authorize access to blobs using Azure Active Directory

    Additional information: Access at the container level (azure) versus blob level.
    Security recommendations for Blob storage: https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations

    Kindly let us know if you still have more questions on this. I wish to engage with you offline for a closer look and provide a quick and specialized assistance,

    ----------

    Please do not forget to 157919-screenshot-2021-12-10-121802.pngand 157790-image.png wherever the information provided helps you, this can be beneficial to other community members.