Question on Azure Blob Storage Upload for azcopy 7.3

Staley, Jonathan 1 Reputation point
2022-10-12T15:58:11.32+00:00

Hello,

I have a server that is required to be FIPS compliant. When this server was enabled for FIPS compliance the cron job for azcopy script is no longing uploading files to blob storage. I attempted to update to azcopy v10, but it didn't like the way the current script is written and spit out a error for --source syntax. Is there an easy way to keep the server fips compliant and allow azcopy to just sent the files to blob?

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,032 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,321 Reputation points
    2022-10-17T20:13:38.003+00:00

    @Staley, Jonathan Here is how to find the Account SAS key for your Azure Storage Account-

    251165-2022-10-17-13-06-13-sai0009-microsoft-azure-and-4.png

    To find the SAS key for the individual Container/Blob, here is how to get it-

    251110-2022-10-17-13-09-12-test-microsoft-azure-and-4-mor.png

    Here are details regarding the types of SAS and how to delegate access using SAS- https://learn.microsoft.com/en-us/rest/api/storageservices/delegate-access-with-shared-access-signature

    Hope this helps. Please let us know if you have any more questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

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.