AI-102 Plan and manage an Azure AI solution • Set 11
AI-102 Plan and manage an Azure AI solution Practice Test 11 — 15 questions with explanations. Free, no signup.
You are reviewing the ARM template snippet for an Azure AI Foundry hub. After deployment, you notice that the hub cannot connect to the storage account. What is the most likely cause?
Refer to the exhibit.
{
"name": "AIHub-HR",
"location": "eastus",
"properties": {
"storageAccount": "/subscriptions/abc/resourceGroups/rg-ai/providers/Microsoft.Storage/storageAccounts/staihub",
"keyVault": "/subscriptions/abc/resourceGroups/rg-ai/providers/Microsoft.KeyVault/vaults/kvaihub",
"applicationInsights": "/subscriptions/abc/resourceGroups/rg-ai/providers/microsoft.insights/components/appinsights-aihub",
"containerRegistry": "/subscriptions/abc/resourceGroups/rg-ai/providers/Microsoft.ContainerRegistry/registries/acrai"
}
}