Skip to content
Docs Try Aspire

withDeploymentSlot

Function
📦 Aspire.Hosting.Azure.AppService v13.2.0-preview.1.26159.1
interface AzureAppServiceEnvironmentResource {
// ... omitted for brevity
withDeploymentSlot(deploymentSlot: string): AzureAppServiceEnvironmentResource;
}

Signature

method withDeploymentSlot builder
Configures the deployment slot for all Azure App Services in the environment
withDeploymentSlot(deploymentSlot: string): AzureAppServiceEnvironmentResource
deploymentSlot string
AzureAppServiceEnvironmentResource

Applies to

This function is an extension method on the following types: