CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 40: AI-200: Developing AI Cloud Solutions on Azure

You are developing an Azure Function that calls external APIs by providing an access token for the API. The access token is stored in a secret named token in an Azure Key Vault named mykeyvault. You need to ensure the Azure Function can access the token. Which value should you store in the Azure Functions app configur…

Nội dung câu hỏi

You are developing an Azure Function that calls external APIs by providing an access token for the API. The access token is stored in a secret named token in an Azure Key Vault named mykeyvault. You need to ensure the Azure Function can access the token. Which value should you store in the Azure Functions app configuration?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. KeyVault:mykeyvault;Secret:token
  2. B. App:Settings:Secret:mykeyvault:token
  3. C. @Microsoft.KeyVault(SecretUri=https://mykeyvault.vault.azure.net/secrets/token/) — đáp án hiện tại
  4. D. AZUREKVCONNSTR_ https://mykeyvault.vault.azure.net/secrets/token/

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề