exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 5 question 8 discussion

Actual exam question from Microsoft's AZ-300
Question #: 8
Topic #: 5
[All AZ-300 Questions]

HOTSPOT -
You are developing a workflow solution using Azure technologies.
What should you implement to meet each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer: Explanation

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
Mher
Highly Voted 5 years, 3 months ago
Box 1: Durable functions only Box 2: Logic Apps only Box 3: Durable functions only
upvoted 24 times
cacasodo
5 years, 1 month ago
Box 2 Logic Apps given the statement "Large collection of ready-made actions" on this page: https://docs.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs
upvoted 2 times
...
...
rdy4u
Highly Voted 4 years, 11 months ago
https://vceguide.com/what-should-you-implement-to-meet-each-requirement-2/
upvoted 13 times
...
azurecert2021
Most Recent 4 years, 5 months ago
Q1: Debug the solution by using Visual Studio - Durable functions Only Q2: Use a collection of ready-made actions - Azure Log app only Q2: Deploy the component by using Visual Studio Teams Services - Durable function and Azure Log app only https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-create-first-csharp?pivots=code-editor-vscode https://docs.microsoft.com/en-us/azure/logic-apps/quickstart-create-logic-apps-with-visual-studio#deploy-logic-app-to-azure
upvoted 1 times
...
BOC
4 years, 9 months ago
Correct answer is: Durable functions only Logic Apps only Durable functions only
upvoted 1 times
...
arseyam
4 years, 10 months ago
Logic Apps can be deployed using Visual Studio https://docs.microsoft.com/en-us/azure/logic-apps/quickstart-create-logic-apps-with-visual-studio#deploy-logic-app-to-azure
upvoted 2 times
ct84
4 years, 9 months ago
yep, they sure can!
upvoted 1 times
...
...
Ammugaa
4 years, 10 months ago
I Don't see full question here
upvoted 2 times
...
BEB
4 years, 10 months ago
Debug using VS==> debugging Code==> Durable Func Ready made actions==> Logic app dep using VS ..==> D.Func Note: Microsoft Azure offers two services on its platform that enables developers to create a workflow: Azure Durable Functions and Logic Apps. Azure Durable Functions, a cloud implementation of the durable task framework, offers you a way to define a workflow using code, while with Logic Apps, you can automate a workflow without writing any code The critical difference with Logic Apps is control – with Durable Functions you can write code and have fewer restrictions. With Logic Apps you are being bound to triggers and actions it provides – the action offering a wide variety in flow control, connectivity, behavior, and message handling, but still less flexibility than with code.
upvoted 3 times
ipvaid
4 years, 10 months ago
Great explanation
upvoted 1 times
...
...
azureexam
4 years, 10 months ago
why i dont see Box1, Box 2 options under hot area ?
upvoted 2 times
certmonster
4 years, 7 months ago
It is only with the heart that one can see rightly; what is essential is invisible to the eye.
upvoted 1 times
...
...
Ashish2021
4 years, 11 months ago
In answer, it says Explanation... where can I find that?
upvoted 2 times
mohdimran
4 years, 10 months ago
https://vceguide.com/what-should-you-implement-to-meet-each-requirement-2/
upvoted 3 times
...
...
Prash85
5 years ago
Questions: Q1: Debug the solution by using Visual Studio - Durable functions Only Q2: Use a collection of ready-made actions - Azure Log app only Q2: Deploy the component by using Visual Studio Teams Services - Durable function and Azure Log app only
upvoted 5 times
SubhashChand
5 years ago
Azure logical app mainly for non-programmer. So it should be Durable function only for last question.
upvoted 1 times
ct84
4 years, 9 months ago
You can deploy a logic app via VSTS (Azure DevOps), it's simply an ARM template..
upvoted 3 times
...
...
...
thirstylion
5 years ago
Durable functions only - Logic Apps cannot be debugged from VS Logic Apps only Durable functions & Logic Apps - https://randypaulo.com/2019/06/18/how-to-deploy-azure-logic-apps-using-azure-devops/
upvoted 3 times
...
LaurN
5 years, 1 month ago
Box1: Durable function only Logic App only from portal : https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-diagnosing-failures Box2: Logic Apps Large collection of ready-made actions ; https://docs.microsoft.com/en-us/azure/azure-functions/functions-compare-logic-apps-ms-flow-webjobs Box 3: Durable functions & Logic App
upvoted 3 times
...
manhattan
5 years, 2 months ago
Shiuld be the n.34 https://quizlet.com/ch/482793011/az300-flash-cards/
upvoted 8 times
Madhu1
4 years, 9 months ago
Options - Direct link below, https://vceguide.com/wp-content/uploads/2020/05/Microsoft-AZ-300-v.2-date-05-08-2020_Page_396_Image_0001.jpg
upvoted 2 times
hghemant
4 years, 9 months ago
you have to post the right link.
upvoted 1 times
...
Madhu1
4 years, 9 months ago
Correct Link below, https://vceguide.com/wp-content/uploads/2020/05/Microsoft-AZ-300-v.2-date-05-08-2020_Page_398_Image_0001.jpg
upvoted 4 times
...
...
...
[Removed]
5 years, 5 months ago
Box 1: Logic Apps only - You can manually trigger a logic app deployed in Azure from Visual Studio. On the Logic App Designer toolbar, choose Run Trigger. To check the status and diagnose problems with logic app runs, you can review the details, such as inputs and outputs, for those runs in Visual Studio. Box 2: Durable functions only - Box 3: Durable functions and Logic Apps References: https://docs.microsoft.com/en-us/azure/logic-apps/manage-logic-apps-with-visual-studio https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-create-portal
upvoted 6 times
misogsk
5 years, 4 months ago
Incorrect, You can debug durable functions Durable functions does not have any ready compopnents to be used Logic apps can't be deployed via Azure DevOps
upvoted 3 times
thirstylion
5 years ago
Logic apps can be deployed from AzDO - https://randypaulo.com/2019/06/18/how-to-deploy-azure-logic-apps-using-azure-devops/
upvoted 2 times
tartar
4 years, 9 months ago
Q1: Debug the solution by using Visual Studio - Durable functions Only Q2: Use a collection of ready-made actions - Azure Log app only Q2: Deploy the component by using Visual Studio Teams Services - Durable function and Azure Log app only
upvoted 2 times
Madhu1
4 years, 9 months ago
Options Below, https://vceguide.com/wp-content/uploads/2020/05/Microsoft-AZ-300-v.2-date-05-08-2020_Page_398_Image_0001.jpg
upvoted 7 times
...
...
...
...
Andy001
5 years, 3 months ago
Durable functions only Logic Apps only Durable functions only
upvoted 3 times
...
tmurfet
5 years, 3 months ago
Bonna is right if the explanation provided is correct for the same question under AZ-202 on this site.
upvoted 1 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 ...