Activities
- AD Join Domain
- Connect To Azure Stack
- Create NSG
- Create Storage Account
- Create Virtual Network
- Create Virtual Network NSG
- Delete NSG
- Delete Storage Account
- Delete Virtual Network
- Disconnect From Azure Stack
- Edit NSG
- Edit Storage AccountAccounte
- Edit Virtual Network
- Get NSGs
- Get Storage Accounts
- Get Virtual Networks
- Linux Deploy Virtual Machine
- Windows Deploy Virtual Machine
...
Create Storage Account
This activity creates a new Azure Stack storage account.
Activity Parameters
The Create Storage Account activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter.
- Description (text box editor type) (type: string): the description for the new storage account.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (collection<PSOBject>): outputs a collection of PSObjects type objects.
Create Virtual Network
This activity creates a new Azure Stack virtual network.
Activity Parameters
The Create Virtual Network activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Address Prefix (text box editor type) (type: string): the address prefix.
- Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter.
- IP Address (text box editor type) (type: string): the virtual network IP Address.
- Name (text box editor type) (type: string): the virtual network name.
- NIC (text box editor type) (type: string): the NIC (network interface controller).
- NSG Name (text box editor type) (type: string): the virtual network NSG name. You can create a NSG using CreateNSG activity.
- Subnet Name (text box editor type) (type: string): the subnet name.
- Subnet Prefix (text box editor type) (type: string): the subnet prefix.
- Username (text box editor type) (type: string): the username, for example 'fmrp\demouser'.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (collection<PSOBject>): outputs a collection of PSObjects type objects.
Create Virtual Network NSG
This activity creates a new Azure Stack virtual network only for NSG.
Activity Parameters
The Create Virtual Network NSG activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Address Prefix (text box editor type) (type: string): the address prefix.
- Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter.
- Name (text box editor type) (type: string): the virtual network name.
- NIC (text box editor type) (type: string): the NIC (network interface controller).
- NSG Name (text box editor type) (type: string): the virtual network NSG name. You can create a NSG using CreateNSG activity.
- Subnet Name (text box editor type) (type: string): the subnet name.
- Subnet Prefix (text box editor type) (type: string): the subnet prefix.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (collection<PSOBject>): outputs a collection of PSObjects type objects.