Activities
- Connect To Azure
- Create Disk
- Create Virtual Machine
- Delete Disk
- Delete Virtual machine
- Disconnect From Azure
...
Connect To Azure
This activity adds a certificate connects to the list of management certificates on a given specified Azure account.
Activity Parameters
...
The Connect to Azure activity parameters can be provided by manual inserted values or via IN arguments or variables:
...
Parameters:
- Azure Auth File
...
- (text box editor type): the path
...
- of azure authentication file with the following parameters: subscription, key, tenant, client, managementURI (https://management.core.windows.net/) , baseURL (https://management.azure.com/), authURL (https://login.windows.net/), graphURL (https://graph.windows.net/).
In order to complete the value for the other parameters except the ones with default values follow the steps described here: AzureRMAuthentication.docx.
The Read Only Output variable are the possible output values that the activity will provide:
- Output
...
- : outputs a Windows Azure Resource Manager connection. The Ouput of this activity should be used as Input for all Connection parameters used for all activities placed under Resource Manager category.