We recently had "security review" for our application, hosted in Azure, and one of the complaints was that we don't disable TLS 1.0.
While I know we can disable TLS 1.0 for web roles and even App Services (or at least will be able to do this soon), we also allow mobile apps to directly upload data to blob storage using REST API. The scanning revealed that and marked it as an issue?
Is anyone aware of possible solutions here, something to to do to disable it per container, or something?
The only solution I can see is implementing our own endpoint but that would be the last resort. Wander if someone have easier solution for this problem?