> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/monitors/encryption-and-backup-monitoring/how-to-resolve-sprinto-check-for-azure-web-apps-to-use-the-latest-tls-encryption-version.md).

# How to resolve Sprinto check for Azure Web Apps to use the latest TLS encryption version

### About:

Sprinto check: Ensure Web App is using the latest version of TLS encryption

The above-mentioned Sprinto check verifies that your Azure App Service web applications are configured to use the latest version of the Transport Layer Security (TLS) encryption protocol. TLS is a cryptographic protocol used to secure communication over a network, and keeping it up-to-date is essential for maintaining strong encryption and protecting against known vulnerabilities.

### Purpose:

The purpose of this check is to ensure that your web applications hosted on Azure App Service are using the most secure and widely accepted version of the TLS protocol for encrypted communication. Older versions of TLS may have known vulnerabilities and security weaknesses, making them susceptible to attacks and data breaches. By enforcing the use of the latest TLS version, you can ensure that your web applications and users are protected with the strongest encryption standards available.

### How to fix this check:

Follow the below steps to resolve this check:

#### Before you begin

* Ensure you have the administrator privilege to manage Azure App Service configurations.

#### Updating TLS Version

1. Log in to [Azure portal](https://azure.microsoft.com/en-in/get-started/azure-portal) using your credentials.
2. Navigate to the App Services service.
3. Select the Web App from the list to configure.&#x20;
4. Click on Configuration under Settings from the left-side navigation bar.
5. Under the TLS/SSL version, select the latest available version of TLS. For example, TLS 1.2 or TLS 1.3 based on the available option.

   <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72098982428/original/KqgcRMgPLwaO07GoUWdqdpm_webuCZgdkA.png?1716379585" alt="" width="563"><figcaption></figcaption></figure>
6. Click Save to apply the changes.
7. Repeat the above steps for all the Azure Web Apps.

Sprinto will detect the configuration change and set the check status to "Passing.”

Contact [Sprinto support](mailto:www.support@sprinto.com) if you have any queries related to the check or need assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sprinto.com/monitors/encryption-and-backup-monitoring/how-to-resolve-sprinto-check-for-azure-web-apps-to-use-the-latest-tls-encryption-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
