FunctionsDeploymentStorage interface
Storage for deployed package used by the function app.
Properties
authentication | Authentication method to access the storage account for deployment. |
type | Property to select Azure Storage type. Available options: blobContainer. |
value | Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://.blob.core.windows.net/. |
Property Details
authentication
Authentication method to access the storage account for deployment.
authentication?: FunctionsDeploymentStorageAuthentication
Property Value
type
Property to select Azure Storage type. Available options: blobContainer.
type?: string
Property Value
string
value
Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://.blob.core.windows.net/.
value?: string
Property Value
string