Questions tagged [azure-policies]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
1 vote
0 answers
57 views

When remediation for policy is activated in Azure?

We create a virtual machine that needs 2 extensions, for that we define and assign 2 customs policies, also we create and activate remediation task to make sure that all virtual machines (new ad old ...
Elias Arellano's user avatar
0 votes
1 answer
232 views

In Azure, how to prevent a user create a Network Interface Card but not modify it?

I want to give a specific RBAC to a user so that he can create a NIC but not to modify. As a matter of fact, what it is aimed is that he shouldn't have permission to change the dynamic ip to static ip ...
MoonHorse's user avatar
  • 107
0 votes
0 answers
17 views

Azure Policy to Audit if NSGs contain a rule where Source and Destination match and are both IP addresses

I'm trying to create an azure policy that audits my NSGs. I need to verify if my NSGs contain a rule where the source and destination match and are both IP addresses (so not "Virtual Machine"...
user182595's user avatar
0 votes
3 answers
2k views

Azure Update Management Center (Preview) - Policies not working

Hey fellow cloud people, I am currently experimenting with the new and shiny Update Management Center. As someone having to fiddle around with Update Management in Azure Automation Accounts, I ...
sebastian87's user avatar
-1 votes
1 answer
188 views

Azure policy definitions as code: avoiding duplicate parameter definitions

I'm looking to create a number of Azure policies using infrastructure as code. The MS Documentation advises a structure as below: . | |- policies/ ________________________ # Root folder for policy ...
JohnLBevan's user avatar
  • 1,244