QuestionQ105
Implement generative AI and agentic solutionsYou have an Azure subscription. You need to create a new resource that will generate fictional stories in response to user prompts. The solution must ensure that the resource uses a customer-managed key to protect data.
How should you complete the script?

Select
az cognitiveservices account create –n myresource -g myResourceGroup --kind --sku S -l WestEurope '{ "keySource": "Microsoft.KeyVault", "keyVaultProperties": { "keyName": "KeyName", "keyVersion": "secretVersion", "keyVaultUri": "https://issue23056kv.vault.azure.net/" } }'
Community Discussion