How to securely access Azure Storage Accounts - enhancing security

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ค. 2024
  • Azure Storage Accounts provide powerful ways to store your data in the cloud. It also means that you need to do everything you can to ensure that these storage accounts are accessed securely. You have various ways to access the storage accounts. You can leverage access keys to access storage accounts as administrators. Or you can use Shared Access Signature to enhance security.
    In this video, we check how you can access storage accounts as an administrator. And then how to enhance the security by limiting the access and providing an expiration date to the access tokens.
    Check this related video on How to Create new Storage Accounts: • Azure Storage Accounts...

ความคิดเห็น • 17

  • @rbattle2u
    @rbattle2u 2 ปีที่แล้ว +1

    I like your delivery style. 👋👋

  • @joshuaeuceda4635
    @joshuaeuceda4635 3 ปีที่แล้ว +1

    Excellent tutorial Anand, I like the way you added examples of who would need an access key versus a SAS. Added some real world context to the lesson! Keep up the great work.

  • @sarayghb8079
    @sarayghb8079 3 ปีที่แล้ว +1

    Very well explained! Thanks alot!

  • @richardlanglois5183
    @richardlanglois5183 3 ปีที่แล้ว +1

    Great presentation!

  • @Olalla75
    @Olalla75 3 ปีที่แล้ว +1

    Very useful, thanks for sharing

  • @vaskarbhattacharya3024
    @vaskarbhattacharya3024 ปีที่แล้ว

    great knowledge sharing

  • @mihaneman3129
    @mihaneman3129 8 หลายเดือนก่อน

    thank you so much

  • @joyanand115
    @joyanand115 3 ปีที่แล้ว +1

    Very much clear now on how to share storage account details.
    How we can hide and refresh SAS token without any change at end user

  • @MdImran-qb3bm
    @MdImran-qb3bm 3 ปีที่แล้ว +1

    very nice video

  • @sarhanehichri
    @sarhanehichri 3 ปีที่แล้ว +2

    Great video ! Thank you very much, the material is very helpful although it will be awesome to also have explanation about service-level SAS and user-delegated SAS. Do you think it is possible?

  • @user-zw6rv6jh5d
    @user-zw6rv6jh5d 7 หลายเดือนก่อน

    Hi HarvestingClould Team,
    Your classes are really super and, am looking for one particular topic is, How to give the storage account access to external user on particular time for every day

  • @harshitmehta1117
    @harshitmehta1117 3 ปีที่แล้ว

    Great video! Does the SAS approach work for ADLS Gen 2?

  • @mike4485
    @mike4485 4 ปีที่แล้ว +1

    Very Clear. Pls cover Azure Migrate(ASR) with vmware

    • @HarvestingClouds
      @HarvestingClouds  4 ปีที่แล้ว +1

      Thanks Mike! Right now after Azure Storage, I will be covering Networking next. I will try to cover ASR and Azure Migrate right after that.

  • @TellaTrix
    @TellaTrix 2 ปีที่แล้ว

    Hi Aman, As developer how to design application to connect storage account. Also need to consider that if any of access key get compromised then after regenerarting access key the existing application get stopped working if you would connect with sas uri or access key. I heard access policy help in that case ? I exactly don't know but if you could cover on these area would be very helpfull.

  • @hemanthkh
    @hemanthkh ปีที่แล้ว

    Kindly share the devops videos

  • @DevopsKT
    @DevopsKT ปีที่แล้ว

    can we able to access(download ) the file from the blob storage account even if the site is down??
    In our scenario if the want to download the file they have to hit our application. so if its down can we able to download the file from the Blob storage account?? or can we able to download through curl command??