Interface IAgentCloudStorageCommenceConfigurationPhase
The Commencement of the Cloud Storage configuration phases.
Allows one to select a cloud provider storage strategy. Currently only Azure Blob storage is supported.
Namespace: Sp.Agent.Configuration
Assembly: Sp.Agent.Cloud.dll
Methods
WithAzureBlobStore(Func<Tuple<Object, String>>)
Allows the configuration of a Func which provides a CloudBlobContainer and relative path for storage.
Declaration
IAgentCloudStorageCustomIdConfigurationPhase WithAzureBlobStore(Func<Tuple<object, string>> storageConfiguration)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Tuple<System.Object, System.String>> | storageConfiguration |
Returns
Type | Description |
---|---|
IAgentCloudStorageCustomIdConfigurationPhase | The next phase of the cloud storage configuration pipeline |
Remarks
The store will need Read, Write and Delete permissions to the CloudBlobContainer
It is our recommendation that a new Storage Account is created to sandbox licensing from any other parts of your system.