Skip to content
Docs Try Aspire
Docs Try

AzureSqlServerResource.withAdminDeploymentScriptStorage

Method
📦 Aspire.Hosting.Azure.Sql v13.4.0
interface AzureSqlServerResource {
// ... omitted for brevity
withAdminDeploymentScriptStorage(storage: AzureStorageResource): AzureSqlServerResource;
}

Signature

method withAdminDeploymentScriptStorage builder
Configures the Azure SQL Server to use the specified storage account for deployment script execution.
withAdminDeploymentScriptStorage(storage: AzureStorageResource): AzureSqlServerResource
storage AzureStorageResource
AzureSqlServerResource

Defined on

This method is defined on the following type: