Share via


ResourceFile.StorageContainerUrl Property

Definition

Gets or sets the URL of the blob container within Azure Blob Storage.

[Newtonsoft.Json.JsonProperty(PropertyName="storageContainerUrl")]
public string StorageContainerUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="storageContainerUrl")>]
member this.StorageContainerUrl : string with get, set
Public Property StorageContainerUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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.

Applies to