Share via


BatchResourceFile.HttpUri Property

Definition

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

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

Property Value

Uri

Applies to