Questions tagged [azure-policies]
5 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
2 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
- 1
0
votes
0 answers
Azure Defender regulatory standards vs Azure Policy Blueprints
I'm working on a project that needs to apply NIST 800-53 standards to their subscriptions. I'm trying to understand the difference between using the Azure Blueprints and applying via management groups vs using Azure Defenders Compliance…
Joy1979
- 101
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,134
- 7
- 20
- 44