ResourceFile.StorageContainerUrl Property

Definition

The URL of the blob container within Azure Blob Storage. 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 string StorageContainerUrl { get; set; }
member this.StorageContainerUrl : string with get, set
Public Property StorageContainerUrl As String

Property Value

Applies to