You are a developer at your company.
You need to update the definitions for an existing Logic App.
What should you use?
You are a developer at your company.
You need to update the definitions for an existing Logic App.
What should you use?
To update the definitions for an existing Logic App, you should use the Logic App Code View. The Code View editor allows you to directly edit the JSON definition of the Logic App, enabling advanced modifications that may not be possible through the visual designer interface. This is particularly useful when defining parameters or multiple triggers within your workflow.
the Logic App has not been part of the exam since March
I think being a developer I can use both options - Logic App Code View or Logic Apps Designer. It depends on the change required, usage of a source control, the project complexity, CI/CD... Note: Some Azure Logic Apps capabilities, such as defining parameters and multiple triggers in logic app definitions, are available only in JSON, not the Logic Apps Designer. So for these tasks, you must work in Code View or another editor. https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions
out-of-the-scope for the AZ-204 Exam; please remove from the Question Bank
ChatGPT: B: B. the Logic App Code View Logic Apps in Azure provide a Code View that allows you to directly edit the JSON definition of your Logic App. This can be useful if you need to make advanced changes that are not easily done in the designer view, or if you are more comfortable working directly with the underlying code. The Logic Apps Designer is more for creating and configuring workflows in a visual manner, but the Code View is the more direct method to update the definitions.
B or D works for me, but I guess the keyword is "developer"?
The the logic app code view is in the logic apps designer. So i think the more accurate answer is THE LOGIC APP CODE VIEW
Not all definitions can be changed in Logic Apps Designer (e. g. defining parameters) and you must pick THE BEST solution. So remember: definitions == Logic App Code View. More info: https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions
Definitions are in the logic app code view
B. the Logic App Code View
Logic app code view is specified for developers and enables them to get more control into making changes to an existing logic app however Logic app designer is mainly used by non developers which enables them to make changes without any coding changes
That's an ignorant question. It totally depends on lots of things - not the least what type of change we are talking about. I would venture to state that it is virtually impossible, or at least takes at least 10x the time, to make a general big changes in code view such as adding new Actions, Connector Actions, a Loop or something. Thats what you do in the designer with just a few button clicks and getting it right from start. Small and specific changes yes, such as parameters, certain variable settings, etc
Answer is correct
D ChatGPT. The Logic Apps Designer is a visual interface that allows you to design, configure, and manage Logic Apps. It provides a drag-and-drop interface that allows you to add and configure actions, triggers, and other components of your Logic App. You can use the Logic Apps Designer to modify the Logic App's workflow and its components, such as triggers, actions, and conditions.
D, or B for updating the Logic app, but since we need to update definitions, we can only use B
answer should be Logic App Code View. To work with workflow definitions in JSON, open the Code View editor when working in the Azure portal or in Visual Studio, (go tot he below link and just above the first note its mentioned) https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-author-definitions
D. the Logic Apps Designer.
why? at least explain your answer...
The designer is what you usually work in if you develop a logic app. The code view is just a bunch of json code.
We need to see definitions! similar as methods