Skip to content

Aspire Project update to MSSQL Database #1130

@Ghadawi

Description

@Ghadawi

How can we convert this from postgres to MSSQL database in Aspire project?

var database = builder.AddPostgres("db", username, password, port: 5432)
.WithDataVolume()
.AddDatabase("fullstackhero");

var api = builder.AddProject<Projects.Server>("webapi")
.WaitFor(database);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions