In this blog I will give some examples of error handling within a InlineScript, in a Powershell workflow using SMA. Normally you can define multiple workflows in Powershell, in combination with SMA there is a restriction to use more than one workflow per script. Also you cannot execute any commands outside of the defined workflow, […]
Tag: SMA
Sample-SQL-Actions – SQL through SMA
Sample-SQL-Actions demonstrates how to create a SQL database connection and use this connection to execute commands on the database through SMA in Windows Azure Pack. Before running this workflow, you must create a Management Service (Windows Azure Pack) variable named ‘SQL_Connectionstring’ with the connectionstring to the SQL server. Example: “Server=SQL1;Database=TestDB;User ID=SQLuser;Password=Passw0rd;” http://gallery.technet.microsoft.com/scriptcenter/SMA-Sample-SQL-Actions-9cdfefa4 <# Sample-SQL-Actions […]