Replies: 1 comment 3 replies
-
There's a command called azd pipeline config that sets up a cd pipeline using either azure dev ops or github actions. https://learn.microsoft.com/en-us/dotnet/aspire/deployment/azure/aca-deployment-github-actions?tabs=windows&pivots=github-actions Make sure your version of azd is up to date. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everybody,
i'm wondering if it is possible (and if it is, what are the steps to achieve the result) to deploy a .NET Aspire application using Build and Release pipelines from an on-premises Azure Devops Server (the version is 2020 as of writing this).
Right now, i'm publishing my app to my Azure environment (Azure Container Apps) using the publisher wizard of Visual Studio 2022, which is great!
The only downside is that every time i have to publish, i have to stop working on the solution as, of course, the IDE is busy publishing everything to Azure (usually it takes around 20-30minutes).
Is it possible to automate this? I know of azd scripts, but i'm not an expert in pipelines really, so i would like to ask for some guidance into translating those commands in actual steps.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions