12.2k views
3 votes
You plan to use the following two Azure Resource Manager (ARM) templates to provision virtual machines. Which two resources should you provision to ensure that the password can be stored securely?

(a) Azure Key Vault, Azure Blob Storage
(b) Azure Key Vault, Azure Virtual Network
(c) Azure Blob Storage, Azure Virtual Network
(d) Azure SQL Database, Azure Storage Account

User Meizilp
by
8.9k points

1 Answer

1 vote

Final answer:

Azure Key Vault and Azure Blob Storage should be provisioned to ensure the secure storage of passwords.

Step-by-step explanation:

The two resources that should be provisioned to ensure that the password can be stored securely are Azure Key Vault and Azure Blob Storage.

Azure Key Vault is a cloud service where you can securely store and manage cryptographic keys, secrets, and certificates. It can be used to store passwords and other sensitive information securely.

Azure Blob Storage is a scalable object storage service that allows you to store and retrieve large amounts of unstructured data, such as files and media. You can encrypt the data stored in Azure Blob Storage to ensure the security of the password.

User Edu Zamora
by
7.7k points