Configuring RabbitMQ user and password #14087
-
|
I done making this code. Please follow me! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 5 replies
-
|
Hi there, I'm trying out the aspire cli and deploy. It's something I've wanted to look at, but now hit a wall with azd complaining about more than 64 outputs in main.bicep at the provisioning step, I'm seeing if it's gets around that. Is there a way with aspire deploy to tell it a specific project or projects to provision? Not AppHost project, but like with azd you could say like 'azd deploy my-api' and it would just do that one, I can't see a way to do that with the aspire deploy command? It unfortunately can take 30-40 mins to do a build on a blazor web app with wasm/aot, and I've got a number of web projects, so don't really want to deploy everything + sink if I just want to update a function app. |
Beta Was this translation helpful? Give feedback.
-
|
These some problems of @Luke100000 |
Beta Was this translation helpful? Give feedback.
-
|
Check out https://github.com/CZEMacLeod/C3D.Extensions.Aspire |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, I'm trying out the aspire cli and deploy. It's something I've wanted to look at, but now hit a wall with azd complaining about more than 64 outputs in main.bicep at the provisioning step, I'm seeing if it's gets around that. Is there a way with aspire deploy to tell it a specific project or projects to provision? Not AppHost project, but like with azd you could say like 'azd deploy my-api' and it would just do that one, I can't see a way to do that with the aspire deploy as command? It unfortunately can take 30-40 mins to do a build on a blazor web app with wasm/aot, and I've got a number of web projects, so don't really want to deploy everything + sink if I just want to update a function app. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
The runnung aspire when do running, i use a x. PS. You have create a new discussion, If not answered once. -Thanks, |
Beta Was this translation helpful? Give feedback.
-
PS: dotnet config |
Beta Was this translation helpful? Give feedback.
Hi there, I'm trying out the aspire cli and deploy. It's something I've wanted to look at, but now hit a wall with azd complaining about more than 64 outputs in main.bicep at the provisioning step, I'm seeing if it's gets around that.
Is there a way with aspire deploy to tell it a specific project or projects to provision? Not AppHost project, but like with azd you could say like 'azd deploy my-api' and it would just do that one, I can't see a way to do that with the aspire deploy command?
It unfortunately can take 30-40 mins to do a build on a blazor web app with wasm/aot, and I've got a number of web projects, so don't really want to deploy everything + sink if I just want to update a f…