Matt Ellis
Matt Ellis
This change does two things: - Supports using a custom api-version of the ACA CreateOrUpdate request by allowing the yaml deployment template to have an `api-version` property at top level....
Not much of an end to end yet - just getting the code out there so @wbreza can follow along in his free time.
The ACA team is adding a new feature (https://github.com/Azure/azure-rest-api-specs/pull/28001/files) which exposes a `autoConfigureDataProtection` property on the ACA App type. We need to start setting this to true for Aspire Apps...
Aspire is adding the concept of a metadata bag on each resource, which can be used to smuggle information from the app host into consumers of the manifest. https://github.com/dotnet/aspire/pull/1619 We'd...
@vhvb1989 noticed during the hackathon that in the case of `azd up` we end up initializing the provisioning provider twice, because in our IoC container we register the provisioning providers...
This isn't happening out of the box today - there are two things we need to do: 1. for places where we leverage existing the existing Azure Identity SDK clients,...
This change adds support for the `project.v1` resource we are designing, which allowes a manifest to include a reference to a bicep module that should be used when deploying a...
Today when we have to build a service (e.g. during the soon to be added `package`) we use the language of the service to inform what command we run. For...
During early previews of Aspire, there was a large set of custom resource types that Aspire and `azd` supported. As the product evolved, these types were removed from the manifest...
This change sketches out support for using the ACR remote build feature and uses it the the `containerapp` service target. To use it, add `remoteBuild: true` to the `docker` member...