Creates a sub-directory in an Azure File Share.
Property Name | Description |
---|---|
Connection String | The connection string for the Storage Account.
See the Microsoft article Configure Azure Storage connection strings for more information. |
Share Name | Name of the File Share. |
Share Path |
The File Share path to create the directory in. Leave blank to create the directory at the root.
Task will attempt creating any required directories.
Must adhere to the following rules:
|
Directory Name | The name of the directory.
Must adhere to the following rules:
|
When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Connection String | DWVariableAzureStorageConnectionString | DefaultEndpointsProtocol=https; AccountName=MyExampleName; AccountKey=MyExampleAccountKey; EndpointSuffix=core.windows.net | This is the connection string used to identify the Azure Storage Account to connect to. |
Share Name | "My File Share" | My File Share | This is the name of the File Share to create the sub-directory in. |
Share Path | "" | This is the path to create the sub-directory in. A blank or empty value will create the value at the root of the File Share. | |
Directory Name | "MyNewSubDirectory" | MyNewSubDirectory | This is the name of the new Sub-Directory to create in the root. |
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Connection String | DWVariableAzureStorageConnectionString | DefaultEndpointsProtocol=https; AccountName=MyExampleName; AccountKey=MyExampleAccountKey; EndpointSuffix=core.windows.net | This is the connection string used to identify the Azure Storage Account to connect to. |
Share Name | "My File Share" | My File Share | This is the name of the File Share to create the sub-directory in. |
Share Path | "ExistingDirectoryA/ExistingDirectoryB" | ExistingDirectoryA/ExistingDirectoryB | This is the path to create the sub-directory in. This will result in the new directory to be created in 'ExistingDirectoryA/ExistingDirectoryB'. |
Directory Name | "MyNewSubDirectory" | MyNewSubDirectory | This is the name of the new Sub-Directory to create in the specified path. This will result in the directory 'ExistingDirectoryA/ExistingDirectoryB/MyNewSubDirectory'. |
This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.
Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.
This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.
The status output navigation is as follows:
Success (one of the following occurred)
Success with Warnings
Failed (one of the following occurred)
DriveWorks can be hosted on Microsoft Azure, for more information see Microsoft Azure.