KnownParameters
Class static net8.0
Known parameters that will be filled in automatically by the host environment.
namespace Aspire.Hosting.Azure;
public static class KnownParameters{ // ...} 7 members
Fields7
Section titled FieldsKeyVaultNamestaticobsoletestring The name of the key vault resource used to store secret outputs.
Locationstaticstring The location of the resource. This is required for all resources.
LogAnalyticsWorkspaceIdstaticobsoletestring The resource id of the log analytics workspace.
PrincipalIdstaticstring The principal id of the current user or managed identity.
PrincipalNamestaticstring The principal name of the current user or managed identity.
PrincipalTypestaticstring The principal type of the current user or managed identity. Either 'User' or 'ServicePrincipal'.
UserPrincipalIdstaticstring The principal id of the user doing the deployment.