Skip to content
View mayhashah7's full-sized avatar

Block or report mayhashah7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. remove-all-locks-from-RGs-and-resources remove-all-locks-from-RGs-and-resources Public

    Currently in Azure there is not a built in option to remove all locks at/under a subscription in one click. One workaround to this is as follows:

    PowerShell 1

  2. mlops-sample-templates mlops-sample-templates Public

    1 1

  3. azure-vm-tag-based-backup azure-vm-tag-based-backup Public

    This custom Azure Policy will auto enroll Azure VMs into a specified backup policy based off of a match in tag name and tag value

  4. require-tag-name-and-value-chosen-from-set require-tag-name-and-value-chosen-from-set Public

    This custom Azure Policy will deny a user from creating a resource if it does not include a specified tag name and a value from a predetermined set of values.

  5. automate-tagging-based-off-vm-sku automate-tagging-based-off-vm-sku Public

    The custom Azure Policy policy “Tag Based on VM SKU” will identify all VMs with a specified SKU (vmSKU). All VMs with this SKU will then be given a specified tag name (tagName) and tag value (tagVa…

  6. assign-user-RBAC-permission-based-off-resource-configuration assign-user-RBAC-permission-based-off-resource-configuration Public

    In this example, I am assigning a user the role of “Virtual Machine Contributor” for all Windows VMs in the Subscription. This script can be set as a Runbook within an Automation Account to be run …

    PowerShell