< Back

Set-ArchivialAzureProviderOptions

Fri Jan 10, 2020 8:45 pm

NAME Set-ArchivialAzureProviderOptions



SYNOPSIS

Configures the Azure cloud storage provider as a backup destination.





SYNTAX

Set-ArchivialAzureProviderOptions -AzureStorageAccountName <string> -AzureStorageAccountToken <string>

[<CommonParameters>]





DESCRIPTION

In order to backup files to the cloud, at least one cloud storage provider must be configured. This command will

enable the Azure cloud storage provider for this purpose.



This command assumes that you have already deployed an Azure storage account and have the access token ready.



If your access token has changed, you can safely re-run this command with the new token, and then restart the

Archivial Cloud Backup service for the changes to take effect.



If you would like to disable this provider, please run the Remove-ArchivialProvider cmdlet.



All provided options here (account name and token) are encrypted before saving to the database.





PARAMETERS

-AzureStorageAccountName <string>

Specify the name of the Azure storage account to upload backup data to.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-AzureStorageAccountToken <string>

Specify the access token of the Azure storage account.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



C:\\> Set-ArchivialAzureProviderOptions -AzureStorageAccountName "myaccount" -AzureStorageAccountToken "--my

token--"



Configures Azure as a cloud storage backup destination.





RELATED LINKS