-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
ARM - TemplatesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.
Milestone
Description
While deploying the ARM template using Templates option in Azure portal the logic app is created successfully and I can see that the timeZone and startTime is correctly set to my recurrence trigger.
But when I deploy the same template using New-AzResourceGroupDeployment command then I observe that it adds Z at the end of the startTime parameter despite the ARM template doesn’t have Z added to the startTime value.
New-AzResourceGroupDeployment
-Name LOGIC_APP_NAME
-ResourceGroupName RESOURCE_GROUP
-Mode Incremental
-TemplateFile "C:\Users\USER\Downloads\arm.txt"
As Z is added therefor the logic app does not take consider the timeZone option. Can you please confirm if this is issue with the New-AzResourceGroupDeployment as the same template works when deploying ARM template using portal option
Metadata
Metadata
Assignees
Labels
ARM - TemplatesService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.