Azure Landing Zone Accelerator deployment error
I am trying to use the Azure Landing Zone Accelerator and after selecting the options available to us, I get this error message at the end of the deployment: The resource write operation failed to complete successfully, because it reached terminal…
Azure Policy
Policy on hosting gambling content
We're looking for documentation(or clarification) on Azure policies in relation to hosting and compliance for gambling/casino apps. From what we've gathered its not strictly forbidden but the documentation is super bare bones.
Azure Policy
AzureWindowsBaseline Guest Assignment started to break the VM. What to do?
I applied AzureWindowsBaseline Guest Assignment using ApplyAndMonitor mode, but the following items return non-compliant state. | Name | Compliance State | Reason …
Azure Policy
Unable to Redeem Azure for Students Subscription with GitHub Student Developer Pack
Hello, I am a verified member of the GitHub Student Developer Pack and trying to activate the Azure for Students offer. However, I am unable to redeem the subscription through the GitHub flow. I’ve already ensured that: My GitHub account is verified for…
Azure Policy
Unable to Reactivate Disabled Azure Subscription – No Access to Support Request
My Azure subscription has been disabled due to suspected policy violations, but I believe this was a mistake. I am currently able to log in to the Azure Portal, but I cannot reactivate the subscription or create a support ticket. The portal shows this…
Azure Policy
schedule reboot
How to create a policy for a scheduled reboot on a group of machine ?
Azure Policy
Help with creating Azure policy to deny storage account creation if no private link is configured
I have trying to create an Azure enforcement policy which will deny storage account to be created if a private endpoint is not configured for the account. I have the following policy rule: "policyRule": { "if": { …
Azure Policy
If I have default value defined at policy level for "effect" parameter, can I overwrite the value at initiative level?
I have 'effect' value set as 'deny' at initiative level, which should overwrite policy level default value 'audit'. But it does not. The "effect" is a parameter in the policy. Any suggestion what could be the issue?
Azure Policy
Storage Failover DNS mapping using Azure policy
Need a plan for storage failover scenario, how to update the secondary private endpoint in private DNS zone using azure policy? Please suggest some work around in terms of automating the update of DNS mapping in storage failover. We are following this…
Azure Policy

Azure Policy not enforcing Deny when creating a Subscription in a Management Group
Hi, I'm trying to use an Azure custom policy to deny creation of subscription in a management group when mandatory subscription tags are not provided. Currently creation of the subscription is allowed but then marked as non-compliant in the portal. …
Azure Policy
Azure subscription disabled Microsoft Resource Block Applied[#SIR21265734]
Hi Azure support team, This morning we got an email from Azure with title Microsoft Resource Block Applied[#SIR21265734] alert us the security breach to my account. All permissions is revoked (readonly) which is great. That buy us time to reset users…
Azure Policy
Azure Policy to deploy VM application is success when run on our Resource group, but app is not installed
We are attempting to install software agents on our VM's in Azure (looking for something similar to aws systems manager and state manager) Azure Policy that has VM application defined on it runs fine and also completes with success, but application is…
Azure Policy
Azure Policy to Block VM Snapshots and Backups for Specific Subscriptions
There are 10 subscriptions, each containing VMs. The goal is to block VM snapshots and backups from the Recovery Services Vault for 2 specific subscriptions. Assistance is needed to create a policy that achieves this without having to create separate…
Azure Policy

Block creation of App service with certain kinds
I’m working on an Azure Policy to block the creation of App Services with the following kind values: app, app,container,windows, app,linux, and app,linux,container. { "properties": { "displayName": "AUDIT - Neerja - test…
Azure Policy
I have Issue Creating Free Student Account
I Have A Student Email ID But i am not able to Create One
Azure Policy
Auto pay for free Azure account
Hi All, I recently got myself Azure free account which is valid for 12 months with limited credits and services. I paid 2 rupees from my Debit card but I received a msg from my bank saying that Auto-pay activated for INR 200000. I don't understand…
Azure Policy
Azure Policy & VM JIT - Do not allow Any as source
I am currently trying to prevent users from requesting Azure JIT VM access coming from the Source IP addresses "Any". According to this thread, https://learn.microsoft.com/en-us/answers/questions/846584/azure-vm-jit-do-not-allow-any-as-source ,…
Azure Virtual Machines
Azure
Azure Policy
How to Enforce Tagging Standards During Azure Subscription Creation
Issue Statement: There is a need to implement an Azure Policy that prevents the creation of Azure subscriptions if certain required tags are not provided during the creation process. However, it has been observed that Azure Policy does not support…
Azure Policy
Configure Azure Activity logs to stream to specified Storage account from all subscriptions
I want to send all Activity logs from all subscriptions (with in my Managment group) to a specific storage account. Do we have any Built in policy which can be enforced at management group and propagated to all subscriptions ?
Azure Policy

Azure Policy whether can do someting when creating a new subscription
We want to do some thing for a new subscription when create it by azure policy. such as add a tag when create it , etc. I checked offical doc : https://docs.azure.cn/en-us/governance/policy/overview#resources-covered-by-azure-policy, it seems only…