Microsoft Azure Architect Technologies (legacy) — Question 3
You have an Azure subscription that contains two storage accounts named storagecontoso1 and storagecontoso2. Each storage account contains a queue service, a table service, and a blob service.
You develop two apps named App1 and App2. You need to configure the apps to store different types of data to all the storage services on both the storage accounts.
How many endpoints should you configure for each app?
Answer options
- A. 2
- B. 3
- C. 6
- D. 12
Correct answer: A
Explanation
Each app needs to connect to two storage accounts, and since each storage account has three services (queue, table, and blob), this results in a total of 6 services. However, since both apps will share the same endpoints for each service, only 2 unique endpoints (one for each storage account) are required for each app, making the correct answer A. The other options overestimate the number of endpoints needed by not accounting for shared services.