Deploying Physical Servers in Cloud Models | Azure Exam AZ-900

Deploying Physical Servers in Cloud Models

Prev Question Next Question

Question

Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.

You have been informed by your superiors of the company's intentions to automate server deployment to Azure. There is, however, some concern that administrative credentials could be uncovered during this process.

You are required to make sure that during the deployment, the administrative credentials are encrypted using a suitable Azure solution.

Solution: You recommend the use of Azure Multi-Factor Authentication (MFA).

Does the solution meet the goal?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B.

B

The solution of using Azure Multi-Factor Authentication (MFA) does not meet the goal of encrypting administrative credentials during server deployment in Azure.

Azure Multi-Factor Authentication (MFA) is a security feature that provides an additional layer of authentication by requiring users to provide multiple forms of verification before accessing resources. It helps protect against unauthorized access to user accounts but does not directly address the encryption of administrative credentials during server deployment.

To encrypt administrative credentials during server deployment in Azure, you would typically use Azure Key Vault. Azure Key Vault is a cloud service that allows you to safeguard and manage cryptographic keys, secrets, and certificates. It provides a secure and centralized location for storing sensitive information, such as administrative credentials, and allows for encryption and decryption operations.

In summary, while Azure Multi-Factor Authentication (MFA) is an important security measure, it is not the appropriate solution for encrypting administrative credentials during server deployment. The correct solution for this requirement would involve using Azure Key Vault or a similar Azure solution designed for encryption and protection of sensitive information. Therefore, the answer is B. No.

The solution proposed of using Azure Multi-Factor Authentication (MFA) does not address the concern of encrypting administrative credentials during server deployment to Azure. MFA is a security mechanism that requires users to provide two or more forms of identification to access a system or application, but it does not inherently provide encryption of administrative credentials during server deployment.

To encrypt administrative credentials during server deployment to Azure, a more suitable solution would be to use Azure Key Vault. Azure Key Vault is a cloud service that provides a secure repository for storing and managing cryptographic keys, certificates, and secrets, including administrative credentials. Azure Key Vault enables users to encrypt credentials with keys that are managed and protected by Azure, providing a high level of security for sensitive information.

Therefore, the solution proposed of using Azure Multi-Factor Authentication (MFA) does not meet the goal of encrypting administrative credentials during server deployment to Azure. The correct answer is B. No.