Last active
January 15, 2025 15:36
-
-
Save fabiocannas/9992f529a8c50d28e7dfdb53347dc470 to your computer and use it in GitHub Desktop.
Cancel Azure SQL db import/export job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
az login --tenant <tenant-id> | |
az sql db op list --resource-group my-rg --server mssql-srv --database mydb | |
az sql db op cancel --resource-group my-rg --server mssql-srv --database mydb --name <job-name(guid)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment