Created
November 12, 2018 12:02
-
-
Save andrew-kelleher/5e92328e04722b1d11012cf2ceaeebd1 to your computer and use it in GitHub Desktop.
Azure Policy Example - example using New-AzureRmPolicyAssignment cmdlet
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
New-AzureRmPolicyAssignment -Name 'Audit secure transfer to storage accounts' -PolicyDefinition $Policy -Scope $subscription -NotScope $resourceGroup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment