Link to home
Start Free TrialLog in
Avatar of Robb Hill
Robb HillFlag for United States of America

asked on

Accessing Azure - Storage Accounts - Blob Container files.

I have a microsoft Azure Storage Account, with a blob container.

I am storing different types of files in this account.  I have excel files, some zipped up xml files, a .net app, and some sql scripts.

Currently I have AD access to this storage account.

What I need to do is configure the best way for my IT team to access these files if necessary and be able to read the excel files and potentially download the other files if needed.

This will be a rare event but the game plan needs to be in place.

I am seeing things regarding API, and URL's but no idea at this point how to configure.  

Please help.   At this point I am not sure if I need more AD rights from my infrastructure team to configure this.

This will be a long time storage facility to archive some retention items in the company.

But should our Audit team need to see anything , IT will be called upon to retrieve.  

I want to setup something that will not require an Azure expert to view these files.

I also want to keep this inexpensive as some of these retentions are literally lifetime.
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Robb Hill

ASKER

Eric:

This looks like my solution.  I prefer c# ..so I might refactor the code.  It also looks like I need more access to get the access keys...or maybe I can just get them create for me from our infrastructure team.  This also seems a little dated but hopefully its still pretty much the same in a .net app on latest frameworks.  It looks like it should be.

Thanks so much for the quick input.  When I had read earlier in my google search I thought if I went the .net approach I was going to have to change the storage account in Azure.  Reading this makes me think I do not.  but I still need to get a mock up running to validate.

Thanks again.  I will keep open as I finish up for any other helpful ideas but I think you nailed it.
wait..I see you are the author...

Kudos to you :)
I do not see the menu options as your instructions indicate....im wondering if this is a version issue.

Also is there a way to provide a shared access for a group without AD rights so they have read only access and can download files but not delete.

If so thats all I need as my manager would prefer I not work on this as a .net project if possible.
>>I do not see the menu options as your instructions indicate....im wondering if this is a version issue.

It is quite possible. Azure changes every 3 weeks. Which menu options are you looking for?

>>Also is there a way to provide a shared access for a group without AD rights so they have read only access and can download files but not delete.

Not really sure of how you will connect to Azure but I really doubt. Usually, the application as one set of credentials to connect to Azure. Since you are building your application, you can easily set the permissions in there.

>>If so thats all I need as my manager would prefer I not work on this as a .net project if possible.

I can't argue with that. If that's the case, the article is of no use!