Connect using Windows Credential Manager
Open the Files service in your storage account
abbyystorage in this example, and click Files in the storage account pane.
Create the file share
fcstorage in this example, and a space quota.
Open the new file share and click Connect

Copy the cmdkey command to the Clipboard

Run the cmdkey command on the Application Server
fcuser in this example.Open the command line prompt, and then paste and run the cmdkey command. This adds the file share credentials to Windows Credential Manager.
Check that the user can reach the file share

Open the FlexiCapture application pool settings

Set the pool identity and load the user profile

Point ABBYY FlexiCapture at the share

Use Azure Key Vault to connect to Microsoft Azure Files
Azure Key Vault is a cloud service for securely storing secrets, such as API keys, passwords, and certificates. It protects the sensitive data that your cloud applications and services use. You create and manage key vaults through the Azure portal. For more information, see Azure Key Vault basic concepts in the Microsoft documentation. Configure the Azure portal first, and then each Application Server.On the Azure portal
Set up virtual machines for your Application Servers

Create a new key vault

Add the two roles that allow secrets to be saved and viewed
Add your storage account access key to the key vault as a secret


On each Application Server
Configure your system account to access Azure Files.Save the connection script on every Application Server virtual machine
- The path to the root of the network Azure folder, such as
\\<name of Azure Storage account>.file.core.windows.net\<name of network folder>. - The URI of the key vault holding the access key for your Azure Storage account. Copy it from the Vault URI field on the Overview tab in the Azure portal.

Schedule the script to run at system startup


Delay the IIS service so it starts after the script

Restart the Application Server
