Azure Export SQL database example

前端 未结 4 802
我在风中等你
我在风中等你 2021-01-12 09:24

Given Microsoft is deprecating the previous method of exporting a SQL DB they have put up a suggested example here:

$subscriptionId = \"YOUR AZURE SUBSCRIPT         


        
4条回答
  •  不要未来只要你来
    2021-01-12 09:48

    It appears that the database name is case sensitive when using az sql db export. Correcting the casing on the database name and resource group solved this issue in my case.

提交回复
热议问题