Enable Azure infrastructure encryption#551
Open
Basanth-K wants to merge 1 commit intoDataDog:masterfrom
Open
Conversation
Added properties for resource 'Microsoft.Storage/storageAccounts', to enable infrastructure encryption.
Author
|
Hi Team, Can someone please approve and run the workflows? |
Author
|
Can we please have the workflows approved and run? Also can we have this PR reviewed? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added properties for resource 'Microsoft.Storage/storageAccounts', to enable infrastructure encryption.
What does this PR do?
Enables infrastructure encryption for storage account provisioned using function_template.json. By default it will not be enabled. Refer to the below image.
This PR has the modified template which has the properties added to the resource 'Microsoft.Storage/storageAccounts', to enable infrastructure encryption.
Motivation
Observed that the current template does not enable the infrastructure encryption on storage accounts. When infrastructure encryption is enabled for a storage account, data is encrypted twice, with two different encryption algorithms and two different keys. This is a security requirement in many cases.
Refer to the Microsoft documentation.
Testing Guidelines
This template has been tested by deploying it to our Azure Subscription and the deployment succeeded with the desired results i.e., Infrastructure Encryption is enabled on the storage account. This is tested in below 2 ways.
Additional Notes
This PR doesn't not impact the existing PowerShell script or there will not be any impact on other resources created as part of the template. This only enables a specific property on Storage Account.
Types of changes
Check all that apply