Skip to content
Docs Try Aspire

withAdminDeploymentScriptStorage

Function
📦 Aspire.Hosting.Azure.Sql v13.2.0-preview.1.26159.1
interface AzureSqlServerResource {
// ... omitted for brevity
withAdminDeploymentScriptStorage(storage: AzureStorageResource): AzureSqlServerResource;
}

Signature

method withAdminDeploymentScriptStorage builder
Configures the Azure SQL server to use a specific storage account for deployment scripts
withAdminDeploymentScriptStorage(storage: AzureStorageResource): AzureSqlServerResource
storage AzureStorageResource
AzureSqlServerResource

Applies to

This function is an extension method on the following types: