I need to create a database in SQL Azure importing schema and data from a BACPAC file.
I use the method ImportBacPac of the DacServices object. I see that I can specify some options using DacAzureDatabaseSpecification (Edition, Maximum size...)
I wonder if there is a way to connect the database to elastic pool while importing it from bacpac.
Thank you