storageContainerUrl

@JvmName(name = "quuluiwkywganatr")
suspend fun storageContainerUrl(value: Output<String>)
@JvmName(name = "ceujjeswgksloqxg")
suspend fun storageContainerUrl(value: String?)

Parameters

value

The URL of the blob container within Azure Blob Storage. This URL must be readable and listable using anonymous access; that is, the Batch service does not present any credentials when downloading the blob. There are two ways to get such a URL for a blob in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the blob, or set the ACL for the blob or its container to allow public access.