Azure – to change the tier of blob using web activity
I'm trying to change the tier of a blob in storage account through ADF using Web Activity: I am refering to this link - https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-tier?tabs=azure-ad The required values used are as below: URL :https://myaccount.blob.core.windows.net/mycontainer/myblob?comp=tier (modified to my account and blob…