What should you use?

HOTSPOTNote: This question is part of a series of questions that present the same scenario. Each question in
the series contains a unique solution that might meet the stated goals. Some question sets might have
more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You are developing an Azure application.
The image below represents the process flow for the application.

What should you use? To answer, select the appropriate options in the answer area.
Each correct selection is worth one point.
Hot Area:

HOTSPOTNote: This question is part of a series of questions that present the same scenario. Each question in
the series contains a unique solution that might meet the stated goals. Some question sets might have
more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You are developing an Azure application.
The image below represents the process flow for the application.

What should you use? To answer, select the appropriate options in the answer area.
Each correct selection is worth one point.
Hot Area:

Answer:

Explanation:
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:
WebhookName – The name of the webhook.
RequestHeader – Hash table containing the headers of the incoming POST request.
RequestBody – The body of the incoming POST request. This will retain any formatting such as string,
JSON, XML, or form encoded data. The runbook must be written to work with the data format that is
expected.
https://docs.microsoft.com/en-us/azure/automation/automation-webhooks



Leave a Reply 32

Your email address will not be published. Required fields are marked *


jml

jml

Why not RequestBody?
RequestBody – The body of the incoming POST request. This will retain any formatting such as string, JSON, XML, or form encoded DATA.

Pekah74

Pekah74

I think that the second is Body instead of RequestHeaders. Only because the header size limit. But the description even points about BODY: “This will retain any … form encoded DATA.” In my opinion the second should be BODY.

Sheree

Sheree

I have new latest exam 70-532 case studies, but need help to find the correct solution. ping me shereeroberts at protonmail dot com

Samuel

Samuel

Exam pattern has been changed , on saturday i have passed successfully.

Brifmenow question as well DeepakW question ([email protected]) help me lot

I am preparing 70-533 now.
My suggestion is clear the concept first , study properly

Nicole

Nicole

New 70-532 Exam Questions:

QUESTION 212
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a web app that is deployed to Azure.
You need to download a compressed collection of the diagnostic logs.
What should you use?

A. Azure PowerShell
B. File Transfer Protocol (FTP)
C. Application Insights
D. Microsoft Visual Studio

Answer: A

QUESTION 213
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are developing a new Azure Logic App.
The Logic App requires a custom action to evaluate data from an internal, proprietary system.
You create a custom ASP>NET Web API to retrieve data from the system and update the Logic App to use the API.
The Logic App generates a timeout error when it requests data from the API.
You need to eliminate the timeout error and allow the Logic App to retrieve data by using the API.
What should you do?

A. Update the API to immediately return an HTTP `102 PROCESSING’ response when a request is received and an HTTP `205 RESET CONTENT’ response when the data is returned from the system.
B. Update the Logic App to use a new HTTPWebhook trigger to call out to the API’s newly- created subscribe and unsubscribe methods.
C. Update the API to immediately return an HTTP `202 ACCEPTED’ response when a request is received and an `200 OK’ response when the data is returned from the system.
D. Update the Logic App adding a wait action to include the interval object’s unit and count properties set to valid values.

Answer: C

QUESTION 214
Hotspot Question
You plan to migrate an Azure Web App named Contoso from an App Service plan named AppServicePlan1 to another App Service plan.
You create a resource group named ContosoGroup.
You create the following Azure PowerShell script. Line numbers are included for reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:

QUESTION 215
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You deploy a Virtual Machine Scale Set (VMSS) named CorpWebVMSS to Azure by using Azure PowerShell and set the instance count to 1. The VMSS includes a storage account, load balancer, public IP address. and six Standard_A1 Windows virtual machines (VMs) that run Internet Information Services (IIS). All components are deployed to a resource group named CorpWebRG.
You must increase the instance count to support the increased load on IIS.
You need to manually scale out the number of VMs in the scale set to 5.
Solution: You run the following Azure PowerShell commands:
$vmss = Get-AzureRmVmss -ResourceGroupName CorpWebRG 璙MScalesSetName CorpWebVMSS
$vmss.Sku.Capacity = 5
Update-AzureRmVmss -ResourceGroupName CorpWebRG -Name CorpWebVMSS – VirtualMachineScaleSet $vmss
Does the solution meet the goal?

A. Yes
B. No

Answer: B

QUESTION 216
Drag and Drop Question
You need to add code at line CC63 to ensure that the Interaction Agent is invoked.
How should you complete the code? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth point.

Answer:

QUESTION 219
You are developing an Azure-hosted application that processes request messages for multiple office locations. You create an Azure Service Bus topic named Requests. The topic has a maximum size of 5 gigabytes (GB) and a default message time to live (TTL) of 5 minutes.
You also create subscriptions named PriorityRequest and StandardRequest and include appropriate logic to route the messages.
Users report that the application has not processed messages from PriorityRequest in several days.
You need to retrieve the number of messages in the PriorityRequest subscription.
Which metric Should you use?

A. Subscription Length
B. Subscription Incoming Requests
C. Topic Incoming Messages
D. Topic Size

Answer: D

Sheree

Sheree

I have new latest exam 70-532 questions & case studies, but need help to find the correct answers. email me: [email protected]

Sam

Sam

I have latest questions and answer

[email protected]

Monika

Monika

Sam is a cheater gandoo. his name is Deepak Rahul and he has just old practice questions. GUYS, this is a SCAM madorchod.

Amol

Amol

Hi Nicole,

Thanks for sharing. Can you please share other study material also.

Thanks,
Amol

ekramy

ekramy

it is “Azure Alert” which will trigger the webhook , and when triggered it will make HTTP Post operation to the configured endpoint .

so it should be “Azure Alert”

ekramy

ekramy

passed yesterday 777/1000 .

a lot of new questions and 2 new Case studies .

a lot of questions about App Fabric

nish

nish

Which case studies were new? Do you have name/description of them?

nish

nish

Web-based Solution
Contoso, Ltd
Mortgage Loan
File Tax-Related Document
Fabrikam

any of these case studies?

mitncik

mitncik

Hi, how many questions from this dump really appears on the test?

Ben

Ben

Hi, I would like to have the exam next week. Anyone can share for the latest briandump? My email address is [email protected].

Kindom

Kindom

Hi, I have latest dumps for 70-532, but it’s not free.
If you interesting buy 6 usd by paypal.

Adam MCSE Cloud

Adam MCSE Cloud

kINDOM,Please email me shereeroberts at protonmail dot com. I am interested to buy them.

Sheree

Sheree

I have latest exam questions and new case studies (70-532 exam). Please let me know if someone is willing to research and spend time to provide me answers for the case studies and questions as well.  email me [email protected]

Regards.

KJOR

KJOR

Please I want the latest exams questions update, please I failed last week

venkat ch

venkat ch

Hi,

I have exam on Feb 21st. Can you please share me latest 70-532 exam dumps becuase micrsoft has changed it on 18th Jan 2018. Please help me. Thanks

Regards
Venkat

Cris

Cris

I have failed the exam with 675.
I will take it again next week.
Any materials sent to [email protected] to help with my studies will be highly appreciated.

KJOR

KJOR

I have failed the exam with 669.
I will take it again after two weeks.
Any materials sent to [email protected] to help with my studies will be highly appreciated.