> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/appsec-rules/iac-security/storage/appsec-azure-2.md).

# Azure VM data disk is not encrypted with ADE/CMK misconfiguration detected in code

## Rule Details

|                        |                                       |
| ---------------------- | ------------------------------------- |
| Cortex AppSec Rule ID  | APPSEC\_AZURE\_2                      |
| Category - Subcategory | Storage - Encryption                  |
| Provider               | AZURE                                 |
| Severity               | LOW                                   |
| Framework              | ARM, Bicep, Terraform, Terraform Plan |

## Impact

Azure encrypts data disks by default Server-Side Encryption (SSE) with platform-managed keys \[SSE with PMK]. It is recommended to use either SSE with Azure Disk Encryption \[SSE with PMK+ADE] or Customer Managed Key \[SSE with CMK] which improves on platform-managed keys by giving you control of the encryption keys to meet your compliance needs. Encryption does not impact the performance of managed disks and there is no additional cost for the encryption.

## How to Fix

*Resource:* encryptionOperation

* *Arguments:* EnableEncryption \[source,go]

***

{ "$schema": "<https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#>", "contentVersion": "1.0.0.0", "parameters": { "vmName": { "type": "string", "metadata": { "description": "Name of the virtual machine" } }, "volumeType": { "type": "string", "defaultValue": "Data", "allowedValues": \[ "Data" ], "metadata": { "description": "Decryption is supported only on data drives for Linux VMs." } }, "sequenceVersion": { "type": "string", "defaultValue": "1.0", "metadata": { "description": "Pass in an unique value like a GUID everytime the operation needs to be force run" } }, "location": { "type": "string", "defaultValue": "\[resourceGroup().location]", "metadata": { "description": "Location for all resources." } } }, "variables": { "extensionName": "AzureDiskEncryptionForLinux", "extensionVersion": "0.1",

* "encryptionOperation": "EnableEncryption",

## ...


---

# 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://cortex-docs.paloaltonetworks.com/appsec-rules/iac-security/storage/appsec-azure-2.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.
