.NET Aspire 8.0 Manifest
8.0Schema URL
Defines the .NET Aspire 8.0 deployment manifest JSON schema.
Properties
Contains the set of resources deployable as part of this manifest. Each property is a distinct resource.
Definitions
Represents a resource that is deployed using Azure Bicep.
Path to the Bicep file to be used for deployment.
A connection string that can be used to connect to this resource.
A list of parameters which are passed to Azure deployment.
A connection string that can be used to connect to this resource.
A value that can be referenced via an expression in the manifest
Identifies the filter to apply to the referenced parameter value (for example, 'uri').
List of arguments to used when launched.
An object that captures properties that control the building of a container image.
The path to the context directory for the container build. Can be relative of absolute. If relative it is relative to the location of the manifest file.
The path to the Dockerfile. Can be relative or absolute. If relative it is relative to the manifest file.
A list of build arguments which are used during container build.
A list of build arguments which are used during container build.
A list of build arguments which are used during container build (for dockerfile.v0 resource type).
A list of port bindings for the resource when it is deployed.
A list of environment variables which are inserted into the resource at runtime.
A list of volumes associated with this resource when deployed.
A list of bind mounts associated with this resource when deployed.