Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which service in Azure is used for creating automated workflows without coding?

  1. Azure Functions

  2. Azure Logic Apps

  3. Azure Scheduler

  4. Azure Kubernetes Services

The correct answer is: Azure Logic Apps

Azure Logic Apps is designed specifically for creating automated workflows without the need for extensive coding. It enables users to build complex workflows using a visual design interface, allowing them to integrate various services, applications, and data sources easily. Logic Apps provides pre-built connectors to numerous Azure services and third-party applications, making it a powerful tool for automating business processes, such as data sharing, notifications, and processing events based on triggers. In contrast, Azure Functions is aimed at serverless computing where users write code to execute small units of work in response to events. While it offers great power and flexibility, it requires programming knowledge to create functions. Azure Scheduler was primarily used to create and manage jobs that run on a schedule, but it has been deprecated in favor of more modern solutions, like Logic Apps and Azure Functions. Lastly, Azure Kubernetes Services is a container orchestration service that requires a firm understanding of containerization and orchestration rather than being focused on automation of workflows for non-developers.