AZ-204 Developing for Microsoft Azure Exam Prep - Building and Publishing the Azure Active Directory (AD) Application

AZ-204 Developing for Microsoft Azure Exam Prep - Building and Publishing the Azure Active Directory (AD) Application

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through building a project in Visual Studio 2017, configuring it for Azure, and deploying it as a web app. It covers registering the application in Azure Active Directory, setting up a resource group, and publishing the application to Azure. The tutorial concludes with verifying the deployment and preparing for further registration with Azure AD.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to take when starting a project in Visual Studio 2017?

Deploy the application to Azure

Configure the app settings

Build the project to check for errors

Register the application in Azure AD

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of obtaining a client ID in Azure Active Directory?

To connect the application to Azure AD

To configure the web config file

To set up a publishing profile

To deploy the application to Azure

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which API is used to connect the application to Azure Active Directory?

SOAP API

GraphQL API

XML API

REST API

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in deploying an application to Microsoft Azure?

Configure application insights

Create a web app in the Azure portal

Set up a publishing profile

Create a new resource group

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tier is chosen for the free plan during deployment?

Standard S1

Premium P1

Basic B1

Free F1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is required to publish an application to Azure?

A Visual Studio license

A publishing profile

A subscription to Azure AD

An application insights setup

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What indicates a successful publication of the application?

The application crashes

The application displays a sign-in button

The application shows an error message

The application does not load