Azure Export SQL database example

前端 未结 4 796
我在风中等你
我在风中等你 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:49

    Seems really stupid but the error for me was because my "DatabaseName" parameter was case sensitive.

    I was sending in the value "database" but the actual database name was "Database"

    seems crazy but might help someone out

提交回复
热议问题