Questions tagged [azure-policies]
4 questions
1
vote
0 answers
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 vms) have these 2 extensions. Everything is done…

Elias Arellano
- 163
- 2
0
votes
3 answers
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 appreciate this new service. Except for assigning VMs to…

sebastian87
- 101
- 4
0
votes
1 answer
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 and change the ip address of the NIC.
I have…

MoonHorse
- 107
- 7
-1
votes
1 answer
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 resources
| |- policy1/ ______________________ #…

JohnLBevan
- 1,214
- 7
- 22
- 46