PCI Security Scan Report failing because of Port 1221 Azure Web App Service

Joseph Schmucker 81 Reputation points
2025-04-18T19:35:36.6+00:00

PayPal is failing my PCI compliance because my Azure Web App shows that there are files which can be crawled to on Port 1221. I have no control over that port. I am aware of this.

I need documentation from Azure to show that access to that port does not allow access to private information.

This is a freaking big deal.

I have a single web application and a single azure SQL server. I don't have any networking setup on azure because I don't need it. I doubt it would help me even if I did.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,808 questions
{count} votes

Accepted answer
  1. Shree Hima Bindu Maganti 4,230 Reputation points Microsoft External Staff Moderator
    2025-04-24T12:27:37.23+00:00

    Hi @Joseph Schmucker
    I am glad to hear that the issue was resolved.
    You're absolutely right to consider the VIP options in an App Service Environment (ASE) carefully. If you opt for an ASE with an external virtual IP (VIP), it still uses a public IP that can be scanned similarly to the multitenant App Service. If PCI concerns persist, deploying an internal ASE with a private IP accessed via Azure Front Door or an Application Gateway with a WAF is a better option, allowing full control over inbound traffic. It's good to hear that PayPal may accept port 1221 as a false positive, which is common in similar cases.
    https://learn.microsoft.com/en-us/azure/app-service/environment/overview
    If the answer was helpful Accept the answer so another member who are facing the issue would resolve.
    Let me know if you have any further assistances.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.