2021年5月3日星期一

Azure recovery vault backup policy through arm wont change timezone

I'm trying to automate some deployments of azure recovery vault and some policies.

However i can't seem to get it to change the timezone of the policy through ARM.

I've currently tried to hardcode the timezone value to "Romance Standard Time" but it doesn't seems to accept it

"name": "defaultbackupPolicies",          "count": "[length(parameters('recoveryPolicies'))]",          "input": {            "backupManagementType": "AzureIaasVM",            "instantRpRetentionRangeInDays": "5",            "timeZone": "Romance Standard Time",    

But it's still defaulting to UTC

https://stackoverflow.com/questions/67338221/azure-recovery-vault-backup-policy-through-arm-wont-change-timezone May 01, 2021 at 01:39AM

没有评论:

发表评论