skip to Main Content

Azure – Synapse workspace upload package

We have set up a pipeline to upload the libraries/packages to synpase workspace using Azure commands az synapse workspace-package upload --workspace-name testsw --package C:/python.whl I tried appending --overwrite just to overwrite the existing library but it threw error. Do we…

VIEW QUESTION

How can I list webapp extensions using Azure CLI?

I need to remove a Site Extension across ~50 Azure App Services. The az webapp command space doesn't list anything for Site Extensions: https://learn.microsoft.com/en-us/cli/azure/webapp?view=azure-cli-latest The Azure team won't touch Site Extensions: https://github.com/Azure/azure-cli/issues/7617 However, a comment shows it's possible to delete…

VIEW QUESTION
Back To Top
Search