
Ultimate access to all questions.
You need to manage account keys for an Azure AI service to ensure they are secure and accessible only to authorized users. Describe the steps you would take to manage these keys, including how you would rotate and protect them using Azure Key Vault.
A
Store keys in a text file, manually rotate keys every six months.
B
Store keys in Azure Key Vault, automate key rotation using Azure Automation.
C
Store keys in a database, manually rotate keys every year.
D
Store keys in a local server, automate key rotation using a custom script.