question

poov avatar image
0 Votes"
poov asked AnuragSharma-MSFT commented

Not able to create SQL Database - using free tier


The value of deployment parameter 'digestRegion' is null. Please specify the value or use the parameter reference. See https://aka.ms/resource-manager-parameter-files for details.

azure-sql-database
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Do you have a question?

0 Votes 0 ·

Hi @poov, please let us know if you have any other queries.

0 Votes 0 ·
AlbertoMorillo avatar image
0 Votes"
AlbertoMorillo answered poov commented

Try using PowerShell.

 New-AzureRmSqlDatabase -DatabaseName $DatabaseName  -ServerName $sqlServer.ServerName 
 -ResourceGroupName $resourceGroup.ResourceGroupName -Edition 'Free' 
 -RequestedServiceObjectiveName 'Free'

This works only for the following regions, for now:

  Location           DisplayName
  --------           -------------------
  australiaeast      Australia East
  australiasoutheast Australia Southeast
  centralindia       Central India
  eastasia           East Asia
  francecentral      France Central
  japaneast          Japan East
  japanwest          Japan West
  koreacentral       Korea Central
  koreasouth         Korea South
  northcentralus     North Central US
  northeurope        North Europe
  southeastasia      Southeast Asia
  southindia         South India
  uksouth            UK South
  ukwest             UK West
  westcentralus      West Central US
  westeurope         West Europe
  westindia          West India
  westus2            West US 2


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks for your quick response.
Unfortunately PowerShell also not loading - it gives error. It says "You have no storage mounted" - I clicked "Create Storage" but not able to create.

0 Votes 0 ·
AlbertoMorillo avatar image
0 Votes"
AlbertoMorillo answered

Please read a fix its on its way. Please read here.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.