Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 14 Next »

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 Account
  • Edit Virtual Network
  • Get NSGs
  • Get Storage Accounts
  • Get Virtual Networks
  • Linux Deploy Virtual Machine
  • Windows Deploy Virtual Machine

AD Join Domain


This activity joins AD domain to a specific virtual domain.

Activity Parameters

The AD Join Domain 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. 
  • DCSubnet (text box editor type) (type: string): the name of the existing subnet that contains the domain controller. 
  • DCVNet (text box editor type) (type: string): the name of the existing VNet that contains the domain controller. 
  • Domain Username (text box editor type) (type: string): the username of the domain account to be used for joining the domain. 
  • FQDN (text box editor type) (type: string): the FQDN of the AD domain to join.
  • Image Offer (text box editor type) (type: string): Enter the image offer. Maps to the Offer in the Azure Stack Platform Image Repository manifest file. EG. UbuntuServer, SlesServer, CentOS.
  • Image Publisher (text box editor type) (type: string): Enter the image publisher. Maps to the Publisher in the Azure Stack Platform Image Repository manifest file. EG. Canonical, Suse, OpenLogic.
  • Image Sku (text box editor type) (type: string): Enter the image sku. Maps to the sku in the Azure Stack Platform Image Repository manifest file. Eg: 12.SP1
  • OS Disk Name (text box editor type) (type: string): enter the OS disk name. 
  • Subnet Prefix (text box editor type) (type: string): enter the subnet prefix. EG. 10.0.0.0/24
  • VM Size (text box editor type) (type: string): the vm size (standard value). EG. Standard_A1


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.

Connect to Azure Stack

This activity connects to Azure Stack.The Output of this activity should be used as input for all Connection parameters used for activities placed under Azure Stack category.

Activity Parameters

The Connect to Azure Stack activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • IP Address (text box editor type) (type: string): the Azure Stack ip address.  
  • Location (text box editor type) (type: string): the location name where the resource group name will be created.
  • Password (password editor type) (type: string): the password for the provided username.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the connection. (This parameter is used only when the user wants to send an encripted password from outside the workflow, for example Flowster Portal).
  • Resource Group Name (text box editor type) (type: string): the resource group name. 
  • Username (text box editor type) (type: string): the username with rights to connect to Azure Stack. The accepted format is domain\username

The Read Only Output variable are the possible output values that the activity will provide:

  • Connection (type: object): outputs an Azure Stack Connection. This parameter should be used as input for all Connection parameters used for activities placed under Azure Stack category.

 



  • No labels