Microsoft Azure AI Fundamentals (AI-900) Practice Exam

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

Prepare for the Microsoft Azure AI Fundamentals certification with flashcards and multiple-choice questions. Enhance your understanding with helpful hints and explanations. Get ready for your certification success!

Practice this question and more.


Is it possible to include custom JavaScript functions in Azure ML designer?

  1. Yes

  2. No

  3. Only with additional plugins

  4. Only in Azure Notebooks

The correct answer is: No

In Azure Machine Learning Designer, incorporating custom JavaScript functions is not supported. The platform is designed to facilitate machine learning workflows through a visual interface that mainly utilizes built-in modules and functionality. This means that while users can leverage a variety of pre-built components for data processing, training, and model deployment, there is no option available for directly adding custom JavaScript code within the Designer. Azure ML Designer focuses on providing a user-friendly, low-code environment that allows data scientists and developers to create models without the need for extensive programming knowledge. By using a no-code or low-code approach, Azure aims to make machine learning accessible to a broader audience. Thus, the inability to include custom JavaScript functions aligns with the goal of maintaining simplicity and ease of use within the Designer environment. In contrast, Azure offers other capabilities like Azure Notebooks, which allow for a more programmable experience using languages like Python or R, but that is separate from the Designer's visual workflow.