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?
Click on the arrows to vote for the correct answer
A. B. C. D.A
Each app needs a service endpoint in each Storage Account.
https://docs.microsoft.com/en-us/azure/storage/common/storage-network-securityTo configure both App1 and App2 to store different types of data in all storage services of both storage accounts (storagecontoso1 and storagecontoso2), we need to consider the different types of services available in a storage account.
Each storage account contains three types of services:
So, to store data in all storage services of both storage accounts, we need to configure endpoints for each type of service in both accounts for both apps.
Therefore, for each app, we need to configure:
So, the total number of endpoints required for each app would be:
2 (Blob service endpoints) + 2 (Queue service endpoints) + 2 (Table service endpoints) = 6
Therefore, the answer is option C. 6.