exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 5 question 47 discussion

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

SIMULATION -
You need to create a web app named Intranet12345678 and enable users to authenticate to the web app by using Azure Active Directory (Azure AD).
To complete this task, sign in to the Azure portal.

Show Suggested Answer Hide Answer
Suggested Answer: See the explanation below.
1. In the Azure portal, type App services in the search box and select App services from the search results.
2. Click the Create app service button to create a new app service.
3. In the Resource Group section, click the Create new link to create a new resource group.
4. Give the resource group a name such as Intranet12345678RG and click OK.
5. In the Instance Details section, enter Intranet12345678 in the Name field.
6. In the Runtime stack field, select any runtime stack such as .NET Core 3.1.
7. Click the Review + create button.
8. Click the Create button to create the web app.
9. Click the Go to resource button to open the properties of the new web app.
10.In the Settings section, click on Authentication / Authorization.
11.Click the App Service Authentication slider to set it to On.
12.In the Action to take when request is not authentication box, select Log in with Azure Active Directory.
13.Click Save to save the changes.

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
somenick
Highly Voted 7 months, 3 weeks ago
Interface is a bit different now: On your app's left menu, select Authentication, and then click Add identity provider. In the Add an identity provider page, select Microsoft as the Identity provider to sign in Microsoft and Azure AD identities.
upvoted 6 times
...
ITFranz
Most Recent 3 months, 2 weeks ago
Steps: To create a web app named Intranet12345678 and enable Azure AD authentication, follow these steps: Create the web app: Sign in to the Azure portal. Click "Create a resource" and select "Web App". Enter "Intranet12345678" as the name. Choose your subscription, resource group, and other required settings. Click "Create" and wait for deployment to complete. Enable Azure AD authentication: Navigate to your newly created web app "Intranet12345678". In the left menu, under "Settings", select "Authentication". Click "Add identity provider". Choose "Microsoft" as the identity provider. Select "Azure AD" for the app type. Configure the Azure AD settings: Choose your Azure AD tenant. Create a new app registration or select an existing one. Set "Restrict access" to "Require authentication". Click "Add" to save the configuration.
upvoted 1 times
...
ahmadmohdrudin
8 months, 4 weeks ago
There you go, manjah https://docs.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service
upvoted 4 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 ...