Database creation in Azure from bacpac -


while creating database in azure bacpac receive following error. have tried number of times different containers/storage accounts

badrequest <string xmlns=" http://schemas.microsoft.com/2003/10/serialization/">error encountered during service operation. ;  exception microsoft.sqlserver.management.dac.services.serviceexception: unable authenticate request; </string> 

we have used following variations:

  1. change of names
  2. change of service tiers
  3. change of bacpac earlier created dbs
  4. able create blank database

any help?


Comments

Popular posts from this blog

php - Hide output during test execution -

java - Drawing vector images on PDF with PDFBox -

Qt4: how to send QString inside a struct via QSharedMemory -