How to deploy aspire app using azd in a particular VNET #6717
Replies: 2 comments 11 replies
There's nothing built in to help you here as yet. If you need more control over the deployment you'll need to use azd infra synth and you'll have to mutate the generated bicep. |
|
Faisal Riaz (@faisalriazz), I had a similar requirement and found that deploying an Aspire application to an existing vnet is actually pretty straightforward. Here is an excerpt from the default resources.bicep generated by Note that the subnet used must be empty and delegated to Microsoft.App/environments. After deploying this I was able to add a Private Endpoint to the CAE and access container apps with external ingress over the Private Endpoint. |
Uh oh!
There was an error while loading. Please reload this page.
Hi All
I want to deploy an aspire app to my own VNET using azd so that i can control it and add application gateway , web application firewall and other other services.
Currently when deployed using azd i do not have control over the VNET.
is it possible ? or there is any other solution to deploy aspire app so that i can have control over it
All reactions