-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
awaiting responseWaiting for the author of the issue to provide more information or answer a questionWaiting for the author of the issue to provide more information or answer a question
Description
Describe the bug
When using AddAzureSqlServer("").RunAscontainer() using the Aspire.Hosting.Azure.Sql package, the deployment just hangs. No error, no logs...just hanging, and deployment reports "Pending" as a status.
Regression
No response
Steps to reproduce
var sqlSrv = builder.AddAzureSqlServer("sql")
.RunAsContainer();
var sqlDb = sqlSrv.AddDatabase("aspiretodo");
var dbPrj = builder.AddSqlProject<Projects.TodoDB>("tododb")
.WithReference(sqlDb)
.WaitFor(sqlDb);
Expected behavior
Deploy the database project
Screenshots
No response
IDE and version
Other
IDE version
VS Code
Nuget packages
<PackageReference Include="Aspire.Hosting.AppHost" Version="9.1.0" />
<PackageReference Include="Aspire.Hosting.Azure.Sql" Version="9.1.0" />
<PackageReference Include="Aspire.Hosting.NodeJs" Version="9.1.0" />
<PackageReference Include="Aspire.Hosting.SqlServer" Version="9.1.0" />
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder" Version="9.2.0" />
<PackageReference Include="CommunityToolkit.Aspire.Hosting.NodeJS.Extensions" Version="9.2.0" />
<PackageReference Include="CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects" Version="9.2.1" />
Additional context
No response
Help us help you
Yes, I'd like to be assigned to work on this item
francisgauthier1
Metadata
Metadata
Assignees
Labels
awaiting responseWaiting for the author of the issue to provide more information or answer a questionWaiting for the author of the issue to provide more information or answer a question