exam questions

Exam SC-100 All Questions

View all questions & answers for the SC-100 exam

Exam SC-100 topic 1 question 9 discussion

Actual exam question from Microsoft's SC-100
Question #: 9
Topic #: 1
[All SC-100 Questions]

HOTSPOT -
You are creating the security recommendations for an Azure App Service web app named App1. App1 has the following specifications:
✑ Users will request access to App1 through the My Apps portal. A human resources manager will approve the requests.
✑ Users will authenticate by using Azure Active Directory (Azure AD) user accounts.
You need to recommend an access security architecture for App1.
What should you include in the recommendation? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

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
Jasper666
Highly Voted 2 years, 8 months ago
I would go for: a) Azure AD application (https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/what-is-application-management) b) An access package in identity governance (https://docs.microsoft.com/en-us/azure/active-directory/governance/entitlement-management-access-package-create)
upvoted 124 times
prabhjot
2 years, 8 months ago
agree - How do I create an Azure AD application? Register an application with Azure AD and create a service principal Sign in to your Azure Account through the Azure portal. Select Azure Active Directory. Select App registrations. Select New registration. Name the application. Select a supported account type, which determines who can use the application.
upvoted 4 times
...
JohnBentass
2 years, 4 months ago
Agreed with this one, answer is A, A
upvoted 5 times
...
Curious76
2 years, 7 months ago
AGREE with this one
upvoted 1 times
...
sunilkms
2 years, 4 months ago
The requirement is pretty clear: "Enable Azure AD authentication for App1" hence A
upvoted 4 times
...
...
BillyB2022
Highly Voted 2 years, 8 months ago
Answer is incorrect Box 1 is the Azure AD Application https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app Box 2 is Access Package in Identity Governance https://docs.microsoft.com/en-us/azure/active-directory/governance/entitlement-management-access-package-create
upvoted 27 times
...
Dirkonormalo
Most Recent 6 months, 1 week ago
Yes, Box 2 is Access Package for me too. I was wondering about Access Review. Access Reviews are used to re-view: Stale account or Periodic requests Access Pagackes are used for requesting access and grouping packages for roles and partners. The Package can be based used with a workflow to contain stages for approval. https://learn.microsoft.com/en-us/entra/id-governance/entitlement-management-access-package-create In Identity Governance, start the process to create an access package. Select the catalog where you want to put the access package and ensure that it has the necessary resources. Add resource roles from resources in the catalog to your access package. Specify an initial policy for users who can request access. Specify approval settings and lifecycle settings in that policy.
upvoted 2 times
...
Navya6784
11 months, 4 weeks ago
Azure AD Application Registration & An access package
upvoted 3 times
...
Baz10
1 year, 1 month ago
On Exam 8 Apr. 2024 scored 764 Answered Azure AD application Registration (updated answer) and Access package in Identity governance
upvoted 6 times
...
JG56
1 year, 5 months ago
Selected answer: Azure AD application REGISTRATION and Access package in Identity governance, In exam Nov 23
upvoted 7 times
mscloudguru24
1 year, 4 months ago
Correct, in the exam, it's now Application Registration.
upvoted 3 times
...
...
TomasValtor
1 year, 5 months ago
a) Azure AD application (https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/what-is-application-management) b) An access package in identity governance (https://docs.microsoft.com/en-us/azure/active-directory/governance/entitlement-management-access-package-create)
upvoted 1 times
...
smanzana
1 year, 6 months ago
Box1: Azure AD application Box2: An access review in Identity Governance
upvoted 2 times
...
cyber_sa
1 year, 7 months ago
got this in exam 6oct23. passed with 896 marks. I answered AZURE AD APP REGISTRATION AN ACCESS PACKAGE IN IDENTITY GOVERNANCE
upvoted 10 times
haifaalse
4 months ago
Dear, From where you studied?
upvoted 1 times
...
...
slobav
1 year, 7 months ago
Box1: Azure AD application Box2: An access review in Identity Governance You can find explanation here: https://www.youtube.com/playlist?list=PLQ2ktTy9rklhzzkSEZvDZT4QSIVUQZD-Y
upvoted 2 times
...
sbnpj
1 year, 9 months ago
Agree ans is AA
upvoted 2 times
...
ChrisBues
1 year, 10 months ago
Azure AD Application and Access Package in Identity Governance are the correct answers.
upvoted 2 times
...
zellck
1 year, 11 months ago
1. Azure AD application 2. Access package in Identity Governance https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad https://learn.microsoft.com/en-us/azure/active-directory/governance/entitlement-management-overview#what-are-access-packages-and-what-resources-can-i-manage-with-them Entitlement management introduces the concept of an access package. An access package is a bundle of all the resources with the access a user needs to work on a project or perform their task. Access packages are used to govern access for your internal employees, and also users outside your organization.
upvoted 3 times
...
Gurulee
2 years ago
Box one is self explanatory with AAD App, and box two is Access Package in Identity Governance. The giveaway was "Users will request access to App1 through the My Apps portal" https://learn.microsoft.com/en-us/azure/active-directory/governance/entitlement-management-scenarios#access-package-manager-allow-employees-in-your-organization-to-request-access-to-resources
upvoted 2 times
...
loverboz
2 years, 1 month ago
To enable Azure AD authentication for App1, use Azure AD application To implement access requests for App1, use an access package in identity governance To enable Azure AD authentication for App1 and provide access security, the recommended solution is to use an Azure AD application. You should create an Azure AD application, configure the necessary permissions, and assign users and groups to the application. An access package in identity governance should be used to implement access requests for App1. Identity Governance provides access packages that allow users to request access to specific applications, groups, or roles. The request is routed to the appropriate approver, who can either approve or reject the request. Access packages can be created, managed, and assigned in the Azure portal, and can be customized to include specific access policies and permissions. This provides a streamlined and secure way to manage access to App1, ensuring that only authorized users can access sensitive data or resources.
upvoted 3 times
...
PeteNZ
2 years, 2 months ago
If you really delve deep, its a sneaky question. As it states your app is running in the Azure App Service, and if you read about it, you can configure AAD as the identity provider here inside the resource group: https://learn.microsoft.com/en-us/azure/app-service/scenario-secure-app-authentication-app-service-as-user So you don't need to touch 'Azure AD application' settings at all. The app gets registered by default when following the steps above.
upvoted 2 times
...
nieprotetkniteeetr
2 years, 3 months ago
Azure AD Application https://learn.microsoft.com/en-us/azure/active-directory/develop/authentication-flows-app-scenarios An access package in Identity Governance https://learn.microsoft.com/en-us/azure/active-directory/governance/entitlement-management-access-package-create#requests
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago