azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

[Question] Aspire - Deploy To Existing RG/Container Env

Open bakes82 opened this issue 1 year ago • 0 comments

  • [X] Make sure you've installed the latest version using instructions in the wiki

Output from azd version Run azd version and copy and paste the output here: azd version 1.9.3 (commit e1624330dcc7dde440ecc1eda06aac40e68aa0a3)

Additional context Is there a way to use azd deploy/etc to push an aspire app to an existing RG/ContainerE Eng/Reg? Our org has numerous policies so a direct azd up fails due to missing tags and what not. AZD Up works great to my VS Enterprise Subscription, I see there is azd package but that doesnt seem to output anything when I run it.

2024/06/20 22:32:31 hooks.go:143: service 'apiservice' does not require any command hooks.
2024/06/20 22:32:31 hooks.go:143: service 'imageresizerworker' does not require any command hooks.
2024/06/20 22:32:31 hooks.go:143: service 'webfrontend' does not require any command hooks.
2024/06/20 22:32:31 hooks.go:78: azd project is not available or does not contain any command hooks, skipping command hook registrations.

Packaging services (azd package)

2024/06/20 22:32:31 command_runner.go:307: Run exec: 'dotnet --version' , exit code: 0
Additional env:
   DOTNET_CLI_WORKLOAD_UPDATE_NOTIFY_DISABLE=<redacted>
-------------------------------------stdout-------------------------------------------
8.0.106
2024/06/20 22:32:31 dotnet.go:84: dotnet version: 8.0.106
2024/06/20 22:32:31 ensure.go:47: Skipping install check for '.NET CLI'. It was previously confirmed.

SUCCESS: Your application was packaged for Azure in less than a second.

bakes82 avatar Jun 21 '24 02:06 bakes82