please merge my account
Hi Team, i have two accounts with same mail id "******@dxc.com". can you please merge my accounts.
Azure Policy
I want to create a azure policy that should create the diagnostic settings for the app service and send the log to the EventHub but that depends on the three different location for e.g. if the location is central us then the log should go the centraluseve
{ "mode": "Indexed", "policyRule": { "if": { "allOf": [ { "field": "type", "equals": "Microsoft.Web/sites" }, …
Azure Policy
how can i re -enable my disabled azure subscription?
To protect the security and privacy of your account, we perform routine audits of all Azure subscriptions. During one of these audits, we identified suspicious activity in your subscription that violates the Microsoft Acceptable Use Policy. We’ve…
Azure Policy
How to apply Azure Policy to existing resources and perform remediation tasks?
In order to deploy an Azure policy with existing resources and remedial tasks, we require assistance. We implemented a policy, for instance, that all storage accounts should have their public access disabled. Following an audit, we discovered which…
Azure Policy
Azure policy to validate mandatory NSG rules during deployment not working as expected
I have the following requirement: Users should not deploy NSG without the mandatory security rules. if the mandatory rule is not present or if the properties for the security rule are different than expected then the deployment should fail. Below is the…
Azure Policy
Create Azure Policy which inherits tags from Subscription to Resource Groups
{ "properties": { "displayName": "Inherit Subscription Tags to Resource Groups", "description": "Inherit tags from subscription if missing or empty at resource group.", …
Azure Policy
Tag Name Policy Impact on System Tags
Hello, I’m working to standardize our custom tag names using Azure Policy to enforce all lower cases. Before test the policy, I ran the following query: Resources | project tags | summarize buildschema(tags) I noticed several system-assigned tag names…
Azure Policy
What to do when all the cards I'm using to sign up on my azure account fail?
So, I'm signing up to my Azure account, free version, and in the cardholder information section, I keep getting Check that the details in all fields are correct or try a different card, I keep trying different cards, and all the information is accurate.…
Azure Policy
ASR Appliance Initialization: Physical Server Addition Failed with "Status Code: Forbidden"
The addition of a physical server to the site has failed with the following error: Unable to create resource 'w2k8-migra10cbphysicalsite/win-k4ocdjnrkn0-eb4e679f-71bd-5d4b-9f13-cca27c3ca9c2' of type 'Microsoft.OffAzure/ServerSites/machines' required to…
Azure Policy
Blocked from Creating Communication Services Resource in Azure
An attempt to create a Communication Services resource in Azure is being blocked. As the admin of the company's Azure account, the following error message is encountered: The template deployment failed with error: 'Deny assignment check failed for…
Azure Policy
Azure Governance using policies and IaC
I am creating Azure policies that will prevent the creation of Azure storage accounts without a private endpoint. Here is the problem. When creating a storage account via Azure portal, the multi screen allows you to create a private endpoint + a storage…
Azure Policy
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
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. …