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…
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…
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":…

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…
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…
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
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?
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…
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
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…
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…
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 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 - 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 for role assignments
Hi @Stanislav Zhelyazkov , i have a question: { "mode": "All", "policyRule": { TypeScriptCopy "if" Report a concern
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 - 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,…
azure policy
I am attempting to create an Azure policy rule that denies inbound network traffic from the IP address 1.2.3.4 using the following JSON payload: However, when I try to create a new NSG rule that allows inbound traffic from the same IP address, the rule…

DORA Regulations and Azure CSP (Reseller)
Hi team - we have customers asking us for DORA addendums in their Azure contracts - as they are in our CSP model, that would fall under the MCA framework - what is the guidance from Microsoft on that, has the MCA been updated so that it is fit for…
Azure ARM policy to deny role assignments only for resource group owners not for admins and Sub owners
I have a requirement where I need to deny only owners of the resource group to do new role assignments or changes to existing role assignments. Resource group contributors and readers anyways cannot do any role assignments/modifications. Role…