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
Allow deployments only from Terraform using Azure Policy
Hi Team, Is it possible to block all deployments and allow it only from Terraform? I tried this but it didn't work. { "not": { "anyOf": [ { "field":…
Azure Policy
The policy assigned to the management group cannot take effect during the create subscription process. Is this the design?
We found that the policies assigned to the management group cannot take effect during the subscription creation process After the subscription is created, we can identify new subscriptions that do not comply through compliance and modify them through…
Azure Policy
Tenant and access blocked in the Azure portal
We have a sponsored subscription (given to NGOs), but it was recently blocked and Microsoft gave us a deadline to solve the problem and get everything back to normal. Lock details: • Details of the Block placed: Subscription Level Deny Assignment Block…
Azure Policy
Troubleshooting Azure B2C MFA Integration with Application
I am setting up Azure B2C integration with our application. I want to enable two-factor authentication (MFA) where the user can choose between phone or email for the verification process. When I select MFA via phone and enter the code I receive, I am…
Azure Policy
Azure resource graph query to get all policy definition details which are assigned
Azure has lot of inbuilt policies and few are custom policies.i need an Azure resource graph query to get all policy definition details of only the policies which are assigned
Azure Policy
Extract all the initiative (definition type) along with all the policy inside that initiative
Is there a way to extract all the initiative (definition type) along with all the policy inside that initiative? This could either be a separate script that outputs initiative and policies mapped against it or, if possible, integrated into the existing…
Azure Policy
how to fix "You must be in good standing" issue for azure
i can't sign in to my azure account. i have already given my student account for verification and it was verified successfully without any issue, but when i then get redirected to make the account on azure (sign up) , it asks for mobile number…
Azure Policy
list of the custom Permission is required to implement the Azure policy at management group level
i would like to create the custom role to implement the azure policy at management group level please let me know the required permissions to add in the custom IAM Role
Azure Policy
How do I rectify a disabled Azure Subscription?
My Azure Subscription 1 was disabled due to suspicious activity. To me, this was an error. How do I rectify this? Also, I can not access Support to create a Ticket to submit to the Security Team. Can you assist?
Azure Policy
Issue with Policy Enforcement on Storage Account Encryption
hello! I have an issue with the policy titled "Storage account encryption scopes should use customer-managed keys to encrypt data at rest" that I have enabled with "DENY" effect on my management group scope. Despite this policy…
Azure Policy
Exempt Azure policy for Users in specific AD group?
Hello, Is it possible to bypass Azure policy for specific AD users or AD groups while creating objects in AKS
Azure Kubernetes Service (AKS)
Azure Policy
Access Denied / Locked out by Policy
I am the owner of subscription 4021f9f5-930c-4b71-a9b9-3b594634f5d3 and I accidentally applied an Azure Policy or access restriction that has revoked my own permissions, including access to create or view resource groups, policies, or role assignments. I…
Azure Policy
Generate Azure Policy Compliance Report with Display Name and Description Mapped for Policy Definitions
I am able to export Azure Policy compliance data using the Get-AzPolicyState command, but the resulting CSV only includes Policy ID or Policy Definition ID, not the associated Policy Display Name or Policy Description. For ease of use and to better…
Azure Policy
Autho failure after delete scope from assignment
Accidentally deleted the scope from the assignment table, which has deleted the admin access from the account. Unable to create a service request within azure portal. Posting here for any luck
Azure Policy
Azure policy rule with condition of contains from a params array
Is it possible to create a policy rule that use the contains function but receive an array? for example: block ip 1.1.1.1/32 from the security rule if the array of the params is ["1.1.1.1", "2.2.22"]
Azure Policy

Azure policy - IP Addresses range
Hi. I want to create an Azure Policy Definition that denies any NSG rule allowing inbound traffic from the source IP 1.2.3.4. Specifically, I want to block any NSG rule that permits traffic to any address range containing 1.2.3.4 using CIDR notation,…
Azure Policy
Azure policy for role assignments
Hi @Stanislav Zhelyazkov , i have a question: { "mode": "All", "policyRule": { TypeScriptCopy "if" Report a concern
Azure Policy
Best Approach for Denying Public Network Access on Managed Disks
An Azure policy has been implemented to disable public network access in audit mode. After remediating non-compliant resources, guidance is needed on the best approach to transition to deny mode, especially considering there are hundreds of new disks…
Azure Policy
azure policy - port range
Hi, I am working on creating an Azure policy rule to deny a specific port range. I came across this example policy: example And I would like to ask: In lines 55+56, how does the function that checks if false equals true ensure that the port range,…