Simple FTP ServiceAzure

Verifying a service with an Azure firewall enabled

What to do when Verify Access fails because your Azure storage account sits behind a firewall.
Updated August 27, 2026

When you create a Simple FTP Service backed by Azure and your storage account has a firewall enabled in Azure, the Verify Access step cannot reach your container and fails with an error like:

This request is not authorized to perform this operation

Verify Access fails behind an Azure firewall

This is Azure's firewall doing its job - DocEvent's verification request is just another blocked caller. There are two ways through it.

Solution 1 - Temporarily open the firewall (recommended)

If this is your first Simple FTP Service, this route is worth the extra steps because it proves end to end that your service works:

  1. In the Azure portal, open your storage account and go to Security + networking → Networking, and temporarily allow public access ("Enabled from all networks").
  2. Create the service in the DocEvent console and let Verify Access pass.
  3. Re-enable your firewall in Azure.
  4. Add the backend storage IP addresses for the DocEvent region your service runs in to your Azure firewall's allowlist. Without this, verification succeeding once doesn't help: the service itself needs to reach your container on every transfer.

Solution 2 - Ignore verification results (advanced)

If you have used Simple FTP Service before and know your credentials are right, you can skip the verification instead: tick Ignore verification results (under Advanced) and click Verify Access again.

Tick Ignore verification results to proceed

The wizard continues to the service details step, and the service is created without the credentials being verified:

The wizard proceeds to Create service

Two things to remember with this route:

  • You still need to add the same backend storage IP addresses to the Azure firewall as above - or every FTP upload and download will hit the same firewall block that verification did.
  • Nothing has proven the credentials work, so test the service yourself afterwards by logging in over FTP or SFTP and transferring a file.