Client Interfaces Guide > TIBCO SSIS Components for TDV > Deploying to Azure > Using the AzureLogfile.ps1 Script
 
Using the AzureLogfile.ps1 Script
The AzureLogfile script assists with mounting an Azure FileShare to both your local system and to your provisioned SSIS IR. As the name suggests, this is useful for troubleshooting with a CData Logfile, but it can also be useful for specifying schema files with the Location property, or for reading/writing to flat files from a deployed package.
Required Parameters
ResourceGroupName: The name of the resource group to use or create resources in. The resource group must exist.
StorageAccountName: The name of the storage account to use.
FileShareName: The name of the file share to use (or create) for mounting.
DriveLetter: The single-character drive letter to mount the fileshare to on the local system
SqlServerName: The name or endpoint of the logical SQL database. Example: ssishost.database.windows.net.
SqlDatabaseUser: The username of the SQL Server user.
SqlDatabasePwd: The password for the SQL Server user.