Finally! Azure Service Bus Emulator is Now Available!

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 11

  • @FilipEkberg
    @FilipEkberg  8 วันที่ผ่านมา +1

    There's a tiny thing missing at 5:26! To set the password for SQL Server you have to pass a parameter.
    This is easily done like this: var passwordParameter = builder.AddParameter("password", "p5aJ0d7WgxzWu2Cc7yDR)4");
    Set the third parameter for AddSqlServer to that parameter like this:
    var sql = builder.AddSqlServer("sql", port: 58349, password: passwordParameter)
    .WithLifetime(ContainerLifetime.Persistent);

  • @simongottschlag2290
    @simongottschlag2290 8 วันที่ผ่านมา

    Thank you Filip! ⭐️

  • @burtonrodman
    @burtonrodman 6 วันที่ผ่านมา

    great video. thanks!

  • @andtkach
    @andtkach 8 วันที่ผ่านมา

    Amazing for local development

  • @antondoit
    @antondoit 6 วันที่ผ่านมา

    Very nice

  • @fishzebra
    @fishzebra 7 วันที่ผ่านมา

    Can you use Aspire for local while keeping everything else the same for legacy purposes, otherwise is a big step to start using in legacy projects

    • @FilipEkberg
      @FilipEkberg  7 วันที่ผ่านมา +1

      @@fishzebra Certainly!

  • @john_doe_97
    @john_doe_97 6 วันที่ผ่านมา

    is there a GUI, similar to Azure Portal?

    • @FilipEkberg
      @FilipEkberg  6 วันที่ผ่านมา +2

      @@john_doe_97 Unfortunately not. Hoping this will be coming soon!