Closed FranckSix closed 7 years ago
Login-AzureRmAccount $params = @{SqlServerName="myServer";SqlDatabaseName="myDb";SqlUserName="myDbUser"} Register-AzureRmAutomationScheduledRunbook ` -Name "AutoExport" ` -ResourceGroupName "myAzureAutomation" ` -AutomationAccountName "myAutomation" ` -ScheduleName "mySchedule" ` -Parameters $params ` -ErrorAction Stop;
At end the parameters in portal contain quotes see file to screenshot. This make my workbook to fail.
I would open up a question on the automation forums on https://social.msdn.microsoft.com/forums/azure/en-US/home?forum=azureautomation to get some help on this as it is not specific to the add-on. Thanks, Eamon
At end the parameters in portal contain quotes see file to screenshot. This make my workbook to fail.