AzureAppServiceEnvironmentResource
Handle
interface AzureAppServiceEnvironmentResource extends IAzureResource, IComputeEnvironmentResource, IContainerRegistry, IResource, IResourceWithParameters, IAzureComputeEnvironmentResource, IAzureContainerRegistry { withAzureApplicationInsights(applicationInsights?: AzureApplicationInsightsResource): AzureAppServiceEnvironmentResource; withDashboard(enable?: boolean): AzureAppServiceEnvironmentResource; withDeploymentSlot(deploymentSlot: ParameterResource): AzureAppServiceEnvironmentResource; withHttpsUpgrade(upgrade?: boolean): AzureAppServiceEnvironmentResource;}Methods
Enables Azure Application Insights for the Azure App Service environment
withAzureApplicationInsights(applicationInsights?: AzureApplicationInsightsResource): AzureAppServiceEnvironmentResourceParameters
applicationInsights AzureApplicationInsightsResource optional Returns
AzureAppServiceEnvironmentResource Configures whether the Aspire dashboard is included in the Azure App Service environment
withDashboard(enable?: boolean): AzureAppServiceEnvironmentResourceParameters
enable boolean optional = True Returns
AzureAppServiceEnvironmentResource Configures the deployment slot for all Azure App Services in the environment
withDeploymentSlot(deploymentSlot: ParameterResource): AzureAppServiceEnvironmentResourceParameters
deploymentSlot ParameterResource Returns
AzureAppServiceEnvironmentResource Configures whether HTTP endpoints are automatically upgraded to HTTPS in Azure App Service
withHttpsUpgrade(upgrade?: boolean): AzureAppServiceEnvironmentResourceParameters
upgrade boolean optional = True Returns
AzureAppServiceEnvironmentResource