Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

Image Added

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.