exam questions

Exam SC-200 All Questions

View all questions & answers for the SC-200 exam

Exam SC-200 topic 4 question 30 discussion

Actual exam question from Microsoft's SC-200
Question #: 30
Topic #: 4
[All SC-200 Questions]

HOTSPOT
-

You have an Azure subscription that uses Microsoft Defender for Cloud.

You need to use an Azure Resource Manager (ARM) template to create a workflow automation that will trigger a logic app when specific alerts are received by Microsoft Defender for Cloud.

How should you complete the template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Optimizor_IT
2 months, 2 weeks ago
I can't believe that we are paying a lot of money for a platform where 50% of the provided answers are WRONG! This is very simple, logic and straight forward: Microsoft.Logic
upvoted 4 times
...
Wiggy
3 months, 1 week ago
Microsoft.Logic Source: https://learn.microsoft.com/en-us/azure/templates/microsoft.logic/workflows?pivots=deployment-language-arm-template For Microsoft.Security it's /automation Source: https://learn.microsoft.com/en-us/azure/templates/microsoft.security/automations?pivots=deployment-language-arm-template
upvoted 3 times
...
HAjouz
3 months, 2 weeks ago
"actionType": "LogicApp", "logicAppResourceId": "[resourceId('Microsoft.Logic/workflows', parameters('logicAppName'))]"
upvoted 3 times
Onimole
3 months ago
"name": "[parameters('LogicAppName')]", // Template parameter reference "type": "Microsoft.Logic/workflows", "location": "[parameters('LogicAppLocation')]", // Template parameter reference "tags": { "displayName": "LogicApp"
upvoted 2 times
...
...
Blasty
3 months, 3 weeks ago
I would say Microsoft.Logic is the Azure Resource Provider responsible for Logic Apps. The logicAppResourceId parameter should reference this provider to properly configure the automation workflow.
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...