Share via


BatchResourceFile.BlobContainerUri Property

Definition

The autoStorageContainerName, storageContainerUrl and httpUrl properties are mutually exclusive and one of them must be specified. This URL must be readable and listable from compute nodes. There are three ways to get such a URL for a container in Azure storage: include a Shared Access Signature (SAS) granting read and list permissions on the container, use a managed identity with read and list permissions, or set the ACL for the container to allow public access.

public Uri BlobContainerUri { get; set; }
member this.BlobContainerUri : Uri with get, set
Public Property BlobContainerUri As Uri

Property Value

Uri

Applies to