alerts & actions
4 Topicshttps://collabtools.sharepoint.com/:u:/r/sites/ITSS-SharePointWorkshop/SitePages/Home.aspx?csf=1&web
The action for Microsoft Forms is limited to the Q and A results. It needs to mimic and include the data columns created when "Export to Excel" link is used in the survey or quiz. Especially in the quiz, the additional fields pertaining to submitter info and Total Points is a must. I am completely crippled by the action only containing the test question data elements. Does anyone else agree?How to create an action group in each subscription?
Hi all, I have been tasked to create an https://azure.microsoft.com/en-us/updates/azure-advisor-recommendation-digests-now-availab/ which would send an email to the subscription owner every 30 days with Azure Advisor digest. I have tens of subscriptions under different management groups. The first task is to create an Action Group for each subscription. I am thinking of using Azure Policy on the top management group level to create an AG for each sub. Where can I find a template for the action group creation policy definition? I have below one I tried to convert from network watcher but it is missing so many fields that I am sure I am nowhere close to it. Maybe using Blueprints is a better way of achieving this? Any ideas? { "properties": { "displayName": "Deploy Action Group for each subscription", "mode": "Indexed", "description": "This policy deploys Action Group for a subscription if it doesn't exists.", "metadata": { "category": "Monitor" }, "parameters": {}, "policyRule": { "if": { "field": "type", "equals": "Microsoft.Insights/actiongroups" }, "then": { "effect": "DeployIfNotExists", "details": { "type": "Microsoft.Insights/actiongroups", "resourceGroupName": "rg-actiongroups", "existenceCondition": { "field": "location", "equals": "[field('location')]" }, "roleDefinitionIds": [ "/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7" ], "deployment": { "properties": { "mode": "incremental", "template": { "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json", "contentVersion": "1.0.0.0", "parameters": { "location": { "type": "string" } }, "resources": [{ "apiVersion": "2016-09-01", "type": "Microsoft.Insights/actiongroups", "name": "[concat('actiongroup_',parameters('subscription')),parameters('location'))]", "location": "[parameters('location')]" }] }, "parameters": { "location": { "value": "[field('location')]" } } } } } } } } }1.9KViews0likes0CommentsDefender ATP Suppression Rules Still Action Files?
Hello, We have setup numerous suppression rules for various software within our environment but even though we no longer get an alert from ATP due to the rules, it still looks like it is preventing the file from running according to the items listed under matching alerts for the rule. I have created exceptions within SCCM for our users but it seems like the suppression rule should be doing that for us.1.4KViews0likes3Comments