Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack — Question 17
You have an Azure Stack integrated system that uses Microsoft Azure Active Directory (Azure AD) for authentication.
You download and extract the Azure App Service files.
You need to configure the system to support the deployment of Node.js applications and Azure functions.
What should you do before you configure the resource provider?
Answer options
- A. Install certificates. Register a service principal. Deploy and configure a file server. Create a relying party trust.
- B. Install certificates. Deploy and configure a file server. Deploy and configure a Microsoft SQL server. Create an Azure AD application.
- C. Install certificates. Register a service principal. Deploy and configure a Microsoft SQL server. Create a relying party trust.
- D. Register a service principal. Deploy and configure a file server. Implement and configure a MySQL resource provider. Configure the Azure functions.
Correct answer: B
Explanation
The correct answer is B because it involves installing certificates, setting up a file server, configuring a Microsoft SQL server, and creating an Azure AD application, which are essential steps for ensuring proper deployment of Node.js applications and Azure functions in Azure Stack. The other options include steps that are either unnecessary or incorrect for this specific setup, such as relying party trusts or MySQL resource providers, which do not align with the requirements stated in the question.