Microsoft Developing Microsoft Azure Solutions (070-532日本語版) - 070-532日本語 Exam Practice Test
HOTSPOT








Correct Answer:

A webhook allows you to start a particular runbook in Azure Automation through a single HTTP request.

Box 1: HTTP Post
To use a webhook after it has been created, your client application must issue an HTTP POST with the URL for the webhook.
Box 2: RequestHeaders
Box 3: WebhookData
When a client starts a runbook using a webhook, it cannot override the parameter values defined in the webhook. To receive data from the client, the runbook can accept a single parameter called $WebhookData of type [object] that will contain data that the client includes in the POST request.
The $WebhookData object will have the following properties:
References: https://docs.microsoft.com/en-us/azure/automation/automation-webhooks

Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).

Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).

Correct Answer: B,C
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).

Correct Answer: B
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).



Correct Answer: D
Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).



