skip to Main Content

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…

VIEW QUESTION

Azure – Regular expression in ADF

How to split the string based on white spaces in DataFlow expression builder in ADF pipeline. A string can have 1 or more white spaces. Eg: I used split(name,’ ‘) : Thiswill split the word based on single space.Some times…

VIEW QUESTION
Back To Top
Search