Skip to main content

Execution Credentials

On the Connectivity page, there is a sub-section called Execution Credentials. Use this page to set up Execution Credentials.

From the Execution Credentials page, you can perform the following actions:

  • Create credentials
  • Delete credentials

Execution credentials feature lets you configure session credentials in the Windows execution environment. This allows seamless access to external services such as SMB file shares.

Example: Connect to Azure File Share

The following example assumes that you already have an Azure Storage Account with a File Share in it.

  1. Open your File Share in Azure.

img

  1. Click Connect to open connection options.

img

  1. Select Windows and Storage account key as authentication method then click Show Script.

img

  1. From the script extract the following: account URL, domain and user, storage account key.

img

  1. Open Cozyroc Cloud, navigate to Execution Credentials page and click the + button.

img

  1. Fill the form with the data from the Azure script and click Save

img

  1. During execution your package can access files from the Azure File Share by their absolute (UNC) path e.g. \\my-account.file.core.windows.net\my-share\data.csv