Showing tag results for azd

Aug 24, 2026
Post comments count7
Post likes count2

From dotnet run to Foundry Hosted Agent in 3 lines of C#

Bruno Capuano

You built an agent with Microsoft Agent Framework and it works great on your machine. Now what? Turns out deploying it to production takes 1 NuGet package, 3 lines of C#, and 2 commands. Let's do it.

.NETAIAzure
Mar 14, 2024
Post comments count3
Post likes count5

Generate Local .NET Secrets from Azure Deployments

Frank Boucher

This post shows how to automatically generate .NET secrets that a .NET app can use from the Azure deployment.

.NETASP.NET CoreAzure
Jan 29, 2024
Post comments count4
Post likes count4

How to deploy .NET Aspire apps to Azure Container Apps

Jiachen Jiang

Let's take a look at how you can easily deploy .NET Aspire Apps to Azure Container Apps with just a few commands with the Azure Developer CLI!

.NETAzureCloud Native