By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: .NET Aspire 9.3 Brings GitHub Copilot Integration and Expanded Azure Support
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > .NET Aspire 9.3 Brings GitHub Copilot Integration and Expanded Azure Support
News

.NET Aspire 9.3 Brings GitHub Copilot Integration and Expanded Azure Support

News Room
Last updated: 2025/06/06 at 10:46 PM
News Room Published 6 June 2025
Share
SHARE

The .NET team has released version 9.3 of .NET Aspire, introducing updates across diagnostics, integrations, and deployment workflows. As stated in the official announcement, this release aims to improve the developer experience by integrating GitHub Copilot into the Aspire dashboard, expanding tracing capabilities, and simplifying Azure deployments.

As mentioned already, the key addition in this release is the integration of GitHub Copilot within the Aspire dashboard. As reported, this integration enables developers to analyze logs, investigate errors across distributed services, and identify performance issues using AI, without leaving the developer dashboard environment.

According to the .NET team, Copilot augments the OpenTelemetry-based diagnostics by summarizing logs, interpreting error codes, and assisting in identifying root causes in complex trace scenarios.

(Copilot in Developer Dashboard, Source: Microsoft Documentation)

The Aspire dashboard has been updated with a context menu in the Resource Graph view, offering quick access to telemetry data, resource-specific commands, and URLs. As noted in the release, the Traces page now displays outgoing calls to dependencies such as databases and caches even if these services do not emit their own telemetry. These updates are designed to give developers broader visibility into application behavior.



(Resource context menus & quick-launch actions, Source: Microsoft Documentation)

Additional usability enhancements include preserving custom resource names in console log URLs, maintaining filter state on the Resources page, and issuing warnings when metric collection is paused.

Aspire Integration improvements include support for hosting a self-managed YARP instance via the Aspire.Hosting.Yarp package. Furthermore, MySQL integration now allows for database creation during app host configuration:

 


builder.AddMySql("mysql").AddDatabase("mydb");

For containerized services, the release introduces simplified configuration APIs for Postgres, Redis, and SQL Server, allowing developers to specify host ports and passwords using the RunAsContainer method:

 


var sql = builder.AddAzureSqlServer("sql");

sql.RunAsContainer(c =>
{
   c.WithHostPort(12455);
});

Azure integration has also been expanded. Developers can now create and add Blob Storage containers within the AppHost. Two new APIs—AddAzureKeyVaultKeyClient and AddAzureKeyVaultCertificateClient, have been introduced to simplify access to Azure Key Vault for key and certificate operations.

As stated in the release notes, the Custom URLs feature in the application model has been updated to support relative paths and greater control over visibility. A new overload of WithUrlForEndpoint allows attaching multiple endpoints to a single resource.

Regarding the Azure App Service, version 9.3 introduces preview support for deploying .NET projects to it. The deployment flow is supported through the AddAzureAppServiceEnvironment(…) API and allows configuration for common scenarios, such as single-endpoint .NET projects published to Azure Container Registry:

 


builder.AddAzureAppServiceEnvironment("env");

builder.AddProject<Projects.Api>("api")
       .WithExternalHttpEndpoints()
       .PublishAsAzureAppServiceWebsite((infra, site) =>
       {
           site.SiteConfig.IsWebSocketsEnabled = true;
       });

Other changes in this release include additional CLI enhancements, improvements to diagnostic visuals, and extended container configuration options.

For interested developers, the full release notes are available on the official Microsoft documentation website.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article The Power of Visual Content: Engaging Audiences Through Infographics and Videos
Next Article This is the one thing you must not do with your new Nintendo Switch 2 | Stuff
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

Google partners with Chile to deploy a trans-Pacific submarine cable
News
The Elon Musk and Donald Trump Breakup Has Started
Gadget
SunnyMining Cloud Mining Guide: Easily Earn $17,000 a Day with No Equipment
Gadget
Students ‘not using AI as much as academics think’
Software

You Might also Like

Google partners with Chile to deploy a trans-Pacific submarine cable

3 Min Read
News

Microsoft Adds More Layoffs by Letting Go of Washington Workers

1 Min Read
News

Video games unite 5 to 90-year-olds in the game and the goal

8 Min Read
News

Amazon launches yet another iPad Pro M4 promo you can't pass up

3 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?