Hello @Manish Jain ,
Welcome to the Microsoft Q&A platform.
If you use Azure SQL Database serverless tier, note when the server is paused, activity run fails instead of waiting for the auto-resume to be ready. You can add activity retry or chain additional activities like wait to make sure the server is live upon the actual execution.
For more information, see Azure Data Factory - Activity policy.
Hope this helps. Do let us know if you any further queries.
------------
- 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.
Hello @Manish Jain ,
Unfortunately, you cannot resume/pause Azure SQL Database using Web Activity.
If you try to repro it, you will receive this
{"error":{"code":"FeatureDisabledOnSelectedEdition","message":"This feature is not available for the selected database's edition (chepra)."}}
Hope this helps. Do let us know if you any further queries.
----------------------------------------------------------------------------------------
Do click on "Accept Answer" and Upvote on the post that helps you, this can be beneficial to other community members.